Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H A Ducall_common.h13 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 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)
190 case UCALL_SYNC: in main()
H A Ducna_injection_test.c145 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 Dcr4_cpuid_sync_test.c66 case UCALL_SYNC: in main()
H A Dsvm_vmcall_test.c59 case UCALL_SYNC: in main()
H A Dplatform_info_test.c46 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 Dmonitor_mwait_test.c89 case UCALL_SYNC: in main()
H A Dset_boot_cpu_id.c55 case UCALL_SYNC: in run_vcpu()
H A Dtsc_scaling_sync.c72 case UCALL_SYNC: in run_vcpu()
H A Dvmx_apic_access_test.c112 case UCALL_SYNC: in main()
H A Dfix_hypercall_test.c93 case UCALL_SYNC: in enter_guest()
H A Dvmx_dirty_log_test.c124 case UCALL_SYNC: in main()
H A Dvmx_tsc_adjust_test.c143 case UCALL_SYNC: in main()
H A Dxen_vmcall_test.c131 case UCALL_SYNC: in main()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
H A Dkvm_util.h305 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 Dsvm_vmcall_test.c66 case UCALL_SYNC: in main()
H A Dcr4_cpuid_sync_test.c97 case UCALL_SYNC: in main()
H A Dplatform_info_test.c60 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 Devmcs_test.c125 case UCALL_SYNC: in main()
133 /* UCALL_SYNC is handled here. */ in main()
H A Dvmx_tsc_adjust_test.c155 case UCALL_SYNC: in main()
H A Dvmx_apic_access_test.c130 case UCALL_SYNC: in main()
H A Dvmx_dirty_log_test.c131 case UCALL_SYNC: in main()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dmemslot_modification_stress_test.c50 if (get_ucall(vcpu, NULL) == UCALL_SYNC) in vcpu_worker()
H A Drseq_test.c218 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in main()
H A Dsystem_counter_offset_test.c104 case UCALL_SYNC: in enter_guest()

Completed in 14 milliseconds

123