L2_SHIFT
#define NBPD_L2 (1UL << L2_SHIFT) /* # bytes mapped by L2 ent (2MB) */
#define pl2_i(va) (((va) & L2_FRAME) >> L2_SHIFT)