Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dparam.h109 #define NPDPEPGSHIFT 9 /* LOG2(NPDPEPG) */ macro
/illumos-gate/usr/src/contrib/bhyve/amd64/machine/
H A Dpmap.h443 return ((va >> PDPSHIFT) & ((1ul << NPDPEPGSHIFT) - 1)); in pmap_pdpe_index()