SWAPPER_BLOCK_SIZE  914 arch/arm64/mm/mmu.c 	offset = dt_phys % SWAPPER_BLOCK_SIZE;
SWAPPER_BLOCK_SIZE  918 arch/arm64/mm/mmu.c 	create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE),
SWAPPER_BLOCK_SIZE  919 arch/arm64/mm/mmu.c 			dt_virt_base, SWAPPER_BLOCK_SIZE, prot);
SWAPPER_BLOCK_SIZE  928 arch/arm64/mm/mmu.c 	if (offset + *size > SWAPPER_BLOCK_SIZE)
SWAPPER_BLOCK_SIZE  929 arch/arm64/mm/mmu.c 		create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base,
SWAPPER_BLOCK_SIZE  930 arch/arm64/mm/mmu.c 			       round_up(offset + *size, SWAPPER_BLOCK_SIZE), prot);