Searched refs:UCALL_SYNC (Results 1 – 25 of 46) sorted by relevance
12
/linux-6.1.9/tools/testing/selftests/kvm/include/ |
D | ucall_common.h | 14 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/ |
D | vmx_nested_tsc_scaling_test.c | 27 #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()
|
D | ucna_injection_test.c | 149 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()
|
D | cr4_cpuid_sync_test.c | 75 case UCALL_SYNC: in main()
|
D | svm_vmcall_test.c | 63 case UCALL_SYNC: in main()
|
D | platform_info_test.c | 49 TEST_ASSERT(uc.cmd == UCALL_SYNC, in test_msr_platform_info_enabled()
|
D | monitor_mwait_test.c | 91 case UCALL_SYNC: in main()
|
D | set_boot_cpu_id.c | 55 case UCALL_SYNC: in run_vcpu()
|
D | tsc_scaling_sync.c | 80 case UCALL_SYNC: in run_vcpu()
|
D | fix_hypercall_test.c | 93 case UCALL_SYNC: in enter_guest()
|
D | vmx_apic_access_test.c | 119 case UCALL_SYNC: in main()
|
D | vmx_dirty_log_test.c | 128 case UCALL_SYNC: in main()
|
D | vmx_tsc_adjust_test.c | 152 case UCALL_SYNC: in main()
|
D | userspace_msr_exit_test.c | 503 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()
|
D | hyperv_svm_test.c | 150 case UCALL_SYNC: in main()
|
D | xen_vmcall_test.c | 134 case UCALL_SYNC: in main()
|
D | tsc_msrs_test.c | 74 case UCALL_SYNC: in run_vcpu()
|
D | xapic_state_test.c | 68 ASSERT_EQ(get_ucall(vcpu, &uc), UCALL_SYNC); in ____test_icr()
|
D | emulator_error_test.c | 136 case UCALL_SYNC: in process_ucall()
|
D | kvm_clock_test.c | 126 case UCALL_SYNC: in enter_guest()
|
D | vmx_preemption_timer_test.c | 194 case UCALL_SYNC: in main()
|
/linux-6.1.9/tools/testing/selftests/kvm/ |
D | system_counter_offset_test.c | 104 case UCALL_SYNC: in enter_guest()
|
D | memslot_modification_stress_test.c | 52 if (get_ucall(vcpu, NULL) == UCALL_SYNC) in vcpu_worker()
|
D | rseq_test.c | 234 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in main()
|
/linux-6.1.9/tools/testing/selftests/kvm/aarch64/ |
D | debug-exceptions.c | 318 case UCALL_SYNC: in test_guest_debug_exceptions() 364 TEST_ASSERT(cmd == UCALL_SYNC, in test_single_step_from_userspace()
|
12