Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c59 GUEST_SYNC_ARGS(__stage, __val, 0, 0, 0)
/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h53 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ macro
/linux/tools/testing/selftests/kvm/arm64/
H A Darch_timer_edge_cases.c127 GUEST_SYNC_ARGS(cmd, 0, 0, 0, 0); in userspace_cmd()
137 GUEST_SYNC_ARGS(USERSPACE_USLEEP, usecs, 0, 0, 0); in userspace_sleep()
142 GUEST_SYNC_ARGS(SET_COUNTER_VALUE, counter, timer, 0, 0); in set_counter()
H A Dset_id_regs.c241 #define GUEST_REG_SYNC(id) GUEST_SYNC_ARGS(0, id, read_sysreg_s(id), 0, 0);