| /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() 311 vm_install_exception_handler(vm, VECTOR_ERROR_CURRENT, expect_serror_handler); in test_serror_emulated() 349 vm_install_exception_handler(vm, VECTOR_ERROR_CURRENT, expect_sea_handler); in test_mmio_ease() 393 vm_install_exception_handler(vm, VECTOR_ERROR_CURRENT, expect_serror_handler); in test_serror_amo()
|
| H A D | vgic_lpi_stress.c | 344 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, guest_irq_handler); in setup_vm()
|
| H A D | vgic_irq.c | 756 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, in test_vgic()
|
| H A D | arch_timer_edge_cases.c | 943 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 | pmu_event_filter_test.c | 187 vm_install_exception_handler(vcpu->vm, GP_VECTOR, guest_gp_handler); in sanity_check_pmu() 189 vm_install_exception_handler(vcpu->vm, GP_VECTOR, NULL); in sanity_check_pmu()
|
| 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 | 127 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 | 559 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 | 1186 void vm_install_exception_handler(struct kvm_vm *vm, int vector,
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | processor.c | 646 void vm_install_exception_handler(struct kvm_vm *vm, int vector, in vm_install_exception_handler() function
|