Home
last modified time | relevance | path

Searched refs:SUPERSECTION_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-2level.h104 #define SUPERSECTION_MASK (~(SUPERSECTION_SIZE-1)) macro
/openbmc/linux/arch/arm/mm/
H A Dioremap.c287 if (pfn >= 0x100000 && (paddr & ~SUPERSECTION_MASK)) in __arm_ioremap_pfn_caller()
332 !((paddr | size | addr) & ~SUPERSECTION_MASK)) { in __arm_ioremap_pfn_caller()
H A Dmmu.c901 if ((addr | length | __pfn_to_phys(md->pfn)) & ~SUPERSECTION_MASK) { in create_36bit_mapping()