Searched refs:kstackb (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c974 uintptr_t kstackb, kstackt; local
980 kstackb = cthread->kernel_stack;
981 kstackt = kstackb + kernel_stack_size;
994 if (((uintptr_t)frameptr_next > kstackt) || ((uintptr_t)frameptr_next < kstackb))

Completed in 27 milliseconds