Home
last modified time | relevance | path

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

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