Symbol: UCALL_SYNC
tools/testing/selftests/kvm/access_tracking_perf_test.c
336
assert_ucall(vcpu, UCALL_SYNC);
tools/testing/selftests/kvm/arch_timer.c
63
case UCALL_SYNC:
tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c
908
case UCALL_SYNC:
tools/testing/selftests/kvm/arm64/at.c
133
case UCALL_SYNC:
tools/testing/selftests/kvm/arm64/external_aborts.c
102
__vcpu_run_expect(vcpu, UCALL_SYNC);
tools/testing/selftests/kvm/arm64/hypercalls.c
313
case UCALL_SYNC:
tools/testing/selftests/kvm/arm64/kvm-uuid.c
51
case UCALL_SYNC:
tools/testing/selftests/kvm/arm64/page_fault_test.c
673
case UCALL_SYNC:
tools/testing/selftests/kvm/arm64/set_id_regs.c
649
case UCALL_SYNC:
tools/testing/selftests/kvm/arm64/smccc_filter.c
193
if (get_ucall(vcpu, &uc) != UCALL_SYNC)
tools/testing/selftests/kvm/arm64/vgic_irq.c
786
case UCALL_SYNC:
tools/testing/selftests/kvm/arm64/vgic_lpi_stress.c
271
case UCALL_SYNC:
tools/testing/selftests/kvm/coalesced_io_test.c
172
TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_SYNC);
tools/testing/selftests/kvm/demand_paging_test.c
46
if (get_ucall(vcpu, NULL) != UCALL_SYNC) {
tools/testing/selftests/kvm/dirty_log_perf_test.c
58
TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC,
tools/testing/selftests/kvm/dirty_log_test.c
285
TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC,
tools/testing/selftests/kvm/dirty_log_test.c
387
if (get_ucall(vcpu, NULL) == UCALL_SYNC) {
tools/testing/selftests/kvm/guest_print_test.c
139
case UCALL_SYNC:
tools/testing/selftests/kvm/include/ucall_common.h
54
ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
tools/testing/selftests/kvm/include/ucall_common.h
55
#define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage)
tools/testing/selftests/kvm/include/ucall_common.h
56
#define GUEST_SYNC1(arg0) ucall(UCALL_SYNC, 1, arg0)
tools/testing/selftests/kvm/include/ucall_common.h
57
#define GUEST_SYNC2(arg0, arg1) ucall(UCALL_SYNC, 2, arg0, arg1)
tools/testing/selftests/kvm/include/ucall_common.h
59
ucall(UCALL_SYNC, 3, arg0, arg1, arg2)
tools/testing/selftests/kvm/include/ucall_common.h
61
ucall(UCALL_SYNC, 4, arg0, arg1, arg2, arg3)
tools/testing/selftests/kvm/include/ucall_common.h
63
ucall(UCALL_SYNC, 5, arg0, arg1, arg2, arg3, arg4)
tools/testing/selftests/kvm/include/ucall_common.h
65
ucall(UCALL_SYNC, 6, arg0, arg1, arg2, arg3, arg4, arg5)
tools/testing/selftests/kvm/kvm_page_table_test.c
206
TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC,
tools/testing/selftests/kvm/memslot_modification_stress_test.c
48
if (get_ucall(vcpu, NULL) == UCALL_SYNC)
tools/testing/selftests/kvm/memslot_perf_test.c
151
case UCALL_SYNC:
tools/testing/selftests/kvm/mmu_stress_test.c
106
TEST_ASSERT_EQ(get_ucall(vcpu, &uc), UCALL_SYNC);
tools/testing/selftests/kvm/riscv/sbi_pmu_test.c
541
case UCALL_SYNC:
tools/testing/selftests/kvm/rseq_test.c
265
TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC,
tools/testing/selftests/kvm/s390/memop.c
282
TEST_ASSERT_EQ(uc.cmd, UCALL_SYNC); \
tools/testing/selftests/kvm/s390/tprot.c
195
TEST_ASSERT_EQ(uc.cmd, UCALL_SYNC); \
tools/testing/selftests/kvm/set_memory_region_test.c
69
if (cmd != UCALL_SYNC)
tools/testing/selftests/kvm/steal_time.c
425
case UCALL_SYNC:
tools/testing/selftests/kvm/system_counter_offset_test.c
104
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/amx_test.c
287
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/aperfmperf_test.c
181
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/cpuid_test.c
127
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/dirty_log_page_splitting_test.c
76
TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_SYNC);
tools/testing/selftests/kvm/x86/fix_hypercall_test.c
96
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/hyperv_clock.c
237
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/hyperv_evmcs.c
273
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/hyperv_ipi.c
287
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/hyperv_svm_test.c
182
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c
657
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/kvm_buslock_test.c
107
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/kvm_clock_test.c
123
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/msrs_test.c
326
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/nested_dirty_log_test.c
271
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/nested_exceptions_test.c
174
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/nested_invalid_cr3_test.c
104
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/nested_tsc_adjust_test.c
152
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/nested_tsc_scaling_test.c
211
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/nested_tsc_scaling_test.c
28
#define GUEST_SLEEP(sec) ucall(UCALL_SYNC, 2, USLEEP, sec)
tools/testing/selftests/kvm/x86/nested_tsc_scaling_test.c
29
#define GUEST_CHECK(level, freq) ucall(UCALL_SYNC, 2, level, freq)
tools/testing/selftests/kvm/x86/nested_vmsave_vmload_test.c
175
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/platform_info_test.c
61
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/pmu_counters_test.c
119
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
157
TEST_ASSERT(uc.cmd == UCALL_SYNC,
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c
339
case UCALL_SYNC: {
tools/testing/selftests/kvm/x86/set_boot_cpu_id.c
68
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/sev_smoke_test.c
178
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/state_test.c
262
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/svm_vmcall_test.c
59
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/tsc_msrs_test.c
74
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/tsc_scaling_sync.c
72
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/ucna_injection_test.c
142
TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_SYNC,
tools/testing/selftests/kvm/x86/ucna_injection_test.c
187
TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC,
tools/testing/selftests/kvm/x86/ucna_injection_test.c
197
TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC,
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
476
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
552
TEST_ASSERT_EQ(cmd, UCALL_SYNC);
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
583
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c
687
TEST_ASSERT(run_guest_then_process_ucall(vcpu) == UCALL_SYNC,
tools/testing/selftests/kvm/x86/vmx_apic_access_test.c
112
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/vmx_nested_la57_state_test.c
106
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/vmx_preemption_timer_test.c
188
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/xapic_state_test.c
77
TEST_ASSERT_EQ(get_ucall(vcpu, &uc), UCALL_SYNC);
tools/testing/selftests/kvm/x86/xapic_tpr_test.c
255
case UCALL_SYNC:
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
627
case UCALL_SYNC: {
tools/testing/selftests/kvm/x86/xen_vmcall_test.c
132
case UCALL_SYNC: