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

/freebsd-12-stable/stand/libofw/
H A Dofw_copy.c42 #define MAPMEM_PAGE_INC 128 /* Half-MB at a time */ macro
81 * never map anything less than MAPMEM_PAGE_INC pages at a time
83 if ((nlen + resid) < PAGE_SIZE*MAPMEM_PAGE_INC) {
84 dlen = PAGE_SIZE*MAPMEM_PAGE_INC;

Completed in 103 milliseconds