Home
last modified time | relevance | path

Searched defs:raw_syscall (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-user/s390x/
H A Dvdso.S18 .macro raw_syscall n macro
/openbmc/qemu/linux-user/riscv/
H A Dvdso.S25 .macro raw_syscall nr macro
/openbmc/qemu/linux-user/arm/
H A Dvdso.S25 .macro raw_syscall n macro
/openbmc/qemu/linux-user/ppc/
H A Dvdso.S29 .macro raw_syscall nr macro
/openbmc/linux/tools/testing/selftests/timens/
H A Dtimens.h86 static inline int _gettime(clockid_t clk_id, struct timespec *res, bool raw_syscall) in _gettime()
H A Dtimens.c88 static int test_gettime(clockid_t clock_index, bool raw_syscall, time_t offset) in test_gettime()