Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/kernel/
H A Dsysrq.c46 for (i = 0; i < 3 * STACKSLOTS_PER_LINE; i++) { in show_stack()
49 if (i && ((i % STACKSLOTS_PER_LINE) == 0)) in show_stack()
/openbmc/linux/arch/x86/include/asm/
H A Dstacktrace.h64 #define STACKSLOTS_PER_LINE 8 macro
66 #define STACKSLOTS_PER_LINE 4 macro
/openbmc/linux/arch/x86/um/asm/
H A Dprocessor_64.h22 #define STACKSLOTS_PER_LINE 4 macro
H A Dprocessor_32.h36 #define STACKSLOTS_PER_LINE 8 macro