Home
last modified time | relevance | path

Searched refs:sys_pivot_root (Results 1 – 7 of 7) sorted by relevance

/tools/include/nolibc/
Dsys.h827 int sys_pivot_root(const char *new, const char *old) in sys_pivot_root() function
835 return __sysret(sys_pivot_root(new, old)); in pivot_root()
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl228 217 common pivot_root sys_pivot_root sys_pivot_root
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl161 151 n64 pivot_root sys_pivot_root
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl167 155 common pivot_root sys_pivot_root
Dsyscall_32.tbl232 217 i386 pivot_root sys_pivot_root
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl263 203 common pivot_root sys_pivot_root
/tools/include/uapi/asm-generic/
Dunistd.h125 __SYSCALL(__NR_pivot_root, sys_pivot_root)