Searched refs:cpu_intr_stack (Results 1 – 13 of 13) sorted by relevance
240 intr_stack = cp->cpu_intr_stack; in panicsys()243 cp->cpu_intr_stack = thread_stk_init(it->t_stk); in panicsys()302 panic_cpu.cpu_intr_stack = intr_stack; in panicsys()
112 cp->cpu_intr_stack = (caddr_t)segkp_get(segkp, INTR_STACK_SIZE, in cpu_intr_alloc()
89 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in getpcstack()299 stacktop = (struct frame *)(cpu->cpu_intr_stack + SA(MINFRAME)); in traceback()
54 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in dtrace_getpcstack()514 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in dtrace_getstackdepth()
282 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in dtrace_getpcstack()711 stacktop = (struct frame *)CPU->cpu_intr_stack + SA(MINFRAME); in dtrace_getstackdepth()
595 newsp = cpu->cpu_intr_stack; in apix_do_pending_hilevel()965 newsp = cpu->cpu_intr_stack; in apix_do_interrupt()
482 segkp_release(segkp, cp->cpu_intr_stack); in cleanup_cpu_common()
527 cp->cpu_intr_stack - (INTR_STACK_SIZE - SA(MINFRAME))); in mp_cpu_unconfigure_common()528 cp->cpu_intr_stack = NULL; in mp_cpu_unconfigure_common()
1390 newsp = cpu->cpu_intr_stack; in do_interrupt()
204 cpu_intr_stack
147 caddr_t cpu_intr_stack; /* interrupt stack */ member
345 cpu_intr_stack
860 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in getpcstack()1336 stacktop = (struct frame *)(cpu->cpu_intr_stack + SA(MINFRAME)); in traceback()