Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dprocessor.h271 #define INIT_SP (sizeof(init_stack) + (unsigned long) &init_stack) macro
284 .ksp = INIT_SP, \
293 .ksp = INIT_SP, \
294 .regs = (struct pt_regs *)INIT_SP - 1, /* XXX bogus, I think */ \
/arch/openrisc/include/asm/
Dprocessor.h65 #define INIT_SP (sizeof(init_stack) + (unsigned long) &init_stack) macro