/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | 0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch | 4 Subject: [PATCH] innobase: Define __NR_futex if it does not exist 6 __NR_futex is not defines by newer architectures e.g. arc, riscv32 as 9 __NR_futex, since this is used in applications, such applications start 11 fallback to alias __NR_futex to __NR_futex_tim64 so SYS_futex keeps
|
H A D | sys_futex.patch | 24 + therefore do not define __NR_futex */
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | unistd_64.h | 17 #ifndef __NR_futex 18 #define __NR_futex 202 macro
|
H A D | unistd_32.h | 17 #ifndef __NR_futex 18 #define __NR_futex 240 macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | 0001-os-linux-Fix-build-when-__NR_futex-is-not-available.patch | 4 Subject: [PATCH] os/linux: Fix build when __NR_futex is not available 6 Newer architectures like riscv32 do not define __NR_futex intentionally 44 - ret = syscall( __NR_futex, uaddr, op, val, timeout, uaddr2, val3 );
|
/openbmc/qemu/include/qemu/ |
H A D | futex.h | 20 #define qemu_futex(...) syscall(__NR_futex, __VA_ARGS__)
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F)
|
/openbmc/linux/tools/testing/selftests/timens/ |
H A D | futex.c | 36 if (syscall(__NR_futex, &val, futex_op, 0, in run_test()
|
/openbmc/openbmc/poky/meta/recipes-core/musl/musl/ |
H A D | 0001-Update-syscalls-for-r32-rv64-from-kernel-6.4-through.patch | 28 #define __NR_futex __NR_futex_time64
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 102 #define __NR_futex 98 macro
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_64.h | 101 #define __NR_futex 98 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 101 #define __NR_futex 98 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 190 #define __NR_futex 238 macro
|
H A D | unistd_32.h | 222 #define __NR_futex 238 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 206 #define __NR_futex 202 macro
|
H A D | unistd_32.h | 242 #define __NR_futex 240 macro
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/ |
H A D | directfb.inc | 25 file://0001-os-linux-Fix-build-when-__NR_futex-is-not-available.patch \
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 218 #define __NR_futex 221 macro
|
H A D | unistd_32.h | 225 #define __NR_futex 221 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 270 #define __NR_futex 98 macro 271 __SC_3264(__NR_futex, sys_futex_time32, sys_futex)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 270 #define __NR_futex 98 macro 271 __SC_3264(__NR_futex, sys_futex_time32, sys_futex)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 270 #define __NR_futex 98 macro 271 __SC_3264(__NR_futex, sys_futex_time32, sys_futex)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 493 #define __NR_futex 240 macro 494 __SYSCALL(__NR_futex, sys_futex_time32)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 198 #define __NR_futex (__NR_Linux + 194) macro
|
H A D | unistd_n32.h | 198 #define __NR_futex (__NR_Linux + 194) macro
|