Home
last modified time | relevance | path

Searched refs:vm_install_exception_handler (Results 1 – 16 of 16) 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()
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 Dvgic_lpi_stress.c344 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, guest_irq_handler); in setup_vm()
H A Dvgic_irq.c756 vm_install_exception_handler(vm, VECTOR_IRQ_CURRENT, in test_vgic()
H A Darch_timer_edge_cases.c943 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 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 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.h127 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.c559 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.h1186 void vm_install_exception_handler(struct kvm_vm *vm, int vector,
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c646 void vm_install_exception_handler(struct kvm_vm *vm, int vector, in vm_install_exception_handler() function