Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds