Searched defs:PRE_TO_PA (Results 1 – 2 of 2) sorted by relevance
153 #define PRE_TO_PA(e) (((uint32)(e)) & ~((1<<12)-1)) macro
174 #define PRE_TO_PA(e) ((*(uint32 *)(&(e))) & ~((1<<12)-1)) macro