Searched refs:SWAPPER_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/arm64/mm/ |
D | mmu.c | 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() [all …]
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | kernel-pgtable.h | 59 #define SWAPPER_BLOCK_SIZE SECTION_SIZE macro 63 #define SWAPPER_BLOCK_SIZE PAGE_SIZE macro
|
/linux-4.4.14/arch/arm64/kernel/ |
D | head.S | 299 add \phys, \phys, #SWAPPER_BLOCK_SIZE // next block
|