Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h13 UCALL_SYNC, enumerator
54 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
55 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage)
56 #define GUEST_SYNC1(arg0) ucall(UCALL_SYNC, 1, arg0)
57 #define GUEST_SYNC2(arg0, arg1) ucall(UCALL_SYNC, 2, arg0, arg1)
59 ucall(UCALL_SYNC, 3, arg0, arg1, arg2)
61 ucall(UCALL_SYNC, 4, arg0, arg1, arg2, arg3)
63 ucall(UCALL_SYNC, 5, arg0, arg1, arg2, arg3, arg4)
65 ucall(UCALL_SYNC, 6, arg0, arg1, arg2, arg3, arg4, arg5)
/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_nested_tsc_scaling_test.c
H A Ducna_injection_test.c
H A Duserspace_msr_exit_test.c
H A Dsvm_vmcall_test.c
H A Dtsc_scaling_sync.c
H A Dmonitor_mwait_test.c
H A Dvmx_apic_access_test.c
H A Dvmx_tsc_adjust_test.c
H A Dfix_hypercall_test.c
H A Dset_boot_cpu_id.c
H A Dvmx_dirty_log_test.c
H A Dkvm_clock_test.c
H A Dxen_vmcall_test.c
H A Dtsc_msrs_test.c
H A Dvmx_preemption_timer_test.c
H A Dhyperv_svm_test.c
H A Ddirty_log_page_splitting_test.c
/linux/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c104 case UCALL_SYNC: in enter_guest()
H A Dmemslot_modification_stress_test.c47 if (get_ucall(vcpu, NULL) == UCALL_SYNC) in vcpu_worker()
H A Drseq_test.c248 TEST_ASSERT(get_ucall(vcpu, NULL) == UCALL_SYNC, in main()
H A Darch_timer.c63 case UCALL_SYNC: in test_vcpu_run()
/linux/tools/testing/selftests/kvm/x86/
H A Dsev_smoke_test.c138 case UCALL_SYNC: in test_sev()
/linux/tools/testing/selftests/kvm/s390x/
H A Dtprot.c
/linux/tools/testing/selftests/kvm/aarch64/
H A Dsmccc_filter.c

123