Home
last modified time | relevance | path

Searched refs:mm (Results 1 – 7 of 7) sorted by relevance

/security/landlock/
A Ddomain.c44 struct mm_struct *mm = current->mm; in get_current_exe() local
50 if (!mm) in get_current_exe()
53 file = get_mm_exe_file(mm); in get_current_exe()
/security/tomoyo/
A Dutil.c970 struct mm_struct *mm = current->mm; in tomoyo_get_exe() local
972 if (!mm) in tomoyo_get_exe()
974 exe_file = get_mm_exe_file(mm); in tomoyo_get_exe()
A Ddomain.c926 mmap_read_lock(bprm->mm); in tomoyo_dump_page()
927 ret = get_user_pages_remote(bprm->mm, pos, 1, in tomoyo_dump_page()
929 mmap_read_unlock(bprm->mm); in tomoyo_dump_page()
/security/
A Dsecurity.c1217 int security_vm_enough_memory_mm(struct mm_struct *mm, long pages) in security_vm_enough_memory_mm() argument
1230 rc = scall->hl->hook.vm_enough_memory(mm, pages); in security_vm_enough_memory_mm()
1236 return __vm_enough_memory(mm, pages, cap_sys_admin); in security_vm_enough_memory_mm()
A Dcommoncap.c1443 int cap_vm_enough_memory(struct mm_struct *mm, long pages) in cap_vm_enough_memory() argument
/security/keys/
A Dkeyctl.c1663 if (parent->pid <= 1 || !parent->mm) in keyctl_session_to_parent()
/security/selinux/
A Dhooks.c2227 static int selinux_vm_enough_memory(struct mm_struct *mm, long pages) in selinux_vm_enough_memory() argument

Completed in 38 milliseconds