Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbinfmts.h17 struct linux_binprm { struct
19 struct vm_area_struct *vma;
20 unsigned long vma_pages;
25 struct mm_struct *mm;
26 unsigned long p; /* current top of mem */
27 unsigned long argmin; /* rlimit marker for copy_strings() */
34 called_set_creds:1,
41 cap_elevated:1,
47 secureexec:1;
49 unsigned int taso:1;
[all …]