Home
last modified time | relevance | path

Searched refs:DFLDSIZ (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/sys/arm/include/
HDvmparam.h47 #ifndef DFLDSIZ
48 #define DFLDSIZ (128UL*1024*1024) /* initial data size limit */ macro
/freebsd-head/sys/i386/include/
HDvmparam.h48 #ifndef DFLDSIZ
49 #define DFLDSIZ (128UL*1024*1024) /* initial data size limit */ macro
/freebsd-head/sys/riscv/include/
HDvmparam.h45 #ifndef DFLDSIZ
46 #define DFLDSIZ (128*1024*1024) /* initial data size limit */ macro
/freebsd-head/sys/powerpc/include/
HDvmparam.h49 #ifndef DFLDSIZ
50 #define DFLDSIZ (128*1024*1024) /* default data size */ macro
/freebsd-head/sys/arm64/include/
HDvmparam.h49 #ifndef DFLDSIZ
50 #define DFLDSIZ (128*1024*1024) /* initial data size limit */ macro
/freebsd-head/sys/amd64/include/
HDvmparam.h58 #ifndef DFLDSIZ
59 #define DFLDSIZ (32768UL*1024*1024) /* initial data size limit */ macro
/freebsd-head/share/doc/smm/02.config/
HDspell.ok14 DFLDSIZ
/freebsd-head/sys/kern/
HDsubr_param.c219 dfldsiz = DFLDSIZ; in init_param1()
/freebsd-head/sys/conf/
HDoptions361 DFLDSIZ opt_param.h
HDNOTES111 options DFLDSIZ=(1024UL*1024*1024)