Searched refs:UCALL_SYNC (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.10/tools/testing/selftests/kvm/include/ |
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)
|
/Linux-v5.10/tools/testing/selftests/kvm/x86_64/ |
D | svm_vmcall_test.c | 66 case UCALL_SYNC: in main()
|
D | cr4_cpuid_sync_test.c | 97 case UCALL_SYNC: in main()
|
D | platform_info_test.c | 60 TEST_ASSERT(uc.cmd == UCALL_SYNC, in test_msr_platform_info_enabled()
|
D | vmx_dirty_log_test.c | 131 case UCALL_SYNC: in main()
|
D | vmx_apic_access_test.c | 130 case UCALL_SYNC: in main()
|
D | vmx_tsc_adjust_test.c | 155 case UCALL_SYNC: in main()
|
D | evmcs_test.c | 125 case UCALL_SYNC: in main()
|
D | user_msr_test.c | 142 case UCALL_SYNC: in handle_ucall()
|
D | tsc_msrs_test.c | 87 case UCALL_SYNC: in run_vcpu()
|
D | vmx_preemption_timer_test.c | 199 case UCALL_SYNC: in main()
|
D | state_test.c | 197 case UCALL_SYNC: in main()
|
/Linux-v5.10/tools/testing/selftests/kvm/ |
D | set_memory_region_test.c | 74 if (cmd != UCALL_SYNC) in vcpu_worker()
|
D | steal_time.c | 261 case UCALL_SYNC: in run_vcpu()
|
D | dirty_log_perf_test.c | 58 TEST_ASSERT(get_ucall(vm, vcpu_id, NULL) == UCALL_SYNC, in vcpu_worker()
|
D | demand_paging_test.c | 62 if (get_ucall(vm, vcpu_id, NULL) != UCALL_SYNC) { in vcpu_worker()
|
D | dirty_log_test.c | 275 if (get_ucall(vm, VCPU_ID, NULL) == UCALL_SYNC) { in vcpu_worker()
|