Home
last modified time | relevance | path

Searched refs:MAX_ARG_PAGES (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dbinfmts.h23 # define MAX_ARG_PAGES 32 macro
24 struct page *page[MAX_ARG_PAGES];
/Linux-v4.19/fs/
Dexec.c375 for (i = 0; i < MAX_ARG_PAGES; i++) in free_arg_pages()
386 bprm->p = PAGE_SIZE * MAX_ARG_PAGES - sizeof(void *); in __bprm_mm_init()
815 for (index = MAX_ARG_PAGES - 1; index >= stop; index--) { in transfer_args_to_stack()
Dbinfmt_flat.c927 stack_len += PAGE_SIZE * MAX_ARG_PAGES - bprm->p; /* the strings */ in load_flat_binary()
Dbinfmt_elf_fdpic.c691 (MAX_ARG_PAGES * PAGE_SIZE - bprm->p); in create_elf_fdpic_tables()