Searched refs:SWAPPER_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | kernel-pgtable.h | 91 #define INIT_IDMAP_DIR_PAGES EARLY_PAGES(KIMAGE_VADDR, _end + MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE, 1) 96 #define SWAPPER_BLOCK_SIZE PMD_SIZE macro 100 #define SWAPPER_BLOCK_SIZE PAGE_SIZE macro
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | head.S | 296 bic \rtbl, \phys, #SWAPPER_BLOCK_SIZE - 1 297 populate_entries \tbl, \rtbl, \istart, \iend, \flags, #SWAPPER_BLOCK_SIZE, \tmp 384 adrp x6, _end + MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE 393 bic x4, x2, #SWAPPER_BLOCK_SIZE - 1 400 adrp x22, _end + SWAPPER_BLOCK_SIZE 401 bic x2, x22, #SWAPPER_BLOCK_SIZE - 1 403 add x3, x2, #MAX_FDT_SIZE + SWAPPER_BLOCK_SIZE 404 bic x4, x21, #SWAPPER_BLOCK_SIZE - 1
|
/linux-6.3-rc2/arch/arm64/mm/ |
A D | mmu.c | 1318 offset = dt_phys % SWAPPER_BLOCK_SIZE; in fixmap_remap_fdt() 1322 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), in fixmap_remap_fdt() 1323 dt_virt_base, SWAPPER_BLOCK_SIZE, prot); in fixmap_remap_fdt() 1332 if (offset + *size > SWAPPER_BLOCK_SIZE) in fixmap_remap_fdt() 1333 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, in fixmap_remap_fdt() 1334 round_up(offset + *size, SWAPPER_BLOCK_SIZE), prot); in fixmap_remap_fdt()
|
Completed in 7 milliseconds