Home
last modified time | relevance | path

Searched refs:UCALL_SYNC (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/tools/testing/selftests/kvm/include/
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)
/Linux-v5.10/tools/testing/selftests/kvm/x86_64/
Dsvm_vmcall_test.c66 case UCALL_SYNC: in main()
Dcr4_cpuid_sync_test.c97 case UCALL_SYNC: in main()
Dplatform_info_test.c60 TEST_ASSERT(uc.cmd == UCALL_SYNC, in test_msr_platform_info_enabled()
Dvmx_dirty_log_test.c131 case UCALL_SYNC: in main()
Dvmx_apic_access_test.c130 case UCALL_SYNC: in main()
Dvmx_tsc_adjust_test.c155 case UCALL_SYNC: in main()
Devmcs_test.c125 case UCALL_SYNC: in main()
Duser_msr_test.c142 case UCALL_SYNC: in handle_ucall()
Dtsc_msrs_test.c87 case UCALL_SYNC: in run_vcpu()
Dvmx_preemption_timer_test.c199 case UCALL_SYNC: in main()
Dstate_test.c197 case UCALL_SYNC: in main()
/Linux-v5.10/tools/testing/selftests/kvm/
Dset_memory_region_test.c74 if (cmd != UCALL_SYNC) in vcpu_worker()
Dsteal_time.c261 case UCALL_SYNC: in run_vcpu()
Ddirty_log_perf_test.c58 TEST_ASSERT(get_ucall(vm, vcpu_id, NULL) == UCALL_SYNC, in vcpu_worker()
Ddemand_paging_test.c62 if (get_ucall(vm, vcpu_id, NULL) != UCALL_SYNC) { in vcpu_worker()
Ddirty_log_test.c275 if (get_ucall(vm, VCPU_ID, NULL) == UCALL_SYNC) { in vcpu_worker()