Home
last modified time | relevance | path

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

12

/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()
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 Darch_timer.c188 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, guest_irq_handler); in test_vm_create()
H A Dvgic_lpi_stress.c348 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, guest_irq_handler); in setup_vm()
H A Darch_timer_edge_cases.c943 vm_install_exception_handler(*vm, VECTOR_IRQ_CURRENT, in test_vm_create()
/linux/tools/testing/selftests/kvm/x86/
H 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()
H 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()
H A Dvmx_apicv_updates_test.c128 vm_install_exception_handler(vm, BAD_IPI_VECTOR, bad_ipi_handler); in main()
129 vm_install_exception_handler(vm, GOOD_IPI_VECTOR, good_ipi_handler); in main()
H A Dxapic_tpr_test.c222 vm_install_exception_handler(vm, IRQ_VECTOR, in test_tpr()
225 vm_install_exception_handler(vm, IRQ_VECTOR, in test_tpr()
H 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()
H 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()
H A Dvmx_exception_with_invalid_guest_state.c118 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
H A Dfix_hypercall_test.c113 vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler); in test_fix_hypercall()
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 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()
H A Dhyperv_ipi.c270 vm_install_exception_handler(vm, IPI_VECTOR, guest_ipi_handler); in main()
H A Dxapic_ipi_test.c411 vm_install_exception_handler(vm, IPI_VECTOR, guest_ipi_handler); in main()
/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/include/riscv/
H A Dprocessor.h127 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler);
/linux/tools/testing/selftests/kvm/include/loongarch/
H A Dprocessor.h182 void vm_install_exception_handler(struct kvm_vm *vm, int vector, handler_fn handler);
/linux/tools/testing/selftests/kvm/loongarch/
H A Darch_timer.c189 vm_install_exception_handler(vm, EXCCODE_INT, guest_irq_handler); in test_vm_create()
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h177 void vm_install_exception_handler(struct kvm_vm *vm,
/linux/tools/testing/selftests/kvm/lib/loongarch/
H A Dprocessor.c217 void vm_install_exception_handler(struct kvm_vm *vm, int vector, handler_fn handler) in vm_install_exception_handler() function
/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c458 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.c556 void vm_install_exception_handler(struct kvm_vm *vm, int vector, in vm_install_exception_handler() function

12