Searched refs:UCALL_SYNC (Results 1 - 25 of 55) sorted by relevance

123

/linux-master/tools/testing/selftests/kvm/include/
H A Ducall_common.h13 UCALL_SYNC, enumerator in enum:__anon1074
54 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
55 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage)
56 #define GUEST_SYNC1(arg0) ucall(UCALL_SYNC, 1, arg0)
57 #define GUEST_SYNC2(arg0, arg1) ucall(UCALL_SYNC, 2, arg0, arg1)
59 ucall(UCALL_SYNC, 3, arg0, arg1, arg2)
61 ucall(UCALL_SYNC, 4, arg0, arg1, arg2, arg3)
63 ucall(UCALL_SYNC, 5, arg0, arg1, arg2, arg3, arg4)
65 ucall(UCALL_SYNC, 6, arg0, arg1, arg2, arg3, arg4, arg5)
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dcr4_cpuid_sync_test.c66 case UCALL_SYNC:
H A Dsvm_vmcall_test.c59 case UCALL_SYNC:
H A Dvmx_nested_tsc_scaling_test.c27 #define GUEST_SLEEP(sec) ucall(UCALL_SYNC, 2, USLEEP, sec)
28 #define GUEST_CHECK(level, freq) ucall(UCALL_SYNC, 2, level, freq)
173 case UCALL_SYNC:
H A Dplatform_info_test.c46 TEST_ASSERT(uc.cmd == UCALL_SYNC,
47 "Received ucall other than UCALL_SYNC: %lu", uc.cmd);
H A Dsev_smoke_test.c60 case UCALL_SYNC:
H A Dset_boot_cpu_id.c55 case UCALL_SYNC:
H A Dtsc_scaling_sync.c72 case UCALL_SYNC:
H A Dmonitor_mwait_test.c91 case UCALL_SYNC:
H A Dvmx_apic_access_test.c112 case UCALL_SYNC:
H A Ducna_injection_test.c145 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_SYNC,
146 "Expect UCALL_SYNC");
190 TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC,
191 "Expect UCALL_SYNC");
200 TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC,
201 "Expect UCALL_SYNC");
H A Dvmx_tsc_adjust_test.c143 case UCALL_SYNC:
H A Dfix_hypercall_test.c96 case UCALL_SYNC:
H A Dvmx_dirty_log_test.c144 case UCALL_SYNC:
H A Dvmx_preemption_timer_test.c189 case UCALL_SYNC:
197 /* UCALL_SYNC is handled here. */
H A Dtsc_msrs_test.c74 case UCALL_SYNC:
H A Dxen_vmcall_test.c131 case UCALL_SYNC:
H A Dkvm_clock_test.c123 case UCALL_SYNC:
H A Duserspace_msr_exit_test.c474 case UCALL_SYNC:
555 TEST_ASSERT_EQ(cmd, UCALL_SYNC);
586 case UCALL_SYNC:
690 TEST_ASSERT(run_guest_then_process_ucall(vcpu) == UCALL_SYNC,
691 "Expected ucall state to be UCALL_SYNC.");
/linux-master/tools/testing/selftests/kvm/
H A Dmemslot_modification_stress_test.c50 if (get_ucall(vcpu, NULL) == UCALL_SYNC)
H A Drseq_test.c218 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC,
H A Dsystem_counter_offset_test.c104 case UCALL_SYNC:
H A Darch_timer.c65 case UCALL_SYNC:
H A Daccess_tracking_perf_test.c237 assert_ucall(vcpu, UCALL_SYNC);
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dtprot.c195 TEST_ASSERT_EQ(uc.cmd, UCALL_SYNC); \

Completed in 157 milliseconds

123