Home
last modified time | relevance | path

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

/fs/
Dbinfmt_flat.c70 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN) macro
134 sp = (unsigned long *) ((unsigned long)sp & -FLAT_STACK_ALIGN); in create_flat_tables()
873 stack_len += FLAT_STACK_ALIGN - 1; /* reserve for upcoming alignment */ in load_flat_binary()