Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbinfmts.h125 unsigned long *sp_location);
/openbmc/linux/fs/
H A Dexec.c878 unsigned long *sp_location) in transfer_args_to_stack() argument
884 sp = *sp_location; in transfer_args_to_stack()
897 bprm->exec += *sp_location - MAX_ARG_PAGES * PAGE_SIZE; in transfer_args_to_stack()
898 *sp_location = sp; in transfer_args_to_stack()