Searched refs:UCALL_UNHANDLED (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/ |
| A D | ucall_common.h | 17 UCALL_UNHANDLED, enumerator
|
| /linux/tools/testing/selftests/kvm/lib/riscv/ |
| A D | processor.c | 388 ucall(UCALL_UNHANDLED, 2, vector, ec); in kvm_exit_unexpected_exception() 395 if (get_ucall(vcpu, &uc) == UCALL_UNHANDLED) { in assert_on_unhandled_exception()
|
| /linux/tools/testing/selftests/kvm/lib/aarch64/ |
| A D | processor.c | 429 ucall(UCALL_UNHANDLED, 3, vector, ec, valid_ec); in kvm_exit_unexpected_exception() 438 if (get_ucall(vcpu, &uc) != UCALL_UNHANDLED) in assert_on_unhandled_exception()
|
Completed in 11 milliseconds