Searched refs:UCALL_ABORT (Results 1 – 25 of 66) sorted by relevance
123
/linux-6.12.1/tools/testing/selftests/kvm/include/ |
D | ucall_common.h | 14 UCALL_ABORT, enumerator 82 ucall_assert(UCALL_ABORT, _exp, __FILE__, __LINE__, _fmt, ##_args); \ 92 ucall_assert(UCALL_ABORT, "Unconditional guest failure", \
|
/linux-6.12.1/tools/testing/selftests/kvm/ |
D | guest_print_test.c | 147 case UCALL_ABORT: in run_test() 183 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_ABORT, in test_limits() 185 uc.cmd, UCALL_ABORT); in test_limits()
|
D | system_counter_offset_test.c | 107 case UCALL_ABORT: in enter_guest()
|
D | pre_fault_memory_test.c | 113 case UCALL_ABORT: in __test_pre_fault_memory()
|
/linux-6.12.1/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 | platform_info_test.c | 66 case UCALL_ABORT: in main()
|
D | userspace_io_test.c | 95 case UCALL_ABORT: in main()
|
D | vmx_invalid_nested_guest_state.c | 98 case UCALL_ABORT: in main()
|
D | smaller_maxphyaddr_emulation_test.c | 93 case UCALL_ABORT: in main()
|
D | svm_int_ctl_test.c | 106 case UCALL_ABORT: in main()
|
D | monitor_mwait_test.c | 92 case UCALL_ABORT: in main()
|
D | hyperv_extended_hypercalls.c | 87 case UCALL_ABORT: in main()
|
D | xcr0_cpuid_test.c | 121 case UCALL_ABORT: in main()
|
D | vmx_apic_access_test.c | 109 case UCALL_ABORT: in main()
|
D | fix_hypercall_test.c | 101 case UCALL_ABORT: in enter_guest()
|
D | triple_fault_event_test.c | 117 case UCALL_ABORT: in main()
|
D | vmx_tsc_adjust_test.c | 140 case UCALL_ABORT: in main()
|
D | set_boot_cpu_id.c | 80 case UCALL_ABORT: in run_vcpu()
|
D | vmx_dirty_log_test.c | 138 case UCALL_ABORT: in test_vmx_dirty_log()
|
D | userspace_msr_exit_test.c | 383 get_ucall(vcpu, &uc) == UCALL_ABORT) { in check_for_guest_assert() 472 case UCALL_ABORT: in process_ucall() 574 case UCALL_ABORT: in handle_ucall()
|
D | apic_bus_clock_test.c | 114 case UCALL_ABORT: in test_apic_bus_clock()
|
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | no-vgic-v3.c | 127 case UCALL_ABORT: in test_run_vcpu()
|
D | aarch32_id_regs.c | 59 case UCALL_ABORT: in test_guest_raz()
|
123