Home
last modified time | relevance | path

Searched defs:DFLSSIZ (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/arm/include/
H A Dvmparam.h54 #define DFLSSIZ (4UL*1024*1024) /* initial stack size limit */ macro
/freebsd/sys/i386/include/
H A Dvmparam.h55 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd/sys/riscv/include/
H A Dvmparam.h52 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/freebsd/sys/amd64/include/
H A Dvmparam.h65 #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ macro
/freebsd/sys/arm64/include/
H A Dvmparam.h56 #define DFLSSIZ (128*1024*1024) /* initial stack size limit */ macro
/freebsd/sys/powerpc/include/
H A Dvmparam.h62 #define DFLSSIZ (8*1024*1024) /* default stack size */ macro