Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/kvm/arm64/
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()
Dno-vgic-v3.c152 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in test_guest_no_gicv3()
Dmmio_abort.c37 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, ESR_ELx_EC_DABT_CUR, dabt_handler); in vm_create_with_dabt_handler()
Dpage_fault_test.c546 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in setup_abort_handlers()
548 vm_install_sync_handler(vm, VECTOR_SYNC_CURRENT, in setup_abort_handlers()
Dvpmu_counter_access.c429 vm_install_sync_handler(vpmu_vm.vm, VECTOR_SYNC_CURRENT, ec, in create_vpmu_vm()
/linux-6.14.4/tools/testing/selftests/kvm/include/arm64/
Dprocessor.h120 void vm_install_sync_handler(struct kvm_vm *vm,
/linux-6.14.4/tools/testing/selftests/kvm/lib/arm64/
Dprocessor.c504 void vm_install_sync_handler(struct kvm_vm *vm, int vector, int ec, in vm_install_sync_handler() function