Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_lib.h44 #define MMU_PAGE_MASK ~(MMU_PAGE_SIZE - 1) macro
H A Dpx_fdvma.c142 size_t counter_max = (lim_p->dlim_cntr_max + 1) & MMU_PAGE_MASK; in px_fdvma_reserve()