Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/libofw/
Dofw_copy.c42 #define MAPMEM_PAGE_INC 128 /* Half-MB at a time */ macro
83 if ((nlen + resid) < PAGE_SIZE*MAPMEM_PAGE_INC) { in ofw_mapmem()
84 dlen = PAGE_SIZE*MAPMEM_PAGE_INC; in ofw_mapmem()