Home
last modified time | relevance | path

Searched refs:DFLSSIZ (Results 1 – 15 of 15) sorted by relevance

/openbsd/sys/arch/armv7/include/
H A Dvmparam.h45 #ifndef DFLSSIZ
46 #define DFLSSIZ (4*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/arch/arm/include/
H A Dvmparam.h60 #ifndef DFLSSIZ
61 #define DFLSSIZ (2*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/arch/m88k/include/
H A Dvmparam.h53 #ifndef DFLSSIZ
54 #define DFLSSIZ (2*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/arch/powerpc64/include/
H A Dvmparam.h20 #ifndef DFLSSIZ
21 #define DFLSSIZ ((paddr_t)2*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/arch/sh/include/
H A Dvmparam.h68 #ifndef DFLSSIZ
69 #define DFLSSIZ (2 * 1024 * 1024) macro
/openbsd/sys/arch/hppa/include/
H A Dvmparam.h50 #ifndef DFLSSIZ
51 #define DFLSSIZ (2*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/arch/amd64/include/
H A Dvmparam.h68 #ifndef DFLSSIZ
69 #define DFLSSIZ ((paddr_t)2*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/arch/mips64/include/
H A Dvmparam.h65 #ifndef DFLSSIZ
66 #define DFLSSIZ (2*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/arch/macppc/include/
H A Dvmparam.h56 #ifndef DFLSSIZ
57 #define DFLSSIZ (2*1024*1024) /* default stack size */ macro
/openbsd/sys/arch/sparc64/include/
H A Dvmparam.h75 #ifndef DFLSSIZ
76 #define DFLSSIZ (2L*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/arch/alpha/include/
H A Dvmparam.h66 #ifndef DFLSSIZ
67 #define DFLSSIZ (2*1024*1024) /* initial stack size */ macro
/openbsd/sys/arch/arm64/include/
H A Dvmparam.h60 #ifndef DFLSSIZ
61 #define DFLSSIZ ((paddr_t)2*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/arch/i386/include/
H A Dvmparam.h59 #ifndef DFLSSIZ
60 #define DFLSSIZ (4*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/arch/riscv64/include/
H A Dvmparam.h61 #ifndef DFLSSIZ
62 #define DFLSSIZ ((paddr_t)128*1024*1024) /* initial stack size limit */ macro
/openbsd/sys/uvm/
H A Duvm_glue.c317 limit0->pl_rlimit[RLIMIT_STACK].rlim_cur = DFLSSIZ; in uvm_init_limits()