| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | idreg-idst.c | 71 case UCALL_DONE: in test_run_vcpu() 76 } while (uc.cmd != UCALL_DONE); in test_run_vcpu()
|
| 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 | psci_test.c | 160 if (get_ucall(source, &uc) != UCALL_DONE) in host_test_cpu_on() 279 TEST_ASSERT(get_ucall(source, &uc) == UCALL_DONE, "Guest did not exit cleanly"); in host_test_system_off2()
|
| H A D | kvm-uuid.c | 53 case UCALL_DONE: in main()
|
| H A D | hello_el2.c | 60 case UCALL_DONE: in main()
|
| H A D | host_sve.c | 100 case UCALL_DONE: in test_run()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| 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 | aperfmperf_test.c | 134 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main() 177 case UCALL_DONE: in main()
|
| H A D | exit_on_emulation_failure_test.c | 35 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main()
|
| H A D | svm_vmcall_test.c | 61 case UCALL_DONE: in main()
|
| H A D | platform_info_test.c | 64 case UCALL_DONE: in main()
|
| H A D | cr4_cpuid_sync_test.c | 90 case UCALL_DONE: in main()
|
| H A D | userspace_io_test.c | 93 case UCALL_DONE: in main()
|
| H A D | vmx_invalid_nested_guest_state.c | 96 case UCALL_DONE: in main()
|
| H A D | smaller_maxphyaddr_emulation_test.c | 94 case UCALL_DONE: in main()
|
| H A D | svm_int_ctl_test.c | 107 case UCALL_DONE: in main()
|
| H A D | tsc_scaling_sync.c | 69 case UCALL_DONE: in run_vcpu()
|
| H A D | hyperv_extended_hypercalls.c | 90 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 | vmx_apic_access_test.c | 115 case UCALL_DONE: in main()
|
| H A D | vmx_nested_la57_state_test.c | 108 case UCALL_DONE: in main()
|
| /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/riscv/ |
| H A D | ebreak_test.c | 78 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_DONE); in main()
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | shared_zeropage_test.c | 96 TEST_ASSERT_EQ(uc.cmd, UCALL_DONE); in main()
|