Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dvmparam.h53 #ifndef MAXDSIZ
55 #define MAXDSIZ (32UL*1024*1024*1024) /* max data size */ macro
57 #define MAXDSIZ (1*1024*1024*1024) /* max data size */ macro
/freebsd/sys/arm/include/
H A Dvmparam.h50 #ifndef MAXDSIZ
51 #define MAXDSIZ (512UL*1024*1024) /* max data size */ macro
/freebsd/sys/i386/include/
H A Dvmparam.h51 #ifndef MAXDSIZ
52 #define MAXDSIZ (512UL*1024*1024) /* max data size */ macro
/freebsd/sys/riscv/include/
H A Dvmparam.h48 #ifndef MAXDSIZ
49 #define MAXDSIZ (1*1024*1024*1024) /* max data size */ macro
/freebsd/sys/arm64/include/
H A Dvmparam.h52 #ifndef MAXDSIZ
53 #define MAXDSIZ (1*1024*1024*1024) /* max data size */ macro
/freebsd/sys/amd64/include/
H A Dvmparam.h61 #ifndef MAXDSIZ
62 #define MAXDSIZ (32768UL*1024*1024) /* max data size */ macro
/freebsd/share/doc/smm/02.config/
H A Dspell.ok42 MAXDSIZ
/freebsd/sys/kern/
H A Dsubr_param.c220 maxdsiz = MAXDSIZ; in init_param1()
/freebsd/sys/conf/
H A Doptions366 MAXDSIZ opt_param.h
H A DNOTES109 options MAXDSIZ=(1024UL*1024*1024)