Searched refs:cpu_intr_stack (Results 1 – 13 of 13) sorted by relevance
234 intr_stack = cp->cpu_intr_stack; in panicsys()237 cp->cpu_intr_stack = thread_stk_init(it->t_stk); in panicsys()295 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()
279 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in dtrace_getpcstack()708 stacktop = (struct frame *)CPU->cpu_intr_stack + SA(MINFRAME); in dtrace_getstackdepth()
52 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in dtrace_getpcstack()512 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in dtrace_getstackdepth()
587 newsp = cpu->cpu_intr_stack; in apix_do_pending_hilevel()936 newsp = cpu->cpu_intr_stack; in apix_do_interrupt()
482 segkp_release(segkp, cp->cpu_intr_stack); in cleanup_cpu_common()
505 cp->cpu_intr_stack - (INTR_STACK_SIZE - SA(MINFRAME))); in mp_cpu_unconfigure_common()506 cp->cpu_intr_stack = NULL; in mp_cpu_unconfigure_common()
975 newsp = cpu->cpu_intr_stack; in do_interrupt()
202 cpu_intr_stack
153 caddr_t cpu_intr_stack; /* interrupt stack */ member
344 cpu_intr_stack
856 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in getpcstack()1299 stacktop = (struct frame *)(cpu->cpu_intr_stack + SA(MINFRAME)); in traceback()