Searched refs:SECURE_ALL_LOCKS (Results 1 – 4 of 4) sorted by relevance
59 #define SECURE_ALL_LOCKS (SECURE_ALL_BITS << 1) macro
1227 if ((((old->securebits & SECURE_ALL_LOCKS) >> 1) in cap_task_prctl()1229 || ((old->securebits & SECURE_ALL_LOCKS & ~arg2)) /*[2]*/ in cap_task_prctl()1230 || (arg2 & ~(SECURE_ALL_LOCKS | SECURE_ALL_BITS)) /*[3]*/ in cap_task_prctl()