Searched defs:PTE_TO_PA (Results 1 – 2 of 2) sorted by relevance
171 #define PTE_TO_PA(e) (((uint32)(e)) & ~((1<<12)-1)) macro
188 #define PTE_TO_PA(e) ((((uint32 *)(&(e)))[1]) & ~((1<<12)-1)) macro