/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 43 #define __NR_pivot_root 41 macro
|
H A D | unistd_64.h | 44 #define __NR_pivot_root 41 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 45 #define __NR_pivot_root 41 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 44 #define __NR_pivot_root 41 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 171 #define __NR_pivot_root 217 macro
|
H A D | unistd_32.h | 201 #define __NR_pivot_root 217 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 159 #define __NR_pivot_root 155 macro
|
H A D | unistd_32.h | 221 #define __NR_pivot_root 217 macro
|
H A D | unistd_x32.h | 142 #define __NR_pivot_root (__X32_SYSCALL_BIT + 155) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 201 #define __NR_pivot_root 203 macro
|
H A D | unistd_32.h | 207 #define __NR_pivot_root 203 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 124 #define __NR_pivot_root 41 macro 125 __SYSCALL(__NR_pivot_root, sys_pivot_root)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 124 #define __NR_pivot_root 41 macro 125 __SYSCALL(__NR_pivot_root, sys_pivot_root)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 124 #define __NR_pivot_root 41 macro 125 __SYSCALL(__NR_pivot_root, sys_pivot_root)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 449 #define __NR_pivot_root 218 macro 450 __SYSCALL(__NR_pivot_root, sys_pivot_root)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 155 #define __NR_pivot_root (__NR_Linux + 151) macro
|
H A D | unistd_n32.h | 155 #define __NR_pivot_root (__NR_Linux + 151) macro
|
H A D | unistd_o32.h | 220 #define __NR_pivot_root (__NR_Linux + 216) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 181 #define __NR_pivot_root (__NR_SYSCALL_BASE + 218) macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 817 return my_syscall2(__NR_pivot_root, new, old); in sys_pivot_root()
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 1567 ASSERT_EQ(0, syscall(__NR_pivot_root, dir_s3d2, dir_s3d3)) in TEST_F_FORK() 1601 ASSERT_EQ(-1, syscall(__NR_pivot_root, dir_s3d2, dir_s3d3)); in TEST_F_FORK()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9169 #if defined(TARGET_NR_pivot_root) && defined(__NR_pivot_root)
|