Home
last modified time | relevance | path

Searched defs:sys_clone (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/arc/kernel/
Dsys.c9 #define sys_clone sys_clone_wrapper macro
/linux-6.12.1/arch/openrisc/kernel/
Dsys_call_table.c23 #define sys_clone __sys_clone macro
/linux-6.12.1/arch/sparc/kernel/
Dsyscalls.S101 sys_clone: label
Dentry.S880 .globl sys_clone, flush_patch_three symbol
881 sys_clone: label
/linux-6.12.1/tools/testing/selftests/arm64/abi/
Dtpidr2.c164 static int sys_clone(unsigned long clone_flags, unsigned long newsp, in sys_clone() function