PDE_TO_TA
#define PDE_TO_TA(a) ((*(uint32 *)(&(a))) & ~((1<<4)-1))
#define PDE_TO_TA(e) (((uint32)(e)) & ~((1<<8)-1))