Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86/
A Dsvm_int_ctl_test.c93 vm_install_exception_handler(vm, VINTR_IRQ_NUMBER, vintr_irq_handler); in main()
94 vm_install_exception_handler(vm, INTR_IRQ_NUMBER, intr_irq_handler); in main()
A Dsvm_nested_soft_inject_test.c155 vm_install_exception_handler(vm, NMI_VECTOR, guest_nmi_handler); in run_test()
156 vm_install_exception_handler(vm, BP_VECTOR, guest_bp_handler); in run_test()
157 vm_install_exception_handler(vm, INT_NR, guest_int_handler); in run_test()
A Dvmx_exception_with_invalid_guest_state.c118 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
A Ducna_injection_test.c285 vm_install_exception_handler(vm, CMCI_VECTOR, guest_cmci_handler); in main()
286 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in main()
A Dhyperv_evmcs.c260 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
261 vm_install_exception_handler(vm, NMI_VECTOR, guest_nmi_handler); in main()
A Dfix_hypercall_test.c113 vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler); in test_fix_hypercall()
A Damx_test.c232 vm_install_exception_handler(vm, NM_VECTOR, guest_nm_handler); in main()
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()
A Dhyperv_ipi.c270 vm_install_exception_handler(vm, IPI_VECTOR, guest_ipi_handler); in main()
A Dpmu_event_filter_test.c187 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()
A Dxapic_ipi_test.c412 vm_install_exception_handler(vm, IPI_VECTOR, guest_ipi_handler); in main()
A Dxen_shinfo_test.c537 vm_install_exception_handler(vm, EVTCHN_VECTOR, evtchn_handler); in main()
/tools/testing/selftests/kvm/arm64/
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()
A Darch_timer.c190 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, guest_irq_handler); in test_vm_create()
A Dvgic_lpi_stress.c346 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, guest_irq_handler); in setup_vm()
A Dvgic_irq.c757 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, in test_vgic()
A Darch_timer_edge_cases.c947 vm_install_exception_handler(*vm, VECTOR_IRQ_CURRENT, in test_vm_create()
/tools/testing/selftests/kvm/riscv/
A Debreak_test.c51 vm_install_exception_handler(vm, EXC_BREAKPOINT, in main()
A Dsbi_pmu_test.c566 vm_install_exception_handler(vm, EXC_INST_ILLEGAL, guest_illegal_exception_handler); in test_vm_basic_test()
/tools/testing/selftests/kvm/include/riscv/
A Dprocessor.h126 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler);
/tools/testing/selftests/kvm/include/arm64/
A Dprocessor.h173 void vm_install_exception_handler(struct kvm_vm *vm,
/tools/testing/selftests/kvm/lib/riscv/
A Dprocessor.c442 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler) in vm_install_exception_handler() function
/tools/testing/selftests/kvm/lib/arm64/
A Dprocessor.c523 void vm_install_exception_handler(struct kvm_vm *vm, int vector, in vm_install_exception_handler() function
/tools/testing/selftests/kvm/include/x86/
A Dprocessor.h1179 void vm_install_exception_handler(struct kvm_vm *vm, int vector,
/tools/testing/selftests/kvm/lib/x86/
A Dprocessor.c612 void vm_install_exception_handler(struct kvm_vm *vm, int vector, in vm_install_exception_handler() function

Completed in 74 milliseconds