Searched refs:INTRSTACKSIZE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/i386/include/
H A Dparam.h106 #define INTRSTACKSIZE 8192 macro
/netbsd-current/sys/arch/xen/x86/
H A Dxen_intr.c301 #if defined(INTRSTACKSIZE)
328 #if defined(INTRSTACKSIZE)
336 INTRSTACKSIZE + redzone_const_or_zero(2 * PAGE_SIZE), 0,
340 pmap_kremove(istack + INTRSTACKSIZE + PAGE_SIZE, PAGE_SIZE);
350 INTRSTACKSIZE - 33 * sizeof(register_t);
/netbsd-current/sys/arch/i386/i386/
H A Ddb_machdep.c324 if ((cp - INTRSTACKSIZE + 4) <= (const char *)vp &&
/netbsd-current/sys/arch/x86/x86/
H A Dintr.c235 #if defined(INTRSTACKSIZE)
1345 #if defined(INTRSTACKSIZE)
1426 #if defined(INTRSTACKSIZE)
1434 INTRSTACKSIZE + redzone_const_or_zero(2 * PAGE_SIZE), 0,
1438 pmap_kremove(istack + INTRSTACKSIZE + PAGE_SIZE, PAGE_SIZE);
1448 INTRSTACKSIZE - 33 * sizeof(register_t);

Completed in 110 milliseconds