Searched refs:intstack_top_ptr (Results 1 – 2 of 2) sorted by relevance
2279 vm_offset_t intstack_top_ptr; local2281 intstack_top_ptr = getCpuDatap()->intstack_top;2282 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) {2283 return intstack_top_ptr - INTSTACK_SIZE;2292 vm_offset_t intstack_top_ptr; local2294 intstack_top_ptr = getCpuDatap()->intstack_top;2295 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) {
1142 vm_offset_t intstack_top_ptr; in ml_stack_remaining() local1148 intstack_top_ptr = getCpuDatap()->intstack_top; in ml_stack_remaining()1149 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) { in ml_stack_remaining()