Searched refs:get_dumpable (Results 1 – 6 of 6) sorted by relevance
320 regs->r8 = get_dumpable(current->mm); /* set "don't zap registers" flag */ \322 if (unlikely(get_dumpable(current->mm) != SUID_DUMP_USER)) { \
108 dumpable = get_dumpable(mm); in task_dumpable()
275 dumpable = get_dumpable(task->mm); in __ptrace_may_access()
2076 error = get_dumpable(me->mm); in SYSCALL_DEFINE5()
1228 if (get_dumpable(current->mm) != SUID_DUMP_USER) in install_exec_creds()
468 static inline int get_dumpable(struct mm_struct *mm) in get_dumpable() function