Lines Matching refs:SWAPPER_BLOCK_SIZE
316 unsigned long kernel_x_start = round_down(__pa(_stext), SWAPPER_BLOCK_SIZE); in __map_memblock()
317 unsigned long kernel_x_end = round_up(__pa(__init_end), SWAPPER_BLOCK_SIZE); in __map_memblock()
405 if (!IS_ALIGNED((unsigned long)_stext, SWAPPER_BLOCK_SIZE)) { in fixup_executable()
407 SWAPPER_BLOCK_SIZE); in fixup_executable()
414 if (!IS_ALIGNED((unsigned long)__init_end, SWAPPER_BLOCK_SIZE)) { in fixup_executable()
416 SWAPPER_BLOCK_SIZE); in fixup_executable()
678 offset = dt_phys % SWAPPER_BLOCK_SIZE; in fixmap_remap_fdt()
682 create_mapping(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, in fixmap_remap_fdt()
683 SWAPPER_BLOCK_SIZE, prot); in fixmap_remap_fdt()
692 if (offset + size > SWAPPER_BLOCK_SIZE) in fixmap_remap_fdt()
693 create_mapping(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, in fixmap_remap_fdt()
694 round_up(offset + size, SWAPPER_BLOCK_SIZE), prot); in fixmap_remap_fdt()