Searched refs:MAXDSIZ (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dvmparam.h50 #ifndef MAXDSIZ
51 #define MAXDSIZ (512UL*1024*1024) /* max data size */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dvmparam.h51 #ifndef MAXDSIZ
52 #define MAXDSIZ (1*1024*1024*1024) /* max data size */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dvmparam.h48 #ifndef MAXDSIZ
49 #define MAXDSIZ (1*1024*1024*1024) /* max data size */ macro
/freebsd-11-stable/sys/riscv/include/
H A Dvmparam.h51 #ifndef MAXDSIZ
52 #define MAXDSIZ (1*1024*1024*1024) /* max data size */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dvmparam.h51 #ifndef MAXDSIZ
52 #define MAXDSIZ (1*1024*1024*1024) /* max data size */ macro
/freebsd-11-stable/sys/mips/include/
H A Dvmparam.h59 #ifndef MAXDSIZ
60 #define MAXDSIZ (1*1024UL*1024*1024) /* max data size */ macro
/freebsd-11-stable/sys/i386/include/
H A Dvmparam.h53 #ifndef MAXDSIZ
54 #define MAXDSIZ (512UL*1024*1024) /* max data size */ macro
/freebsd-11-stable/sys/amd64/include/
H A Dvmparam.h59 #ifndef MAXDSIZ
60 #define MAXDSIZ (32768UL*1024*1024) /* max data size */ macro
/freebsd-11-stable/sys/kern/
H A Dsubr_param.c196 maxdsiz = MAXDSIZ;
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_bufs.c1069 vaddr = round_page((vm_offset_t)vms->vm_daddr + MAXDSIZ);

Completed in 181 milliseconds