| /linux-6.15/tools/testing/selftests/kvm/include/ |
| H A D | ucall_common.h | 13 UCALL_SYNC, enumerator 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-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | vmx_nested_tsc_scaling_test.c | 27 #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: in main()
|
| H A D | ucna_injection_test.c | 142 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_SYNC, in run_vcpu_expect_gp() 187 TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC, in run_ucna_injection() 197 TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC, in run_ucna_injection()
|
| H A D | svm_vmcall_test.c | 59 case UCALL_SYNC: in main()
|
| H A D | platform_info_test.c | 61 case UCALL_SYNC: in main()
|
| H A D | userspace_msr_exit_test.c | 470 case UCALL_SYNC: in process_ucall() 546 TEST_ASSERT_EQ(cmd, UCALL_SYNC); in KVM_ONE_VCPU_TEST() 577 case UCALL_SYNC: in handle_ucall() 681 TEST_ASSERT(run_guest_then_process_ucall(vcpu) == UCALL_SYNC, in KVM_ONE_VCPU_TEST()
|
| H A D | tsc_scaling_sync.c | 72 case UCALL_SYNC: in run_vcpu()
|
| H A D | vmx_apic_access_test.c | 112 case UCALL_SYNC: in main()
|
| H A D | vmx_tsc_adjust_test.c | 143 case UCALL_SYNC: in main()
|
| H A D | fix_hypercall_test.c | 96 case UCALL_SYNC: in enter_guest()
|
| H A D | set_boot_cpu_id.c | 68 case UCALL_SYNC: in run_vcpu()
|
| H A D | vmx_dirty_log_test.c | 141 case UCALL_SYNC: in test_vmx_dirty_log()
|
| H A D | xen_vmcall_test.c | 132 case UCALL_SYNC: in main()
|
| H A D | kvm_clock_test.c | 123 case UCALL_SYNC: in enter_guest()
|
| H A D | tsc_msrs_test.c | 74 case UCALL_SYNC: in run_vcpu()
|
| H A D | sev_smoke_test.c | 138 case UCALL_SYNC: in test_sev()
|
| H A D | hyperv_svm_test.c | 182 case UCALL_SYNC: in main()
|
| H A D | vmx_preemption_timer_test.c | 188 case UCALL_SYNC: in main()
|
| H A D | dirty_log_page_splitting_test.c | 76 TEST_ASSERT_EQ(get_ucall(vcpu, NULL), UCALL_SYNC); in vcpu_worker()
|
| /linux-6.15/tools/testing/selftests/kvm/ |
| H A D | system_counter_offset_test.c | 104 case UCALL_SYNC: in enter_guest()
|
| H A D | memslot_modification_stress_test.c | 47 if (get_ucall(vcpu, NULL) == UCALL_SYNC) in vcpu_worker()
|
| H A D | rseq_test.c | 264 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in main()
|
| H A D | arch_timer.c | 63 case UCALL_SYNC: in test_vcpu_run()
|
| /linux-6.15/tools/testing/selftests/kvm/s390/ |
| H A D | tprot.c | 195 TEST_ASSERT_EQ(uc.cmd, UCALL_SYNC); \
|
| /linux-6.15/tools/testing/selftests/kvm/arm64/ |
| H A D | smccc_filter.c | 180 if (get_ucall(vcpu, &uc) != UCALL_SYNC) in expect_call_denied()
|