PG_WT
e & PG_WT ? 'w' : '-',
pd[l1idx] |= PG_G | (ptes[offs] & (PG_N | PG_WT));
#define PG_WC (PG_WT) /* WT and CD is WC */
#define PG_UC (PG_WT | PG_N) /* hard UC */
bits = ptp[l1idx] & (PG_PROT|PG_N|PG_WT);
#define PG_WC (PG_WT) /* WT and CD is WC */
#define PG_UC (PG_WT | PG_N) /* hard UC */
#define _PAGE_PWT PG_WT