Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dvmparam.h47 #ifndef DFLDSIZ
48 #define DFLDSIZ (128UL*1024*1024) /* initial data size limit */ macro
/freebsd/sys/i386/include/
H A Dvmparam.h48 #ifndef DFLDSIZ
49 #define DFLDSIZ (128UL*1024*1024) /* initial data size limit */ macro
/freebsd/sys/riscv/include/
H A Dvmparam.h45 #ifndef DFLDSIZ
46 #define DFLDSIZ (128*1024*1024) /* initial data size limit */ macro
/freebsd/sys/powerpc/include/
H A Dvmparam.h49 #ifndef DFLDSIZ
50 #define DFLDSIZ (128*1024*1024) /* default data size */ macro
/freebsd/sys/arm64/include/
H A Dvmparam.h49 #ifndef DFLDSIZ
50 #define DFLDSIZ (128*1024*1024) /* initial data size limit */ macro
/freebsd/sys/amd64/include/
H A Dvmparam.h58 #ifndef DFLDSIZ
59 #define DFLDSIZ (32768UL*1024*1024) /* initial data size limit */ macro
/freebsd/share/doc/smm/02.config/
H A Dspell.ok14 DFLDSIZ
/freebsd/sys/kern/
H A Dsubr_param.c218 dfldsiz = DFLDSIZ; in init_param1()
/freebsd/sys/conf/
H A Doptions365 DFLDSIZ opt_param.h
H A DNOTES111 options DFLDSIZ=(1024UL*1024*1024)