/openbmc/qemu/util/ |
H A D | memfd.c | 41 #ifdef __NR_memfd_create in memfd_create() 42 return syscall(__NR_memfd_create, name, flags); in memfd_create()
|
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | common.c | 45 return syscall(__NR_memfd_create, name, flags); in sys_memfd_create()
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd.h | 114 return syscall(__NR_memfd_create, name, flags); in sys_memfd_create()
|
/openbmc/linux/tools/testing/selftests/drivers/dma-buf/ |
H A D | udmabuf.c | 23 return syscall(__NR_memfd_create, name, flags); in memfd_create()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 239 #define __NR_memfd_create 279 macro
|
H A D | unistd_64.h | 268 #define __NR_memfd_create 279 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 267 #define __NR_memfd_create 279 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 264 #define __NR_memfd_create 279 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 299 #define __NR_memfd_create 350 macro
|
H A D | unistd_32.h | 332 #define __NR_memfd_create 350 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 323 #define __NR_memfd_create 319 macro
|
H A D | unistd_32.h | 356 #define __NR_memfd_create 356 macro
|
H A D | unistd_x32.h | 279 #define __NR_memfd_create (__X32_SYSCALL_BIT + 319) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 353 #define __NR_memfd_create 360 macro
|
H A D | unistd_32.h | 362 #define __NR_memfd_create 360 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 675 #define __NR_memfd_create 279 macro 676 __SYSCALL(__NR_memfd_create, sys_memfd_create)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 675 #define __NR_memfd_create 279 macro 676 __SYSCALL(__NR_memfd_create, sys_memfd_create)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 675 #define __NR_memfd_create 279 macro 676 __SYSCALL(__NR_memfd_create, sys_memfd_create)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 783 #define __NR_memfd_create 385 macro 784 __SYSCALL(__NR_memfd_create, sys_memfd_create)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 317 #define __NR_memfd_create (__NR_Linux + 314) macro
|
H A D | unistd_n32.h | 321 #define __NR_memfd_create (__NR_Linux + 318) macro
|
H A D | unistd_o32.h | 357 #define __NR_memfd_create (__NR_Linux + 354) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 344 #define __NR_memfd_create (__NR_SYSCALL_BASE + 385) macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 1178 return my_syscall2(__NR_memfd_create, name, flags); in sys_memfd_create()
|