Home
last modified time | relevance | path

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

/openbsd/sys/arch/m88k/include/
H A Dvmparam.h41 #ifndef MAXTSIZ
42 #define MAXTSIZ (32*1024*1024) /* max text size */ macro
/openbsd/sys/arch/hppa/include/
H A Dvmparam.h38 #ifndef MAXTSIZ
39 #define MAXTSIZ (512*1024*1024UL) /* max text size */ macro
/openbsd/sys/arch/mips64/include/
H A Dvmparam.h53 #ifndef MAXTSIZ
54 #define MAXTSIZ (128*1024*1024) /* max text size */ macro
/openbsd/sys/arch/macppc/include/
H A Dvmparam.h40 #ifndef MAXTSIZ
41 #define MAXTSIZ (128*1024*1024) /* max text size */ macro
/openbsd/sys/arch/sparc64/include/
H A Dvmparam.h63 #ifndef MAXTSIZ
64 #define MAXTSIZ (1L*1024*1024*1024) /* max text size */ macro
/openbsd/sys/arch/alpha/include/
H A Dvmparam.h54 #ifndef MAXTSIZ
55 #define MAXTSIZ (1*1024*1024*1024) /* max text size */ macro
/openbsd/sys/arch/riscv64/include/
H A Dvmparam.h49 #ifndef MAXTSIZ
50 #define MAXTSIZ ((paddr_t)1*1024*1024*1024) /* max text size */ macro
/openbsd/sys/arch/arm/include/
H A Dvmparam.h49 #define MAXTSIZ (128*1024*1024) /* max text size */ macro
/openbsd/sys/arch/powerpc64/include/
H A Dvmparam.h10 #define MAXTSIZ ((paddr_t)256*1024*1024) /* max text size */ macro
/openbsd/sys/arch/sh/include/
H A Dvmparam.h52 #define MAXTSIZ (64 * 1024 * 1024) /* max text size */ macro
/openbsd/sys/arch/amd64/include/
H A Dvmparam.h58 #define MAXTSIZ ((paddr_t)256*1024*1024) /* max text size */ macro
/openbsd/sys/arch/arm64/include/
H A Dvmparam.h50 #define MAXTSIZ ((paddr_t)256*1024*1024) /* max text size */ macro
/openbsd/sys/arch/i386/include/
H A Dvmparam.h49 #define MAXTSIZ (256*1024*1024) /* max text size */ macro
/openbsd/sys/kern/
H A Dkern_exec.c212 if ((epp->ep_tsize > MAXTSIZ) || in check_exec()