Searched refs:AT_SECURE (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dauxvec.h28 #define AT_SECURE 23 /* secure mode boolean */ macro
/linux-master/tools/testing/selftests/capabilities/
H A Dvalidate_cap.c41 if (getauxval(AT_SECURE))
42 atsec = " (AT_SECURE is set)";
44 atsec = " (AT_SECURE is not set)";
/linux-master/fs/
H A Dbinfmt_elf.c256 NEW_AUX_ENT(AT_SECURE, bprm->secureexec);
H A Dbinfmt_elf_fdpic.c660 NEW_AUX_ENT(AT_SECURE, bprm->secureexec);

Completed in 139 milliseconds