Lines Matching refs:opt
1984 static int prctl_set_mm_map(int opt, const void __user *addr, unsigned long data_size) in prctl_set_mm_map() argument
1994 if (opt == PR_SET_MM_MAP_SIZE) in prctl_set_mm_map()
2122 static int prctl_set_mm(int opt, unsigned long addr, in prctl_set_mm() argument
2134 if (arg5 || (arg4 && (opt != PR_SET_MM_AUXV && in prctl_set_mm()
2135 opt != PR_SET_MM_MAP && in prctl_set_mm()
2136 opt != PR_SET_MM_MAP_SIZE))) in prctl_set_mm()
2140 if (opt == PR_SET_MM_MAP || opt == PR_SET_MM_MAP_SIZE) in prctl_set_mm()
2141 return prctl_set_mm_map(opt, (const void __user *)addr, arg4); in prctl_set_mm()
2147 if (opt == PR_SET_MM_EXE_FILE) in prctl_set_mm()
2150 if (opt == PR_SET_MM_AUXV) in prctl_set_mm()
2179 switch (opt) { in prctl_set_mm()
2221 switch (opt) { in prctl_set_mm()
2314 static int prctl_set_vma(unsigned long opt, unsigned long addr, in prctl_set_vma() argument
2322 switch (opt) { in prctl_set_vma()
2359 static int prctl_set_vma(unsigned long opt, unsigned long start, in prctl_set_vma() argument