Searched refs:INLINE_VSYSCALL (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | clock_getres.c | 38 r = INLINE_VSYSCALL (clock_getres_time64, 2, clock_id, res); in __clock_getres64() 49 r = INLINE_VSYSCALL (clock_getres, 2, clock_id, &ts32); in __clock_getres64()
|
D | getcpu.c | 27 return INLINE_VSYSCALL (getcpu, 3, cpu, node, NULL); in __getcpu()
|
D | sched_getcpu.c | 29 r = INLINE_VSYSCALL (getcpu, 3, &cpu, NULL, NULL); in vsyscall_sched_getcpu()
|
D | sysdep-vdso.h | 29 #define INLINE_VSYSCALL(name, nr, args...) \ macro
|
D | time.c | 46 return INLINE_VSYSCALL (time, 1, t); in time()
|
D | gettimeofday.c | 53 return INLINE_VSYSCALL (gettimeofday, 2, tv, tz);
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-aarch64 | 354 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):
|
D | ChangeLog.20 | 852 (INLINE_VSYSCALL): Modified. 1006 [! HAVE_VSYSCALL](INLINE_VSYSCALL): Remove. 1009 [HAVE_VSYSCALL](INLINE_VSYSCALL): Remove. 1012 (INLINE_VSYSCALL): New.
|
D | ChangeLog.17 | 5346 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL, 9987 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL): 10051 Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
|
D | ChangeLog.16 | 4363 is not defined, redefine INTERNAL_VSYSCALL and INLINE_VSYSCALL to 4365 <bits/libc-vdso.h>. Use INLINE_VSYSCALL and INTERNAL_SYSCALL instead 4376 INLINE_VSYSCALL, INTERNAL_VSYSCALL, INTERNAL_SYSCALL_NCS,
|
D | ChangeLog.18 | 36558 (sched_getcpu): Use INLINE_VSYSCALL instead of INLINE_SYSCALL. 37299 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL): Remove 37302 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL): 37308 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL): 37315 (INLINE_VSYSCALL): Remove macro. 37325 (INLINE_VSYSCALL): Remove macro. 37333 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove 37338 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL): 37345 (INLINE_VSYSCALL): Likewise. 37349 (INLINE_VSYSCALL): Likewise. [all …]
|