Searched refs:personality (Results 1 - 5 of 5) sorted by relevance

/include/linux/
H A Dpersonality.h4 #include <uapi/linux/personality.h>
30 unsigned char pers_low; /* lowest personality */
31 unsigned char pers_high; /* highest personality */
43 * Return the base personality without flags.
45 #define personality(pers) (pers & PER_MASK) macro
49 * Change personality of the currently running process.
52 ((current->personality == (pers)) ? 0 : __set_personality(pers))
H A Delf.h9 have the READ_IMPLIES_EXEC personality flag set automatically.
15 set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
H A Dsched.h1318 unsigned int personality; member in struct:task_struct
H A Dsyscalls.h253 asmlinkage long sys_personality(unsigned int personality);
/include/uapi/linux/raid/
H A Dmd_u.h149 int personality; /* 1,2,3,4 */ member in struct:mdu_param_s

Completed in 221 milliseconds