Searched refs:stack_min (Results 1 – 1 of 1) sorted by relevance
146 user_addr_t stack_min = p->user_stack - MAXSSIZ; in handle_ux_exception() local147 if (sp >= stack_min && sp < stack_max) { in handle_ux_exception()