/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/ |
H A D | ucall_common.h | 13 UCALL_SYNC, enumerator 53 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4) 54 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage)
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
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) 190 case UCALL_SYNC: in main()
|
H A D | ucna_injection_test.c | 145 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_SYNC, in run_vcpu_expect_gp() 146 "Expect UCALL_SYNC\n"); in run_vcpu_expect_gp() 190 TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC, in run_ucna_injection() 191 "Expect UCALL_SYNC\n"); in run_ucna_injection() 200 TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC, in run_ucna_injection() 201 "Expect UCALL_SYNC\n"); in run_ucna_injection()
|
H A D | cr4_cpuid_sync_test.c | 66 case UCALL_SYNC: in main()
|
H A D | svm_vmcall_test.c | 59 case UCALL_SYNC: in main()
|
H A D | platform_info_test.c | 46 TEST_ASSERT(uc.cmd == UCALL_SYNC, in test_msr_platform_info_enabled() 47 "Received ucall other than UCALL_SYNC: %lu\n", uc.cmd); in test_msr_platform_info_enabled()
|
H A D | monitor_mwait_test.c | 89 case UCALL_SYNC: in main()
|
H A D | set_boot_cpu_id.c | 55 case UCALL_SYNC: in run_vcpu()
|
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 | fix_hypercall_test.c | 93 case UCALL_SYNC: in enter_guest()
|
H A D | vmx_dirty_log_test.c | 124 case UCALL_SYNC: in main()
|
H A D | vmx_tsc_adjust_test.c | 143 case UCALL_SYNC: in main()
|
H A D | xen_vmcall_test.c | 131 case UCALL_SYNC: in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | kvm_util.h | 305 UCALL_SYNC, enumerator 323 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4) 324 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage)
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
H A D | svm_vmcall_test.c | 66 case UCALL_SYNC: in main()
|
H A D | cr4_cpuid_sync_test.c | 97 case UCALL_SYNC: in main()
|
H A D | platform_info_test.c | 60 TEST_ASSERT(uc.cmd == UCALL_SYNC, in test_msr_platform_info_enabled() 61 "Received ucall other than UCALL_SYNC: %lu\n", uc.cmd); in test_msr_platform_info_enabled()
|
H A D | evmcs_test.c | 125 case UCALL_SYNC: in main() 133 /* UCALL_SYNC is handled here. */ in main()
|
H A D | vmx_tsc_adjust_test.c | 155 case UCALL_SYNC: in main()
|
H A D | vmx_apic_access_test.c | 130 case UCALL_SYNC: in main()
|
H A D | vmx_dirty_log_test.c | 131 case UCALL_SYNC: in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | memslot_modification_stress_test.c | 50 if (get_ucall(vcpu, NULL) == UCALL_SYNC) in vcpu_worker()
|
H A D | rseq_test.c | 218 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in main()
|
H A D | system_counter_offset_test.c | 104 case UCALL_SYNC: in enter_guest()
|