Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/kvm/x86_64/
A 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()
A Dsvm_vmcall_test.c65 case UCALL_SYNC: in main()
A Dcr4_cpuid_sync_test.c96 case UCALL_SYNC: in main()
A Dplatform_info_test.c60 TEST_ASSERT(uc.cmd == UCALL_SYNC, in test_msr_platform_info_enabled()
A 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()
A Dvmx_dirty_log_test.c130 case UCALL_SYNC: in main()
A Dvmx_apic_access_test.c129 case UCALL_SYNC: in main()
A Dvmx_tsc_adjust_test.c154 case UCALL_SYNC: in main()
A Dset_boot_cpu_id.c60 case UCALL_SYNC: in run_vcpu()
A Dxen_vmcall_test.c138 case UCALL_SYNC: in main()
A Dtsc_msrs_test.c78 case UCALL_SYNC: in run_vcpu()
A Dkvm_clock_test.c131 case UCALL_SYNC: in enter_guest()
A Devmcs_test.c186 case UCALL_SYNC: in main()
A Dhyperv_features.c487 case UCALL_SYNC: in guest_test_msrs_access()
661 case UCALL_SYNC: in guest_test_hcalls_access()
A Demulator_error_test.c148 case UCALL_SYNC: in process_ucall()
A Dget_cpuid_test.c128 case UCALL_SYNC: in run_vcpu()
A Dvmx_preemption_timer_test.c198 case UCALL_SYNC: in main()
A Dstate_test.c196 case UCALL_SYNC: in main()
/linux/tools/testing/selftests/kvm/include/
A Dkvm_util.h367 UCALL_SYNC, enumerator
386 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
387 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage)
/linux/tools/testing/selftests/kvm/
A Dsystem_counter_offset_test.c109 case UCALL_SYNC: in enter_guest()
A Dmemslot_modification_stress_test.c53 if (get_ucall(vm, vcpu_id, NULL) == UCALL_SYNC) in vcpu_worker()
A Drseq_test.c238 TEST_ASSERT(get_ucall(vm, VCPU_ID, NULL) == UCALL_SYNC, in main()
A 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()
A Daccess_tracking_perf_test.c228 assert_ucall(vm, vcpu_id, UCALL_SYNC); in vcpu_thread_main()
/linux/tools/testing/selftests/kvm/aarch64/
A Ddebug-exceptions.c230 case UCALL_SYNC: in main()

Completed in 20 milliseconds

12