Searched refs:SECTION_SIZE (Results 1 – 15 of 15) sorted by relevance
/arch/arm/mach-tegra/ |
D | iomap.h | 116 #define IO_PPSB_SIZE SECTION_SIZE 120 #define IO_APB_SIZE SECTION_SIZE
|
/arch/arm/include/asm/ |
D | pgtable-2level.h | 97 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro 98 #define SECTION_MASK (~(SECTION_SIZE-1))
|
D | pgtable-3level.h | 59 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro
|
/arch/arm/mach-omap2/ |
D | omap-secure.c | 65 size = ALIGN(size, SECTION_SIZE); in omap_secure_ram_reserve_memblock() 66 omap_secure_memblock_base = arm_memblock_steal(size, SECTION_SIZE); in omap_secure_ram_reserve_memblock()
|
/arch/arm/mm/ |
D | init.c | 640 if (addr & SECTION_SIZE) in section_update() 646 local_flush_tlb_kernel_range(addr, addr + SECTION_SIZE); in section_update() 668 if (!IS_ALIGNED(perms[i].start, SECTION_SIZE) || in set_section_perms() 669 !IS_ALIGNED(perms[i].end, SECTION_SIZE)) { in set_section_perms() 672 SECTION_SIZE); in set_section_perms() 678 addr += SECTION_SIZE) in set_section_perms()
|
D | mmu.c | 764 if (addr & SECTION_SIZE) in __map_init_section() 769 phys += SECTION_SIZE; in __map_init_section() 770 } while (pmd++, addr += SECTION_SIZE, addr != end); in __map_init_section() 1001 vm_reserve_area_early(addr, SECTION_SIZE, pmd_empty_section_gap); in pmd_empty_section_gap() 1022 if ((addr & ~PMD_MASK) == SECTION_SIZE) { in fill_pmd_gaps() 1034 if ((addr & ~PMD_MASK) == SECTION_SIZE) { in fill_pmd_gaps() 1386 phys_addr_t kernel_x_start = round_down(__pa(_stext), SECTION_SIZE); in map_lowmem() 1387 phys_addr_t kernel_x_end = round_up(__pa(__init_end), SECTION_SIZE); in map_lowmem()
|
D | idmap.c | 59 addr += SECTION_SIZE; in idmap_add_pmd()
|
D | dump.c | 282 if (SECTION_SIZE < PMD_SIZE && pmd_large(pmd[1])) in walk_pmd() 283 note_page(st, addr + SECTION_SIZE, 3, pmd_val(pmd[1])); in walk_pmd()
|
/arch/arm64/include/asm/ |
D | kernel-pgtable.h | 67 #define SWAPPER_BLOCK_SIZE SECTION_SIZE
|
D | pgtable-hwdef.h | 87 #define SECTION_SIZE (_AC(1, UL) << SECTION_SHIFT) macro 88 #define SECTION_MASK (~(SECTION_SIZE-1))
|
/arch/unicore32/include/asm/ |
D | pgtable.h | 73 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro 74 #define SECTION_MASK (~(SECTION_SIZE-1))
|
/arch/arm/mach-uniphier/ |
D | platsmp.c | 48 static const phys_addr_t uniphier_smp_trampoline_dest_end = SECTION_SIZE;
|
/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 643 if (request_mem_region(DM365_ASYNC_EMIF_DATA_CE1_BASE, SECTION_SIZE, in evm_init_cpld() 646 cpld = ioremap(DM365_ASYNC_EMIF_DATA_CE1_BASE, SECTION_SIZE); in evm_init_cpld() 649 SECTION_SIZE); in evm_init_cpld()
|
/arch/unicore32/mm/ |
D | mmu.c | 189 phys += SECTION_SIZE; in alloc_init_section() 190 } while (pmd++, addr += SECTION_SIZE, addr != end); in alloc_init_section()
|
/arch/arm64/ |
D | Kconfig.debug | 77 bool "Align linker sections up to SECTION_SIZE"
|