Home
last modified time | relevance | path

Searched refs:__NR_clock_gettime (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/
H A D0001-configure-Check-for-clock_gettime-seprately-from-__N.patch5 __NR_clock_gettime
8 since direct use of __NR_clock_gettime is not time64-safe
29 AC_MSG_CHECKING([for __NR_clock_gettime syscall])
/openbmc/linux/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h48 return do_syscall_2(__NR_clock_gettime, _clkid, (unsigned long)_ts); in clock_gettime_fallback()
76 return do_syscall_2(__NR_clock_gettime, _clkid, (unsigned long)_ts); in clock_gettime32_fallback()
/openbmc/linux/arch/mips/include/asm/vdso/
H A Dgettimeofday.h59 register long nr asm("v0") = __NR_clock_gettime; in clock_gettime_fallback()
112 register long nr asm("v0") = __NR_clock_gettime; in clock_gettime32_fallback()
/openbmc/linux/arch/x86/include/asm/vdso/
H A Dgettimeofday.h76 "0" (__NR_clock_gettime), "D" (_clkid), "S" (_ts) : in clock_gettime_fallback()
136 : "0" (__NR_clock_gettime), [clock] "g" (_clkid), "c" (_ts) in clock_gettime32_fallback()
/openbmc/qemu/linux-user/riscv/
H A Dvdso.S73 #ifdef __NR_clock_gettime
74 vdso_syscall __vdso_clock_gettime, __NR_clock_gettime
/openbmc/linux/arch/x86/um/vdso/
H A Dum_vdso.c22 : "0" (__NR_clock_gettime), "D" (clock), "S" (ts) in __vdso_clock_gettime()
/openbmc/qemu/linux-user/aarch64/
H A Dvdso.S53 vdso_syscall __kernel_clock_gettime, __NR_clock_gettime
/openbmc/qemu/linux-user/s390x/
H A Dvdso.S45 vdso_syscall __kernel_clock_gettime, __NR_clock_gettime
/openbmc/linux/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h43 register long nr asm("a7") = __NR_clock_gettime; in clock_gettime_fallback()
/openbmc/qemu/linux-user/x86_64/
H A Dvdso.S33 vdso_syscall clock_gettime, __NR_clock_gettime
/openbmc/linux/arch/s390/include/asm/vdso/
H A Dgettimeofday.h39 return syscall2(__NR_clock_gettime, (long)clkid, (long)ts); in clock_gettime_fallback()
/openbmc/linux/arch/arm64/include/asm/vdso/
H A Dgettimeofday.h41 register long nr asm("x8") = __NR_clock_gettime; in clock_gettime_fallback()
/openbmc/linux/arch/loongarch/include/asm/vdso/
H A Dgettimeofday.h42 register long nr asm("a7") = __NR_clock_gettime; in clock_gettime_fallback()
/openbmc/linux/arch/csky/include/asm/vdso/
H A Dgettimeofday.h54 register long nr asm(syscallid) = __NR_clock_gettime; in clock_gettime32_fallback()
/openbmc/linux/arch/arm/include/asm/vdso/
H A Dgettimeofday.h63 register long nr asm("r7") = __NR_clock_gettime; in clock_gettime32_fallback()
/openbmc/qemu/linux-user/arm/
H A Dvdso.S69 SYSCALL __vdso_clock_gettime, __NR_clock_gettime
/openbmc/qemu/linux-user/i386/
H A Dvdso.S73 vdso_syscall2 __vdso_clock_gettime, __NR_clock_gettime
/openbmc/qemu/linux-user/loongarch64/
H A Dvdso.S33 vdso_syscall __vdso_clock_gettime, __NR_clock_gettime
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h117 #define __NR_clock_gettime 113 macro
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_64.h116 #define __NR_clock_gettime 113 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h116 #define __NR_clock_gettime 113 macro
/openbmc/qemu/linux-user/ppc/
H A Dvdso.S44 vdso_syscall __kernel_clock_gettime, __NR_clock_gettime
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h211 #define __NR_clock_gettime 260 macro
H A Dunistd_32.h243 #define __NR_clock_gettime 260 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h232 #define __NR_clock_gettime 228 macro

12