PIE_TO_TA
#define PIE_TO_TA(a) ((((uint32 *)(&(a)))[1]) & ~((1<<2)-1))
#define PIE_TO_TA(e) (((uint32)(e)) & ~((1<<2)-1))