Home
last modified time | relevance | path

Searched refs:__NR_prlimit64 (Results 1 – 22 of 22) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/musl/musl/
H A D0001-Update-syscalls-for-r32-rv64-from-kernel-6.4-through.patch22 #define __NR_prlimit64 261
52 #define __NR_prlimit64 261
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h222 #define __NR_prlimit64 261 macro
H A Dunistd_64.h250 #define __NR_prlimit64 261 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h249 #define __NR_prlimit64 261 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h246 #define __NR_prlimit64 261 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h283 #define __NR_prlimit64 334 macro
H A Dunistd_32.h316 #define __NR_prlimit64 334 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h306 #define __NR_prlimit64 302 macro
H A Dunistd_32.h340 #define __NR_prlimit64 340 macro
H A Dunistd_x32.h265 #define __NR_prlimit64 (__X32_SYSCALL_BIT + 302) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h318 #define __NR_prlimit64 325 macro
H A Dunistd_32.h327 #define __NR_prlimit64 325 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h635 #define __NR_prlimit64 261 macro
636 __SYSCALL(__NR_prlimit64, sys_prlimit64)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h635 #define __NR_prlimit64 261 macro
636 __SYSCALL(__NR_prlimit64, sys_prlimit64)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h635 #define __NR_prlimit64 261 macro
636 __SYSCALL(__NR_prlimit64, sys_prlimit64)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h751 #define __NR_prlimit64 369 macro
752 __SYSCALL(__NR_prlimit64, sys_prlimit64)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h300 #define __NR_prlimit64 (__NR_Linux + 297) macro
H A Dunistd_n32.h305 #define __NR_prlimit64 (__NR_Linux + 302) macro
H A Dunistd_o32.h341 #define __NR_prlimit64 (__NR_Linux + 338) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h328 #define __NR_prlimit64 (__NR_SYSCALL_BASE + 369) macro
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c594 syscall(__NR_prlimit64); in kick_kernel_cb()
/openbmc/qemu/linux-user/
H A Dsyscall.c508 #ifndef __NR_prlimit64
509 # define __NR_prlimit64 -1 macro
511 #define __NR_sys_prlimit64 __NR_prlimit64