Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dvmx_nested_tsc_scaling_test.c30 #define GUEST_SLEEP(sec) ucall(UCALL_SYNC, 2, USLEEP, sec)
31 #define GUEST_CHECK(level, freq) ucall(UCALL_SYNC, 2, level, freq)
209 case UCALL_SYNC: in main()
Dsvm_vmcall_test.c65 case UCALL_SYNC: in main()
Dcr4_cpuid_sync_test.c96 case UCALL_SYNC: in main()
Dplatform_info_test.c60 TEST_ASSERT(uc.cmd == UCALL_SYNC, in test_msr_platform_info_enabled()
Dvmx_apic_access_test.c129 case UCALL_SYNC: in main()
Dvmx_dirty_log_test.c130 case UCALL_SYNC: in main()
Dvmx_tsc_adjust_test.c154 case UCALL_SYNC: in main()
Duserspace_msr_exit_test.c514 case UCALL_SYNC: in process_ucall()
627 case UCALL_SYNC: in handle_ucall()
750 …TEST_ASSERT(run_guest_then_process_ucall(vm) == UCALL_SYNC, "Expected ucall state to be UCALL_SYNC… in test_msr_permission_bitmap()
Dset_boot_cpu_id.c60 case UCALL_SYNC: in run_vcpu()
Dxen_vmcall_test.c138 case UCALL_SYNC: in main()
Dtsc_msrs_test.c78 case UCALL_SYNC: in run_vcpu()
Devmcs_test.c186 case UCALL_SYNC: in main()
Demulator_error_test.c148 case UCALL_SYNC: in process_ucall()
Dget_cpuid_test.c128 case UCALL_SYNC: in run_vcpu()
Dvmx_preemption_timer_test.c198 case UCALL_SYNC: in main()
Dhyperv_features.c463 case UCALL_SYNC: in guest_test_msrs_access()
608 case UCALL_SYNC: in guest_test_hcalls_access()
Dstate_test.c196 case UCALL_SYNC: in main()
Dhyperv_clock.c237 case UCALL_SYNC: in main()
/Linux-v5.15/tools/testing/selftests/kvm/include/
Dkvm_util.h354 UCALL_SYNC, enumerator
373 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
374 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage)
/Linux-v5.15/tools/testing/selftests/kvm/
Drseq_test.c238 TEST_ASSERT(get_ucall(vm, VCPU_ID, NULL) == UCALL_SYNC, in main()
Dmemslot_modification_stress_test.c55 if (get_ucall(vm, vcpu_id, NULL) == UCALL_SYNC) in vcpu_worker()
Ddirty_log_test.c263 TEST_ASSERT(get_ucall(vm, VCPU_ID, NULL) == UCALL_SYNC, in default_after_vcpu_run()
377 if (get_ucall(vm, VCPU_ID, NULL) == UCALL_SYNC) { in dirty_ring_after_vcpu_run()
Daccess_tracking_perf_test.c229 assert_ucall(vm, vcpu_id, UCALL_SYNC); in vcpu_thread_main()
Dset_memory_region_test.c74 if (cmd != UCALL_SYNC) in vcpu_worker()
/Linux-v5.15/tools/testing/selftests/kvm/aarch64/
Ddebug-exceptions.c230 case UCALL_SYNC: in main()

12