Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dsys.c1890 static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd) in prctl_set_mm_exe_file() function
2044 error = prctl_set_mm_exe_file(mm, prctl_map.exe_fd); in prctl_set_mm_map()
2153 return prctl_set_mm_exe_file(mm, (unsigned int)addr); in prctl_set_mm()