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