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

/freebsd-current/sys/amd64/include/
H A Dparam.h94 #define NPTEPGSHIFT 9 /* LOG2(NPTEPG) */ macro
H A Dpmap.h552 return ((va >> PAGE_SHIFT) & ((1ul << NPTEPGSHIFT) - 1));
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c1547 pt_entry_t vtoptem __read_mostly = ((1ul << (NPTEPGSHIFT + NPDEPGSHIFT +
2275 vtoptem = ((1ul << (NPTEPGSHIFT + NPDEPGSHIFT + NPDPEPGSHIFT +

Completed in 86 milliseconds