Searched refs:SWAPPER_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | kernel-pgtable.h | 95 #define SWAPPER_BLOCK_SIZE SECTION_SIZE macro 99 #define SWAPPER_BLOCK_SIZE PAGE_SIZE macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | mmu.c | 1342 offset = dt_phys % SWAPPER_BLOCK_SIZE; in fixmap_remap_fdt() 1346 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), in fixmap_remap_fdt() 1347 dt_virt_base, SWAPPER_BLOCK_SIZE, prot); in fixmap_remap_fdt() 1356 if (offset + *size > SWAPPER_BLOCK_SIZE) in fixmap_remap_fdt() 1357 create_mapping_noalloc(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, in fixmap_remap_fdt() 1358 round_up(offset + *size, SWAPPER_BLOCK_SIZE), prot); in fixmap_remap_fdt()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | head.S | 265 bic \count, \phys, #SWAPPER_BLOCK_SIZE - 1 266 populate_entries \tbl, \count, \istart, \iend, \flags, #SWAPPER_BLOCK_SIZE, \tmp
|