Home
last modified time | relevance | path

Searched refs:vm_install_sync_handler (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c435 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_debug_exceptions()
437 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_debug_exceptions()
439 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_debug_exceptions()
441 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_debug_exceptions()
443 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_debug_exceptions()
H A Dpage_fault_test.c547 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in setup_abort_handlers()
549 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in setup_abort_handlers()
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h130 void vm_install_sync_handler(struct kvm_vm *vm,
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c469 void vm_install_sync_handler(struct kvm_vm *vm, int vector, int ec, in vm_install_sync_handler() function