Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/testing/selftests/kvm/include/
Ducall_common.h14 UCALL_SYNC, enumerator
33 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
34 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage)
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
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)
198 case UCALL_SYNC: in main()
Ducna_injection_test.c149 TEST_ASSERT(get_ucall(vcpu, &uc) == UCALL_SYNC, in run_vcpu_expect_gp()
198 TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC, in run_ucna_injection()
211 TEST_ASSERT(get_ucall(params->vcpu, &uc) == UCALL_SYNC, in run_ucna_injection()
Dcr4_cpuid_sync_test.c75 case UCALL_SYNC: in main()
Dsvm_vmcall_test.c63 case UCALL_SYNC: in main()
Dplatform_info_test.c49 TEST_ASSERT(uc.cmd == UCALL_SYNC, in test_msr_platform_info_enabled()
Dmonitor_mwait_test.c91 case UCALL_SYNC: in main()
Dset_boot_cpu_id.c55 case UCALL_SYNC: in run_vcpu()
Dtsc_scaling_sync.c80 case UCALL_SYNC: in run_vcpu()
Dfix_hypercall_test.c93 case UCALL_SYNC: in enter_guest()
Dvmx_apic_access_test.c119 case UCALL_SYNC: in main()
Dvmx_dirty_log_test.c128 case UCALL_SYNC: in main()
Dvmx_tsc_adjust_test.c152 case UCALL_SYNC: in main()
Duserspace_msr_exit_test.c503 case UCALL_SYNC: in process_ucall()
614 case UCALL_SYNC: in handle_ucall()
727 TEST_ASSERT(run_guest_then_process_ucall(vcpu) == UCALL_SYNC, in test_msr_permission_bitmap()
Dhyperv_svm_test.c150 case UCALL_SYNC: in main()
Dxen_vmcall_test.c134 case UCALL_SYNC: in main()
Dtsc_msrs_test.c74 case UCALL_SYNC: in run_vcpu()
Dxapic_state_test.c68 ASSERT_EQ(get_ucall(vcpu, &uc), UCALL_SYNC); in ____test_icr()
Demulator_error_test.c136 case UCALL_SYNC: in process_ucall()
Dkvm_clock_test.c126 case UCALL_SYNC: in enter_guest()
Dvmx_preemption_timer_test.c194 case UCALL_SYNC: in main()
/linux-6.1.9/tools/testing/selftests/kvm/
Dsystem_counter_offset_test.c104 case UCALL_SYNC: in enter_guest()
Dmemslot_modification_stress_test.c52 if (get_ucall(vcpu, NULL) == UCALL_SYNC) in vcpu_worker()
Drseq_test.c234 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in main()
/linux-6.1.9/tools/testing/selftests/kvm/aarch64/
Ddebug-exceptions.c318 case UCALL_SYNC: in test_guest_debug_exceptions()
364 TEST_ASSERT(cmd == UCALL_SYNC, in test_single_step_from_userspace()

12