Searched refs:reqprot (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Diters_css_task.c23 unsigned long reqprot, unsigned long prot, int ret)
22 BPF_PROG(iter_css_task_for_each, struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot, int ret) argument
H A Dtest_bpf_cookie.c129 unsigned long reqprot, unsigned long prot, int ret)
128 BPF_PROG(test_int_hook, struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot, int ret) argument
H A Dlsm.c90 unsigned long reqprot, unsigned long prot, int ret)
89 BPF_PROG(test_int_hook, struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot, int ret) argument
/linux-master/mm/
H A Dmprotect.c684 unsigned long nstart, end, tmp, reqprot; local
710 reqprot = prot;
796 error = security_file_mprotect(vma, reqprot, prot);
816 prot = reqprot;
/linux-master/security/integrity/ima/
H A Dima_main.c433 * @reqprot: protection requested by the application
443 static int ima_file_mmap(struct file *file, unsigned long reqprot, argument
454 if (reqprot & PROT_EXEC) {
471 * @reqprot: protection requested by the application
482 static int ima_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, argument
/linux-master/include/linux/
H A Dlsm_hook_defs.h192 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot,
195 unsigned long reqprot, unsigned long prot)
H A Dsecurity.h170 extern int cap_mmap_file(struct file *file, unsigned long reqprot,
414 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
1065 unsigned long reqprot,
1064 security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) argument
/linux-master/security/apparmor/
H A Dlsm.c581 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, argument
588 unsigned long reqprot, unsigned long prot)
587 apparmor_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) argument
/linux-master/security/
H A Dcommoncap.c1436 int cap_mmap_file(struct file *file, unsigned long reqprot, argument
H A Dsecurity.c2854 * @reqprot: application requested protection
2861 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, argument
2864 return call_int_hook(file_mprotect, vma, reqprot, prot);
/linux-master/security/selinux/
H A Dhooks.c3821 unsigned long reqprot __always_unused,
3841 unsigned long reqprot __always_unused,
/linux-master/security/smack/
H A Dsmack_lsm.c1781 * @reqprot: contains the protection requested by the application.
1790 unsigned long reqprot, unsigned long prot,
1789 smack_mmap_file(struct file *file, unsigned long reqprot, unsigned long prot, unsigned long flags) argument

Completed in 338 milliseconds