Home
last modified time | relevance | path

Searched refs:GUEST_SYNC_ARGS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dtsc_scaling_sync.c35 GUEST_SYNC_ARGS(0, local_tsc, tmp, 0, 0); in guest_code()
H A Dkvm_clock_test.c32 GUEST_SYNC_ARGS(__stage, __val, 0, 0, 0)
H A Dvmx_preemption_timer_test.c142 GUEST_SYNC_ARGS(2, l1_vmx_pt_finish, l1_tsc_deadline, in l1_guest_code()
/openbmc/linux/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c59 GUEST_SYNC_ARGS(__stage, __val, 0, 0, 0)
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h52 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ macro