Home
last modified time | relevance | path

Searched refs:vm_install_exception_handler (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/kvm/arm64/
H A Dexternal_aborts.c211 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 Dvgic_irq.c757 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, in test_vgic()
H A Darch_timer_edge_cases.c947 vm_install_exception_handler(*vm, VECTOR_IRQ_CURRENT, in test_vm_create()
/linux/tools/testing/selftests/kvm/riscv/
H A Debreak_test.c51 vm_install_exception_handler(vm, EXC_BREAKPOINT, in main()
H A Dsbi_pmu_test.c566 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 Dvmx_exception_with_invalid_guest_state.c118 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
H A Duserspace_msr_exit_test.c534 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 Dxen_shinfo_test.c537 vm_install_exception_handler(vm, EVTCHN_VECTOR, evtchn_handler); in main()
/linux/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h126 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler);
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h173 void vm_install_exception_handler(struct kvm_vm *vm,
/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c442 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 Dprocessor.c523 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 Dprocessor.h1179 void vm_install_exception_handler(struct kvm_vm *vm, int vector,
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c612 void vm_install_exception_handler(struct kvm_vm *vm, int vector, in vm_install_exception_handler() function