Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbinfmts.h142 unsigned long *sp_location);
/linux-6.15/fs/
H A Dexec.c841 unsigned long *sp_location) in transfer_args_to_stack() argument
847 sp = *sp_location; in transfer_args_to_stack()
860 bprm->exec += *sp_location - MAX_ARG_PAGES * PAGE_SIZE; in transfer_args_to_stack()
861 *sp_location = sp; in transfer_args_to_stack()