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.c877 unsigned long *sp_location) in transfer_args_to_stack() argument
883 sp = *sp_location; in transfer_args_to_stack()
896 bprm->exec += *sp_location - MAX_ARG_PAGES * PAGE_SIZE; in transfer_args_to_stack()
897 *sp_location = sp; in transfer_args_to_stack()