Searched refs:ksp (Results 1 – 1 of 1) sorted by relevance
178 uintptr_t *ksp, last_ksp = 0; in walk_stackframe() local194 ksp = (uintptr_t *)sp; in walk_stackframe()195 for (int i = 0; (i < MAX_STACK_FRAMES) && vrfy((uintptr_t)ksp, thread, esf) && in walk_stackframe()196 ((uintptr_t)ksp > last_ksp);) { in walk_stackframe()198 if (!cb(cookie, ra, POINTER_TO_UINT(ksp))) { in walk_stackframe()207 last_ksp = (uintptr_t)ksp; in walk_stackframe()209 ra = ((struct arch_esf *)ksp++)->ra; in walk_stackframe()