Home
last modified time | relevance | path

Searched refs:INTR_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dthread_intr.c107 cp->cpu_intr_stack = (caddr_t)segkp_get(segkp, INTR_STACK_SIZE, in cpu_intr_alloc()
109 INTR_STACK_SIZE - SA(MINFRAME); in cpu_intr_alloc()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h304 #define INTR_STACK_SIZE MAX(DEFAULTSTKSZ, PAGESIZE) macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c530 cp->cpu_intr_stack - (INTR_STACK_SIZE - SA(MINFRAME))); in mp_cpu_unconfigure_common()