Searched refs:UCALL_ABORT (Results 1 – 25 of 53) sorted by relevance
123
/linux-6.6.21/tools/testing/selftests/kvm/include/ |
D | ucall_common.h | 14 UCALL_ABORT, enumerator 70 ucall_assert(UCALL_ABORT, _exp, __FILE__, __LINE__, _fmt, ##_args); \ 80 ucall_assert(UCALL_ABORT, "Unconditional guest failure", \
|
/linux-6.6.21/tools/testing/selftests/kvm/ |
D | guest_print_test.c | 131 case UCALL_ABORT: in run_test() 167 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_ABORT, in test_limits() 169 uc.cmd, UCALL_ABORT); in test_limits()
|
D | system_counter_offset_test.c | 107 case UCALL_ABORT: in enter_guest()
|
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/ |
D | cr4_cpuid_sync_test.c | 72 case UCALL_ABORT: in main()
|
D | vmx_close_while_nested_test.c | 73 case UCALL_ABORT: in main()
|
D | svm_vmcall_test.c | 56 case UCALL_ABORT: in main()
|
D | vmx_invalid_nested_guest_state.c | 98 case UCALL_ABORT: in main()
|
D | userspace_io_test.c | 95 case UCALL_ABORT: in main()
|
D | smaller_maxphyaddr_emulation_test.c | 99 case UCALL_ABORT: in main()
|
D | hyperv_extended_hypercalls.c | 85 case UCALL_ABORT: in main()
|
D | svm_int_ctl_test.c | 109 case UCALL_ABORT: in main()
|
D | monitor_mwait_test.c | 92 case UCALL_ABORT: in main()
|
D | set_boot_cpu_id.c | 67 case UCALL_ABORT: in run_vcpu()
|
D | vmx_apic_access_test.c | 109 case UCALL_ABORT: in main()
|
D | xcr0_cpuid_test.c | 124 case UCALL_ABORT: in main()
|
D | fix_hypercall_test.c | 98 case UCALL_ABORT: in enter_guest()
|
D | triple_fault_event_test.c | 117 case UCALL_ABORT: in main()
|
D | vmx_dirty_log_test.c | 121 case UCALL_ABORT: in main()
|
D | vmx_tsc_adjust_test.c | 140 case UCALL_ABORT: in main()
|
D | kvm_pv_test.c | 127 case UCALL_ABORT: in enter_guest()
|
D | userspace_msr_exit_test.c | 402 get_ucall(vcpu, &uc) == UCALL_ABORT) { in check_for_guest_assert() 491 case UCALL_ABORT: in process_ucall() 597 case UCALL_ABORT: in handle_ucall()
|
D | xen_vmcall_test.c | 128 case UCALL_ABORT: in main()
|
D | tsc_msrs_test.c | 86 case UCALL_ABORT: in run_vcpu()
|
/linux-6.6.21/tools/testing/selftests/kvm/aarch64/ |
D | aarch32_id_regs.c | 59 case UCALL_ABORT: in test_guest_raz()
|
D | psci_test.c | 97 if (get_ucall(vcpu, &uc) == UCALL_ABORT) in enter_guest()
|
123