Home
last modified time | relevance | path

Searched refs:MAXTSIZ (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/include/
H A Dvmparam.h44 #ifndef MAXTSIZ
45 #define MAXTSIZ (256UL*1024*1024) /* max text size */ macro
/freebsd/sys/riscv/include/
H A Dvmparam.h42 #ifndef MAXTSIZ
43 #define MAXTSIZ (1*1024*1024*1024) /* max text size */ macro
/freebsd/sys/powerpc/include/
H A Dvmparam.h45 #ifndef MAXTSIZ
46 #define MAXTSIZ (1*1024*1024*1024) /* max text size */ macro
/freebsd/sys/arm64/include/
H A Dvmparam.h46 #ifndef MAXTSIZ
47 #define MAXTSIZ (1*1024*1024*1024) /* max text size */ macro
/freebsd/sys/i386/include/
H A Dvmparam.h47 #define MAXTSIZ (128UL*1024*1024) /* max text size */ macro
/freebsd/sys/amd64/include/
H A Dvmparam.h57 #define MAXTSIZ (32768UL*1024*1024) /* max text size */ macro
/freebsd/share/doc/smm/02.config/
H A Dspell.ok43 MAXTSIZ
/freebsd/sys/kern/
H A Dsubr_param.c216 maxtsiz = MAXTSIZ; in init_param1()