HomeSort by: relevance | last modified time | path
    Searched refs:INTRSTACKSIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/i386/include/
param.h 114 #define INTRSTACKSIZE 8192
  /src/sys/arch/xen/x86/
xen_intr.c 301 #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);
  /src/sys/arch/i386/i386/
db_machdep.c 324 if ((cp - INTRSTACKSIZE + 4) <= (const char *)vp &&
  /src/sys/arch/x86/x86/
intr.c 235 #if defined(INTRSTACKSIZE)
1381 #if defined(INTRSTACKSIZE)
1462 #if defined(INTRSTACKSIZE)
1470 INTRSTACKSIZE + redzone_const_or_zero(2 * PAGE_SIZE), 0,
1474 pmap_kremove(istack + INTRSTACKSIZE + PAGE_SIZE, PAGE_SIZE);
1484 INTRSTACKSIZE - 33 * sizeof(register_t);

Completed in 41 milliseconds