Home
last modified time | relevance | path

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

/freebsd/stand/libofw/
H A Dofw_copy.c39 #define MAPMEM_PAGE_INC 128 /* Half-MB at a time */ macro
80 if ((nlen + resid) < PAGE_SIZE*MAPMEM_PAGE_INC) { in ofw_mapmem()
81 dlen = PAGE_SIZE*MAPMEM_PAGE_INC; in ofw_mapmem()