Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/include/asm/
Dkernel-pgtable.h96 #define INIT_IDMAP_DIR_PAGES EARLY_PAGES(KIMAGE_VADDR, _end + MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE, 1)
101 #define SWAPPER_BLOCK_SIZE PMD_SIZE macro
105 #define SWAPPER_BLOCK_SIZE PAGE_SIZE macro
/linux-6.1.9/arch/arm64/kernel/
Dhead.S245 bic \rtbl, \phys, #SWAPPER_BLOCK_SIZE - 1
246 populate_entries \tbl, \rtbl, \istart, \iend, \flags, #SWAPPER_BLOCK_SIZE, \tmp
333 adrp x6, _end + MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE
342 bic x4, x2, #SWAPPER_BLOCK_SIZE - 1
349 adrp x22, _end + SWAPPER_BLOCK_SIZE
350 bic x2, x22, #SWAPPER_BLOCK_SIZE - 1
352 add x3, x2, #MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE
353 bic x4, x21, #SWAPPER_BLOCK_SIZE - 1
/linux-6.1.9/arch/arm64/mm/
Dmmu.c1386 offset = dt_phys % SWAPPER_BLOCK_SIZE; in fixmap_remap_fdt()
1390 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), in fixmap_remap_fdt()
1391 dt_virt_base, SWAPPER_BLOCK_SIZE, prot); in fixmap_remap_fdt()
1400 if (offset + *size > SWAPPER_BLOCK_SIZE) in fixmap_remap_fdt()
1401 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, in fixmap_remap_fdt()
1402 round_up(offset + *size, SWAPPER_BLOCK_SIZE), prot); in fixmap_remap_fdt()