Searched refs:UCALL_DONE (Results 1 – 25 of 46) sorted by relevance
12
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | no-vgic-v3.c | 133 case UCALL_DONE: in test_run_vcpu() 138 } while (uc.cmd != UCALL_DONE); in test_run_vcpu()
|
| H A D | kvm-uuid.c | 53 case UCALL_DONE: in main()
|
| H A D | host_sve.c | 100 case UCALL_DONE: in test_run()
|
| H A D | at.c | 131 case UCALL_DONE: in run_test()
|
| H A D | aarch32_id_regs.c | 62 case UCALL_DONE: in test_guest_raz()
|
| H A D | debug-exceptions.c | 455 case UCALL_DONE: in test_guest_debug_exceptions() 487 } else if (cmd == UCALL_DONE) { in test_single_step_from_userspace()
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | ucall_common.h | 16 UCALL_DONE, enumerator 68 #define GUEST_DONE() ucall(UCALL_DONE, 0)
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | aperfmperf_test.c | 134 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main() 177 case UCALL_DONE: in main()
|
| H A D | userspace_msr_exit_test.c | 462 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_DONE, in process_ucall_done() 464 uc.cmd, UCALL_DONE); in process_ucall_done() 481 case UCALL_DONE: in process_ucall() 570 TEST_ASSERT_EQ(cmd, UCALL_DONE); in KVM_ONE_VCPU_TEST() 586 case UCALL_DONE: in handle_ucall()
|
| H A D | userspace_io_test.c | 93 case UCALL_DONE: in main()
|
| H A D | xcr0_cpuid_test.c | 129 case UCALL_DONE: in main()
|
| H A D | nested_invalid_cr3_test.c | 106 case UCALL_DONE: in main()
|
| H A D | monitor_mwait_test.c | 124 case UCALL_DONE: in main()
|
| H A D | vmx_nested_la57_state_test.c | 108 case UCALL_DONE: in main()
|
| H A D | nested_tsc_adjust_test.c | 155 case UCALL_DONE: in main()
|
| H A D | vmx_dirty_log_test.c | 160 case UCALL_DONE: in test_vmx_dirty_log()
|
| H A D | nested_tsc_scaling_test.c | 234 case UCALL_DONE: in main()
|
| H A D | sev_smoke_test.c | 150 case UCALL_DONE: in test_sev()
|
| H A D | pmu_counters_test.c | 127 case UCALL_DONE: in run_vcpu() 132 } while (uc.cmd != UCALL_DONE); in run_vcpu()
|
| H A D | vmx_pmu_caps_test.c | 98 case UCALL_DONE: in KVM_ONE_VCPU_TEST()
|
| H A D | hyperv_features.c | 506 case UCALL_DONE: in guest_test_msrs_access() 674 case UCALL_DONE: in guest_test_hcalls_access()
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | ebreak_test.c | 78 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | arch_timer.c | 64 case UCALL_DONE: in test_vcpu_run()
|
| H A D | pre_fault_memory_test.c | 209 case UCALL_DONE: in __test_pre_fault_memory()
|
| H A D | guest_print_test.c | 150 case UCALL_DONE: in run_test()
|
12