Searched refs:mm (Results 1 – 6 of 6) sorted by relevance
/security/tomoyo/ |
D | util.c | 956 struct mm_struct *mm = current->mm; in tomoyo_get_exe() local 958 if (!mm) in tomoyo_get_exe() 960 exe_file = get_mm_exe_file(mm); in tomoyo_get_exe()
|
D | domain.c | 886 if (get_user_pages_remote(current, bprm->mm, pos, 1, in tomoyo_dump_page()
|
/security/ |
D | security.c | 309 int security_vm_enough_memory_mm(struct mm_struct *mm, long pages) in security_vm_enough_memory_mm() argument 323 rc = hp->hook.vm_enough_memory(mm, pages); in security_vm_enough_memory_mm() 329 return __vm_enough_memory(mm, pages, cap_sys_admin); in security_vm_enough_memory_mm()
|
D | commoncap.c | 1265 int cap_vm_enough_memory(struct mm_struct *mm, long pages) in cap_vm_enough_memory() argument
|
/security/keys/ |
D | keyctl.c | 1531 if (parent->pid <= 1 || !parent->mm) in keyctl_session_to_parent()
|
/security/selinux/ |
D | hooks.c | 2330 static int selinux_vm_enough_memory(struct mm_struct *mm, long pages) in selinux_vm_enough_memory() argument
|