Searched refs:STACK_WARN (Results 1 – 14 of 14) sorted by relevance
27 #define STACK_WARN (THREAD_SIZE/8) macro
86 if (unlikely(sp < (sizeof(struct thread_info) + STACK_WARN))) { in check_stack_overflow()
61 if (unlikely(sp < (sizeof(struct thread_info) + STACK_WARN))) { in hv_message_intr()
109 if (unlikely(sp < (sizeof(struct thread_info) + STACK_WARN))) { in tile_dev_intr()
56 if (unlikely(sp < (sizeof(struct thread_info) + STACK_WARN))) { in check_stack_overflow()
61 #define STACK_WARN (THREAD_SIZE/8) macro
27 #define STACK_WARN (THREAD_SIZE / 8) macro
77 #define STACK_WARN (THREAD_SIZE/8) macro
88 #define STACK_WARN (THREAD_SIZE / 8) macro
36 return sp < (sizeof(struct thread_info) + STACK_WARN); in check_stack_overflow()
49 #define STACK_WARN (THREAD_SIZE >> 3) macro
147 #define STACK_WARN (THREAD_SIZE/8) macro
55 mov #(STACK_WARN >> 8), r2; \
254 BUG_ON(sp - (sp & ~(THREAD_SIZE - 1)) < STACK_WARN); in do_IRQ()