Searched refs:ZERO_REGION_SIZE (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dvmparam.h179 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dvmparam.h248 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dvmparam.h197 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */ macro
/freebsd-11-stable/sys/riscv/include/
H A Dvmparam.h240 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dvmparam.h239 #define ZERO_REGION_SIZE PAGE_SIZE macro
/freebsd-11-stable/sys/mips/include/
H A Dvmparam.h185 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */ macro
/freebsd-11-stable/sys/i386/include/
H A Dvmparam.h192 #define ZERO_REGION_SIZE (64 * 1024) /* 64KB */ macro
/freebsd-11-stable/sys/amd64/include/
H A Dvmparam.h225 #define ZERO_REGION_SIZE (2 * 1024 * 1024) /* 2MB */ macro
/freebsd-11-stable/sys/dev/null/
H A Dnull.c161 if (len > ZERO_REGION_SIZE)
162 len = ZERO_REGION_SIZE;
/freebsd-11-stable/sys/vm/
H A Dvm_kern.c97 CTASSERT((ZERO_REGION_SIZE & PAGE_MASK) == 0);
500 addr = kva_alloc(ZERO_REGION_SIZE);
505 for (i = 0; i < ZERO_REGION_SIZE; i += PAGE_SIZE)
507 pmap_protect(kernel_pmap, addr, addr + ZERO_REGION_SIZE, VM_PROT_READ);
/freebsd-11-stable/sys/dev/md/
H A Dmd.c887 zerosize = ZERO_REGION_SIZE -
888 (ZERO_REGION_SIZE % sc->sectorsize);

Completed in 178 milliseconds