Searched refs:OVERFLOW_STACK_SIZE (Results 1 – 6 of 6) sorted by relevance
203 static DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)],213 OVERFLOW_STACK_SIZE; in get_overflow_stack()227 ovf_stk, ovf_stk + OVERFLOW_STACK_SIZE); in handle_bad_stack()
110 DECLARE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack);116 unsigned long high = low + OVERFLOW_STACK_SIZE; in on_overflow_stack()
117 #define OVERFLOW_STACK_SIZE SZ_4K macro
34 #define OVERFLOW_STACK_SIZE SZ_4K macro
862 DEFINE_PER_CPU(unsigned long [OVERFLOW_STACK_SIZE/sizeof(long)], overflow_stack)882 ovf_stk, ovf_stk + OVERFLOW_STACK_SIZE); in panic_bad_stack()
82 adr_this_cpu sp, overflow_stack + OVERFLOW_STACK_SIZE, x090 tst x0, #~(OVERFLOW_STACK_SIZE - 1) // within range?