Searched refs:vm_install_exception_handler (Results 1 – 14 of 14) sorted by relevance
/linux/tools/testing/selftests/kvm/arm64/ |
H A D | external_aborts.c | 211 vm_install_exception_handler(vm, VECTOR_ERROR_CURRENT, unexpected_serror_handler); in test_serror_masked() 246 vm_install_exception_handler(vm, VECTOR_ERROR_CURRENT, expect_serror_handler); in test_serror() 270 vm_install_exception_handler(vm, VECTOR_ERROR_CURRENT, expect_serror_handler); in test_serror_emulated() 308 vm_install_exception_handler(vm, VECTOR_ERROR_CURRENT, expect_sea_handler); in test_mmio_ease()
|
H A D | vgic_irq.c | 757 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, in test_vgic()
|
H A D | arch_timer_edge_cases.c | 947 vm_install_exception_handler(*vm, VECTOR_IRQ_CURRENT, in test_vm_create()
|
/linux/tools/testing/selftests/kvm/riscv/ |
H A D | ebreak_test.c | 51 vm_install_exception_handler(vm, EXC_BREAKPOINT, in main()
|
H A D | sbi_pmu_test.c | 566 vm_install_exception_handler(vm, EXC_INST_ILLEGAL, guest_illegal_exception_handler); in test_vm_basic_test()
|
/linux/tools/testing/selftests/kvm/x86/ |
H A D | vmx_exception_with_invalid_guest_state.c | 118 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
H A D | userspace_msr_exit_test.c | 534 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in KVM_ONE_VCPU_TEST() 553 vm_install_exception_handler(vm, GP_VECTOR, guest_fep_gp_handler); in KVM_ONE_VCPU_TEST()
|
H A D | xen_shinfo_test.c | 537 vm_install_exception_handler(vm, EVTCHN_VECTOR, evtchn_handler); in main()
|
/linux/tools/testing/selftests/kvm/include/riscv/ |
H A D | processor.h | 126 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler);
|
/linux/tools/testing/selftests/kvm/include/arm64/ |
H A D | processor.h | 173 void vm_install_exception_handler(struct kvm_vm *vm,
|
/linux/tools/testing/selftests/kvm/lib/riscv/ |
H A D | processor.c | 442 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler) in vm_install_exception_handler() function
|
/linux/tools/testing/selftests/kvm/lib/arm64/ |
H A D | processor.c | 523 void vm_install_exception_handler(struct kvm_vm *vm, int vector, in vm_install_exception_handler() function
|
/linux/tools/testing/selftests/kvm/include/x86/ |
H A D | processor.h | 1179 void vm_install_exception_handler(struct kvm_vm *vm, int vector,
|
/linux/tools/testing/selftests/kvm/lib/x86/ |
H A D | processor.c | 612 void vm_install_exception_handler(struct kvm_vm *vm, int vector, in vm_install_exception_handler() function
|