Searched refs:current_securebits (Results 1 – 1 of 1) sorted by relevance
70 int current_securebits = prctl(PR_GET_SECUREBITS); in lock_securebits() local71 if (current_securebits < 0) { in lock_securebits()76 if ((current_securebits & SECBIT_KEEP_CAPS_LOCKED) != 0 && in lock_securebits()77 (current_securebits & SECBIT_KEEP_CAPS) == 0) { in lock_securebits()