Home
last modified time | relevance | path

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

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