/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | lsm.c | 40 BPF_PROG(test_int_hook, struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot, int ret) BPF_PROG() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | lsm.c | 89 BPF_PROG(test_int_hook, struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot, int ret) BPF_PROG() argument
|
H A D | test_bpf_cookie.c | 112 BPF_PROG(test_int_hook, struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot, int ret) BPF_PROG() argument
|
/kernel/linux/common_modules/xpm/core/ |
H A D | xpm_security_hooks.c | 362 xpm_mprotect_check(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) xpm_mprotect_check() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ima.h | 74 static inline int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() argument
|
H A D | security.h | 948 security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) security_file_mprotect() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ima.h | 80 static inline int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() argument
|
H A D | security.h | 1010 security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) security_file_mprotect() argument
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_main.c | 405 int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() argument
|
/kernel/linux/linux-5.10/mm/ |
H A D | mprotect.c | 525 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local
|
/kernel/linux/linux-6.6/mm/ |
H A D | mprotect.c | 694 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_main.c | 430 int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() argument
|
/kernel/linux/linux-5.10/security/ |
H A D | commoncap.c | 1357 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
|
H A D | security.c | 1569 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument
|
/kernel/linux/linux-6.6/security/ |
H A D | commoncap.c | 1435 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
|
H A D | security.c | 2748 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | lsm.c | 515 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument 521 apparmor_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) apparmor_file_mprotect() argument
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | lsm.c | 571 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument 577 apparmor_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) apparmor_file_mprotect() argument
|
/kernel/linux/linux-5.10/security/smack/ |
H A D | smack_lsm.c | 1675 smack_mmap_file(struct file *file, unsigned long reqprot, unsigned long prot, unsigned long flags) smack_mmap_file() argument
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 1780 smack_mmap_file(struct file *file, unsigned long reqprot, unsigned long prot, unsigned long flags) smack_mmap_file() argument
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 3749 static int selinux_mmap_file(struct file *file, unsigned long reqprot, in selinux_mmap_file() argument 3771 selinux_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long prot) selinux_file_mprotect() argument
|