Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm64/
H A Dmachine_routines.c2279 vm_offset_t intstack_top_ptr; local
2281 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; local
2294 intstack_top_ptr = getCpuDatap()->intstack_top;
2295 if ((local < intstack_top_ptr) && (local > intstack_top_ptr - INTSTACK_SIZE)) {
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c1142 vm_offset_t intstack_top_ptr; in ml_stack_remaining() local
1148 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()