Searched refs:BRKSIZ (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/arch/armv7/include/
H A Dvmparam.h42 #ifndef BRKSIZ
43 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd-current/sys/arch/arm/include/
H A Dvmparam.h57 #ifndef BRKSIZ
58 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd-current/sys/arch/m88k/include/
H A Dvmparam.h50 #ifndef BRKSIZ
51 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd-current/sys/arch/hppa/include/
H A Dvmparam.h47 #ifndef BRKSIZ
48 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd-current/sys/arch/sh/include/
H A Dvmparam.h56 #ifndef BRKSIZ
57 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dvmparam.h17 #ifndef BRKSIZ
18 #define BRKSIZ ((paddr_t)16*1024*1024*1024) /* heap gap size */ macro
/openbsd-current/sys/arch/alpha/include/
H A Dvmparam.h63 #ifndef BRKSIZ
64 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd-current/sys/arch/amd64/include/
H A Dvmparam.h65 #ifndef BRKSIZ
66 #define BRKSIZ ((paddr_t)8*1024*1024*1024) /* heap gap size */ macro
/openbsd-current/sys/arch/arm64/include/
H A Dvmparam.h57 #ifndef BRKSIZ
58 #define BRKSIZ ((paddr_t)16*1024*1024*1024) /* heap gap size */ macro
/openbsd-current/sys/arch/mips64/include/
H A Dvmparam.h62 #ifndef BRKSIZ
63 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd-current/sys/arch/macppc/include/
H A Dvmparam.h52 #ifndef BRKSIZ
53 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd-current/sys/arch/sparc64/include/
H A Dvmparam.h72 #ifndef BRKSIZ
73 #define BRKSIZ MAXDSIZ /* heap gap size */ macro
/openbsd-current/sys/arch/i386/include/
H A Dvmparam.h56 #ifndef BRKSIZ
57 #define BRKSIZ (128*1024*1024) /* heap gap size */ macro
/openbsd-current/sys/arch/riscv64/include/
H A Dvmparam.h58 #ifndef BRKSIZ
59 #define BRKSIZ ((paddr_t)1*1024*1024*1024) /* heap gap size */ macro
/openbsd-current/sys/kern/
H A Dexec_elf.c450 /* CRAP - map_findspace does not avoid daddr+BRKSIZ */
452 (addr < (vaddr_t)p->p_vmspace->vm_daddr + BRKSIZ))
454 BRKSIZ);
/openbsd-current/sys/uvm/
H A Duvm_map.c3951 addr = (vaddr_t)vm->vm_daddr + BRKSIZ;
4816 b_end = b_start + BRKSIZ;

Completed in 106 milliseconds