Searched refs:PTE_PBMT (Results 1 – 2 of 2) sorted by relevance
676 #define PTE_PBMT 0x6000000000000000ULL /* Page-based memory types */ macro679 #define PTE_ATTR (PTE_N | PTE_PBMT) /* All attributes bits */
1386 if (!pbmte && (pte & PTE_PBMT)) { in get_physical_address()1438 if (!pbmte && (pte & PTE_PBMT)) { in get_physical_address()