Home
last modified time | relevance | path

Searched refs:reqprot (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dmprotect.c517 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local
541 reqprot = prot; in do_mprotect_pkey()
614 error = security_file_mprotect(vma, reqprot, prot); in do_mprotect_pkey()
636 prot = reqprot; in do_mprotect_pkey()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbpf_lsm.rst18 .. c:function:: int file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long …
69 unsigned long reqprot, unsigned long prot, int ret)
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dlsm.c41 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG() argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dlsm_hook_defs.h164 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot,
167 unsigned long reqprot, unsigned long prot)
H A Dsecurity.h156 extern int cap_mmap_file(struct file *file, unsigned long reqprot,
375 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
948 unsigned long reqprot, in security_file_mprotect() argument
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dlsm.c515 static int apparmor_mmap_file(struct file *file, unsigned long reqprot, in apparmor_mmap_file() argument
522 unsigned long reqprot, unsigned long prot) in apparmor_file_mprotect() argument
/OK3568_Linux_fs/kernel/security/
H A Dcommoncap.c1359 int cap_mmap_file(struct file *file, unsigned long reqprot, in cap_mmap_file() argument
H A Dsecurity.c1522 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect() argument
1527 ret = call_int_hook(file_mprotect, 0, vma, reqprot, prot); in security_file_mprotect()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c3779 static int selinux_mmap_file(struct file *file, unsigned long reqprot, in selinux_mmap_file() argument
3795 prot = reqprot; in selinux_mmap_file()
3802 unsigned long reqprot, in selinux_file_mprotect() argument
3809 prot = reqprot; in selinux_file_mprotect()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c1648 unsigned long reqprot, unsigned long prot, in smack_mmap_file() argument