Searched refs:vm_install_sync_handler (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/tools/testing/selftests/kvm/arm64/ |
D | debug-exceptions.c | 435 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_debug_exceptions() 437 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_debug_exceptions() 439 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_debug_exceptions() 441 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_debug_exceptions() 443 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_debug_exceptions()
|
D | no-vgic-v3.c | 152 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_no_gicv3()
|
D | mmio_abort.c | 37 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, ESR_ELx_EC_DABT_CUR, dabt_handler); in vm_create_with_dabt_handler()
|
D | page_fault_test.c | 546 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in setup_abort_handlers() 548 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in setup_abort_handlers()
|
D | vpmu_counter_access.c | 429 vm_install_sync_handler(vpmu_vm.vm, VECTOR_SYNC_CURRENT, ec, in create_vpmu_vm()
|
/linux-6.14.4/tools/testing/selftests/kvm/include/arm64/ |
D | processor.h | 120 void vm_install_sync_handler(struct kvm_vm *vm,
|
/linux-6.14.4/tools/testing/selftests/kvm/lib/arm64/ |
D | processor.c | 504 void vm_install_sync_handler(struct kvm_vm *vm, int vector, int ec, in vm_install_sync_handler() function
|