Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dprocessor.h753 #define TOP_OF_INIT_STACK ((unsigned long)&init_stack + sizeof(init_stack) - \ macro
767 .sp0 = TOP_OF_INIT_STACK, \
/linux-5.19.10/arch/x86/kernel/
Dprocess.c71 .sp1 = TOP_OF_INIT_STACK,
/linux-5.19.10/arch/x86/kernel/cpu/
Dcommon.c2015 DEFINE_PER_CPU(unsigned long, cpu_current_top_of_stack) = TOP_OF_INIT_STACK;