Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/uxkern/
H A Dux_exception.c146 user_addr_t stack_min = p->user_stack - MAXSSIZ; in handle_ux_exception() local
147 if (sp >= stack_min && sp < stack_max) { in handle_ux_exception()