Searched refs:cpu_intr_stack (Results 1 – 13 of 13) sorted by relevance
242 intr_stack = cp->cpu_intr_stack; in panicsys()245 cp->cpu_intr_stack = thread_stk_init(it->t_stk); in panicsys()304 panic_cpu.cpu_intr_stack = intr_stack; in panicsys()
107 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()
55 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in dtrace_getpcstack()499 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()
604 newsp = cpu->cpu_intr_stack; in apix_do_pending_hilevel()977 newsp = cpu->cpu_intr_stack; in apix_do_interrupt()
491 segkp_release(segkp, cp->cpu_intr_stack); in cleanup_cpu_common()
151 caddr_t cpu_intr_stack; /* interrupt stack */ member
530 cp->cpu_intr_stack - (INTR_STACK_SIZE - SA(MINFRAME))); in mp_cpu_unconfigure_common()531 cp->cpu_intr_stack = NULL; in mp_cpu_unconfigure_common()
1412 newsp = cpu->cpu_intr_stack; in do_interrupt()
200 cpu_intr_stack
345 cpu_intr_stack
674 stacktop = (struct frame *)(CPU->cpu_intr_stack + SA(MINFRAME)); in getpcstack()