PG_PVLIST
npte |= PG_PVLIST;
if (diff & PG_PVLIST)
KASSERT((opte & PG_PVLIST) == 0);
if (opte & PG_PVLIST) {
#define pmap_pte_pv(pte) (*(pte) & PG_PVLIST)