Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 4 of 4) sorted by relevance

/security/
DKconfig125 from userspace allocation. Keeping a user from writing to low pages
151 separately allocated pages, are not on the process stack,
170 bool "Refuse to copy allocations that span multiple pages"
Dsecurity.c831 int security_vm_enough_memory_mm(struct mm_struct *mm, long pages) in security_vm_enough_memory_mm() argument
845 rc = hp->hook.vm_enough_memory(mm, pages); in security_vm_enough_memory_mm()
851 return __vm_enough_memory(mm, pages, cap_sys_admin); in security_vm_enough_memory_mm()
Dcommoncap.c1408 int cap_vm_enough_memory(struct mm_struct *mm, long pages) in cap_vm_enough_memory() argument
/security/selinux/
Dhooks.c2269 static int selinux_vm_enough_memory(struct mm_struct *mm, long pages) in selinux_vm_enough_memory() argument