Searched refs:MAXTSIZ (Results 26 - 37 of 37) sorted by relevance

12

/netbsd-current/sys/arch/ia64/include/
H A Dvmparam.h45 #ifndef MAXTSIZ
46 #define MAXTSIZ (1<<30) /* max text size (1G) */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dvmparam.h58 #define MAXTSIZ (64 * 1024 * 1024) /* max text size */ macro
/netbsd-current/sys/arch/arm/include/
H A Dnetbsd32_machdep.h76 #define MAXTSIZ32 MAXTSIZ
/netbsd-current/sys/arch/powerpc/include/
H A Dvmparam.h53 #define MAXTSIZ (256*1024*1024) macro
/netbsd-current/sys/arch/aarch64/include/
H A Dvmparam.h84 #ifndef MAXTSIZ
85 #define MAXTSIZ (1L << 30) /* max text size (1GB) */ macro
/netbsd-current/sys/arch/powerpc/include/oea/
H A Dvmparam.h57 #ifndef MAXTSIZ
58 #define MAXTSIZ (256*1024*1024) /* maximum text size */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dvmparam.h67 #ifndef MAXTSIZ
68 #define MAXTSIZ (128*1024*1024) /* max text size */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dvmparam.h91 #define MAXTSIZ (8L*1024*1024*1024) /* max text size */ macro
/netbsd-current/sys/arch/i386/include/
H A Dvmparam.h67 #define MAXTSIZ (256*1024*1024) /* max text size */ macro
/netbsd-current/sys/arch/arm/include/arm32/
H A Dvmparam.h65 * Note that MAXTSIZ can't be larger than 32M, otherwise the compiler
68 #define MAXTSIZ (128*1024*1024) /* max text size */ macro
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.c319 #ifdef MAXTSIZ
320 if (tsize > MAXTSIZ)
/netbsd-current/sys/kern/
H A Dkern_exec.c504 #ifdef MAXTSIZ
505 if (epp->ep_tsize > MAXTSIZ) {
509 (uintmax_t)MAXTSIZ);

Completed in 109 milliseconds

12