L2_T_OFFSET
*pa = (pte & L2_T_FRAME) | (va & L2_T_OFFSET);
return (L2_T_SIZE - (va & L2_T_OFFSET));
#define L2_T_FRAME (~L2_T_OFFSET)