Searched refs:SUPERSECTION_MASK (Results 1 – 3 of 3) sorted by relevance
104 #define SUPERSECTION_MASK (~(SUPERSECTION_SIZE-1)) macro
262 if (pfn >= 0x100000 && (paddr & ~SUPERSECTION_MASK)) in __arm_ioremap_pfn_caller()307 !((paddr | size | addr) & ~SUPERSECTION_MASK)) { in __arm_ioremap_pfn_caller()
901 if ((addr | length | __pfn_to_phys(md->pfn)) & ~SUPERSECTION_MASK) { in create_36bit_mapping()