Searched defs:linux_binprm (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/include/linux/ |
| D | binfmts.h | 18 struct linux_binprm { struct 20 struct vm_area_struct *vma; 21 unsigned long vma_pages; 26 struct mm_struct *mm; 27 unsigned long p; /* current top of mem */ 28 unsigned long argmin; /* rlimit marker for copy_strings() */ 31 have_execfd:1, 34 execfd_creds:1, 40 secureexec:1, 45 point_of_no_return:1, [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | binfmts.h | 17 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() */ 30 have_execfd:1, 33 execfd_creds:1, 39 secureexec:1, 44 point_of_no_return:1; [all …]
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| D | bpf_lsm.c | 118 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2()
|
| D | verifier.c | 6349 BTF_TYPE_SAFE_TRUSTED(struct linux_binprm) { in BTF_TYPE_SAFE_TRUSTED()
|