Home
last modified time | relevance | path

Searched refs:__NR_clock_adjtime64 (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A D0001-selftests-timers-Fix-clock_adjtime-for-newer-32-bit-.patch27 +#if !defined(__NR_clock_adjtime) && defined(__NR_clock_adjtime64)
28 + return syscall(__NR_clock_adjtime64, id, tx);
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h256 #define __NR_clock_adjtime64 405 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_32.h381 #define __NR_clock_adjtime64 405 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_32.h399 #define __NR_clock_adjtime64 405 macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_32.h391 #define __NR_clock_adjtime64 405 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h719 #define __NR_clock_adjtime64 405 macro
720 __SYSCALL(__NR_clock_adjtime64, sys_clock_adjtime)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h719 #define __NR_clock_adjtime64 405 macro
720 __SYSCALL(__NR_clock_adjtime64, sys_clock_adjtime)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h719 #define __NR_clock_adjtime64 405 macro
720 __SYSCALL(__NR_clock_adjtime64, sys_clock_adjtime)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h822 #define __NR_clock_adjtime64 405 macro
823 __SYSCALL(__NR_clock_adjtime64, sys_clock_adjtime)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n32.h338 #define __NR_clock_adjtime64 (__NR_Linux + 405) macro
H A Dunistd_o32.h384 #define __NR_clock_adjtime64 (__NR_Linux + 405) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h363 #define __NR_clock_adjtime64 (__NR_SYSCALL_BASE + 405) macro