Searched defs:intr_stack (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c215 caddr_t intr_stack = NULL; local
235 * interrupt thread and making its stack the intr_stack.
240 intr_stack = cp->cpu_intr_stack;
301 if (intr_stack != NULL) {
302 panic_cpu.cpu_intr_stack = intr_stack;

Completed in 57 milliseconds