Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbinfmts.h121 extern int setup_arg_pages(struct linux_binprm * bprm,
/openbmc/qemu/bsd-user/
H A Delfload.c183 static void setup_arg_pages(struct bsd_binprm *bprm, struct image_info *info, in setup_arg_pages() function
763 setup_arg_pages(bprm, info, &bprm->p, &bprm->stringp); in load_elf_binary()
/openbmc/linux/fs/
H A Dbinfmt_flat.c902 res = setup_arg_pages(bprm, STACK_TOP, EXSTACK_DEFAULT); in load_flat_binary()
H A Dexec.c747 int setup_arg_pages(struct linux_binprm *bprm, in setup_arg_pages() function
868 EXPORT_SYMBOL(setup_arg_pages);
H A Dbinfmt_elf_fdpic.c372 retval = setup_arg_pages(bprm, current->mm->start_stack, in load_elf_fdpic_binary()
H A Dbinfmt_elf.c1019 retval = setup_arg_pages(bprm, randomize_stack_top(STACK_TOP), in load_elf_binary()
/openbmc/qemu/linux-user/
H A Delfload.c2339 static abi_ulong setup_arg_pages(struct linux_binprm *bprm, in setup_arg_pages() function
3805 bprm->p = setup_arg_pages(bprm, info); in load_elf_binary()