Searched refs:get_arg_page (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | exec.c | 202 static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos, in get_arg_page() function 305 static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos, in get_arg_page() function 580 page = get_arg_page(bprm, pos, 1); in copy_strings() 641 page = get_arg_page(bprm, pos, 1); in copy_string_kernel() 1664 page = get_arg_page(bprm, bprm->p, 0); in remove_arg_zero()
|