Home
last modified time | relevance | path

Searched defs:KERNEL_STACK_SIZE (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dvmlinux.lds.S2 KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER); symbol
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dkmem_layout.h102 #define KERNEL_STACK_SIZE (1 << KERNEL_STACK_SHIFT) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/proc-armv/
H A Dprocessor.h23 #define KERNEL_STACK_SIZE PAGE_SIZE macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dptrace.h41 #define KERNEL_STACK_SIZE IA64_STK_OFFSET macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dprocessor.h110 # define KERNEL_STACK_SIZE 0x2000 macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dprocessor.h13 #define KERNEL_STACK_SIZE PAGE_SIZE macro
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dptrace.h38 #define KERNEL_STACK_SIZE (2 * PAGE_SIZE) macro