Searched refs:DFLDSIZ (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/sys/arch/arm/include/
H A Dvmparam.h51 #ifndef DFLDSIZ
52 #define DFLDSIZ (128*1024*1024) /* initial data size limit */ macro
/openbsd-current/sys/arch/m88k/include/
H A Dvmparam.h44 #ifndef DFLDSIZ
45 #define DFLDSIZ (64*1024*1024) /* initial data size limit */ macro
/openbsd-current/sys/arch/hppa/include/
H A Dvmparam.h41 #ifndef DFLDSIZ
42 #define DFLDSIZ (16*1024*1024) /* initial data size limit */ macro
/openbsd-current/sys/arch/sh/include/
H A Dvmparam.h64 #ifndef DFLDSIZ
65 #define DFLDSIZ (128 * 1024 * 1024) macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dvmparam.h11 #ifndef DFLDSIZ
12 #define DFLDSIZ ((paddr_t)512*1024*1024) /* initial data size limit */ macro
/openbsd-current/sys/arch/alpha/include/
H A Dvmparam.h57 #ifndef DFLDSIZ
58 #define DFLDSIZ (128*1024*1024) /* initial data size */ macro
/openbsd-current/sys/arch/amd64/include/
H A Dvmparam.h59 #ifndef DFLDSIZ
60 #define DFLDSIZ ((paddr_t)128*1024*1024) /* initial data size limit */ macro
/openbsd-current/sys/arch/arm64/include/
H A Dvmparam.h51 #ifndef DFLDSIZ
52 #define DFLDSIZ ((paddr_t)512*1024*1024) /* initial data size limit */ macro
/openbsd-current/sys/arch/mips64/include/
H A Dvmparam.h56 #ifndef DFLDSIZ
57 #define DFLDSIZ (128*1024*1024) /* initial data size limit */ macro
/openbsd-current/sys/arch/macppc/include/
H A Dvmparam.h44 #ifndef DFLDSIZ
45 #define DFLDSIZ (64*1024*1024) /* default data size */ macro
/openbsd-current/sys/arch/sparc64/include/
H A Dvmparam.h66 #ifndef DFLDSIZ
67 #define DFLDSIZ (128L*1024*1024) /* initial data size limit */ macro
/openbsd-current/sys/arch/i386/include/
H A Dvmparam.h50 #ifndef DFLDSIZ
51 #define DFLDSIZ (64*1024*1024) /* initial data size limit */ macro
/openbsd-current/sys/arch/riscv64/include/
H A Dvmparam.h52 #ifndef DFLDSIZ
53 #define DFLDSIZ ((paddr_t)128*1024*1024) /* initial data size limit */ macro
/openbsd-current/sys/uvm/
H A Duvm_glue.c319 limit0->pl_rlimit[RLIMIT_DATA].rlim_cur = DFLDSIZ;

Completed in 176 milliseconds