Home
last modified time | relevance | path

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

/linux-3.3/mm/
Dmprotect.c235 unsigned long vm_flags, nstart, end, tmp, reqprot; in SYSCALL_DEFINE3() local
Dnommu.c892 unsigned long reqprot = prot; in validate_mmap_request() local
Dmmap.c950 unsigned long reqprot = prot; in do_mmap_pgoff() local
/linux-3.3/security/apparmor/
Dlsm.c493 static int apparmor_file_mmap(struct file *file, unsigned long reqprot, in apparmor_file_mmap()
508 unsigned long reqprot, unsigned long prot) in apparmor_file_mprotect()
/linux-3.3/security/
Dcommoncap.c953 int cap_file_mmap(struct file *file, unsigned long reqprot, in cap_file_mmap()
Dsecurity.c672 int security_file_mmap(struct file *file, unsigned long reqprot, in security_file_mmap()
684 int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in security_file_mprotect()
Dcapability.c318 static int cap_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in cap_file_mprotect()
/linux-3.3/include/linux/
Dsecurity.h2193 static inline int security_file_mmap(struct file *file, unsigned long reqprot, in security_file_mmap()
2203 unsigned long reqprot, in security_file_mprotect()
/linux-3.3/security/selinux/
Dhooks.c3043 static int selinux_file_mmap(struct file *file, unsigned long reqprot, in selinux_file_mmap()
3076 unsigned long reqprot, in selinux_file_mprotect()
/linux-3.3/security/smack/
Dsmack_lsm.c1171 unsigned long reqprot, unsigned long prot, in smack_file_mmap()