Searched refs:get_arg_page (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | exec.c | 201 static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos, in get_arg_page() function 304 static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos, in get_arg_page() function 579 page = get_arg_page(bprm, pos, 1); in copy_strings() 640 page = get_arg_page(bprm, pos, 1); in copy_string_kernel() 1680 page = get_arg_page(bprm, bprm->p, 0); in remove_arg_zero()
|
/kernel/linux/linux-6.6/fs/ |
H A D | exec.c | 198 static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos, in get_arg_page() function 309 static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos, in get_arg_page() function 584 page = get_arg_page(bprm, pos, 1); in copy_strings() 644 page = get_arg_page(bprm, pos, 1); in copy_string_kernel() 1693 page = get_arg_page(bprm, bprm->p, 0); in remove_arg_zero()
|
Completed in 6 milliseconds