Searched refs:PTE_TO_TA (Results 1 – 2 of 2) sorted by relevance
169 #define PTE_TO_TA(e) (((uint32)(e)) & ~((1<<12)-1)) macro
186 #define PTE_TO_TA(a) ((((uint32 *)(&(a)))[1]) & ~((1<<8)-1)) macro