Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
Dkernel-pgtable.h101 #define SWAPPER_BLOCK_SIZE SECTION_SIZE macro
105 #define SWAPPER_BLOCK_SIZE PAGE_SIZE macro
/Linux-v5.10/arch/arm64/mm/
Dmmu.c1297 offset = dt_phys % SWAPPER_BLOCK_SIZE; in fixmap_remap_fdt()
1301 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), in fixmap_remap_fdt()
1302 dt_virt_base, SWAPPER_BLOCK_SIZE, prot); in fixmap_remap_fdt()
1311 if (offset + *size > SWAPPER_BLOCK_SIZE) in fixmap_remap_fdt()
1312 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, in fixmap_remap_fdt()
1313 round_up(offset + *size, SWAPPER_BLOCK_SIZE), prot); in fixmap_remap_fdt()
/Linux-v5.10/arch/arm64/kernel/
Dhead.S264 bic \count, \phys, #SWAPPER_BLOCK_SIZE - 1
265 populate_entries \tbl, \count, \istart, \iend, \flags, #SWAPPER_BLOCK_SIZE, \tmp