Home
last modified time | relevance | path

Searched refs:SUPERSECTION_SIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable-2level.h103 #define SUPERSECTION_SIZE (1UL << SUPERSECTION_SHIFT) macro
104 #define SUPERSECTION_MASK (~(SUPERSECTION_SIZE-1))
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable-2level.h103 #define SUPERSECTION_SIZE (1UL << SUPERSECTION_SHIFT) macro
104 #define SUPERSECTION_MASK (~(SUPERSECTION_SIZE-1))
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dmmu.c906 addr += SUPERSECTION_SIZE; in create_36bit_mapping()
907 phys += SUPERSECTION_SIZE; in create_36bit_mapping()
908 pgd += SUPERSECTION_SIZE >> PGDIR_SHIFT; in create_36bit_mapping()
H A Dioremap.c237 pfn += SUPERSECTION_SIZE >> PAGE_SHIFT; in remap_area_supersections()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dmmu.c925 addr += SUPERSECTION_SIZE; in create_36bit_mapping()
926 phys += SUPERSECTION_SIZE; in create_36bit_mapping()
927 pgd += SUPERSECTION_SIZE >> PGDIR_SHIFT; in create_36bit_mapping()
H A Dioremap.c242 pfn += SUPERSECTION_SIZE >> PAGE_SHIFT; in remap_area_supersections()

Completed in 7 milliseconds