Home
last modified time | relevance | path

Searched defs:STACK_RND_MASK (Results 1 – 4 of 4) sorted by relevance

/linux/arch/riscv/include/asm/
H A Delf.h56 #define STACK_RND_MASK (is_compat_task() ? \ macro
/linux/arch/powerpc/include/asm/
H A Delf.h122 #define STACK_RND_MASK (is_32bit_task() ? \ macro
/linux/arch/parisc/include/asm/
H A Delf.h352 #define STACK_RND_MASK 0x7ff /* 8MB of VA */ macro
/linux/mm/
H A Dutil.c338 #define STACK_RND_MASK (0x7ff >> (PAGE_SHIFT - 12)) /* 8MB of VA */ macro