Searched refs:raw_syscall (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/linux-user/s390x/ |
H A D | vdso.S | 18 .macro raw_syscall n macro 34 raw_syscall \nr 56 raw_syscall __NR_sigreturn 60 raw_syscall __NR_rt_sigreturn
|
/openbmc/linux/tools/testing/selftests/timens/ |
H A D | timens.c | 88 static int test_gettime(clockid_t clock_index, bool raw_syscall, time_t offset) in test_gettime() argument 91 char *entry = raw_syscall ? "syscall" : "vdso"; in test_gettime() 107 if (_gettime(clocks[clock_index].id, &parent_ts_old, raw_syscall)) in test_gettime() 116 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall)) in test_gettime() 130 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall)) in test_gettime()
|
H A D | timens.h | 86 static inline int _gettime(clockid_t clk_id, struct timespec *res, bool raw_syscall) in _gettime() argument 90 if (!raw_syscall) { in _gettime()
|
/openbmc/qemu/linux-user/arm/ |
H A D | vdso.S | 25 .macro raw_syscall n macro 63 raw_syscall \nr 145 raw_syscall __NR_sigreturn 151 raw_syscall __NR_rt_sigreturn
|
/openbmc/qemu/linux-user/riscv/ |
H A D | vdso.S | 25 .macro raw_syscall nr macro 32 raw_syscall \nr 40 raw_syscall __NR_gettimeofday 51 raw_syscall __NR_clock_gettime64 184 raw_syscall __NR_rt_sigreturn
|
/openbmc/qemu/linux-user/ppc/ |
H A D | vdso.S | 29 .macro raw_syscall nr macro 36 raw_syscall \nr 224 raw_syscall __NR_rt_sigreturn 235 raw_syscall __NR_sigreturn
|