Home
last modified time | relevance | path

Searched defs:prctl (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/arch/powerpc/ !
H A Ddexcr.rst39 prctl section in Configuration
/linux/tools/include/nolibc/sys/ !
H A Dprctl.h30 int prctl(int option, unsigned long arg2, unsigned long arg3, in prctl() function
/linux/tools/testing/selftests/powerpc/dexcr/ !
H A Ddexcr.h35 unsigned long prctl; /* 'which' value for get/set prctl */ member
/linux/kernel/ !
H A Dsys.c2534 SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, in SYSCALL_DEFINE5() argument