PG_u
e & PG_u ? 'u' : '-',
inherited & PG_u ? 'u' : '-',
pva[index] = (pd_entry_t) (pa | PG_u | PG_RW | PG_V | pg_crypt);
npte |= ((flags & PMAP_EFI) ? 0 : PG_u);
npte |= (PG_u | PG_RW); /* XXXCDC: no longer needed? */
if ((vcpu->vc_exit.cpl > 0) && !(pte & PG_u))
return (pmap_alloc_ptp_86(pmap, pde_index, PG_u));
md_prot |= PG_u;
npte |= PG_u;
md_prot |= PG_u;
npte |= PG_u;
return (pmap_alloc_ptp_pae(pmap, pde_index, PG_u));
if ((exit->cpl > 0) && !(pte & PG_u))