Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbinfmts.h135 unsigned long *sp_location);
/linux-6.12.1/fs/
Dexec.c851 unsigned long *sp_location) in transfer_args_to_stack() argument
857 sp = *sp_location; in transfer_args_to_stack()
870 bprm->exec += *sp_location - MAX_ARG_PAGES * PAGE_SIZE; in transfer_args_to_stack()
871 *sp_location = sp; in transfer_args_to_stack()