Searched refs:SECTION_SIZE (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm/kernel/ |
| H A D | efi.c | 42 if (round_down(base + size, SECTION_SIZE) < in efi_set_mapping_permissions() 43 round_up(base, SECTION_SIZE) + SECTION_SIZE) in efi_set_mapping_permissions()
|
| H A D | setup.c | 1028 start = memblock_phys_alloc_range(crash_size, SECTION_SIZE, in reserve_crashkernel()
|
| /linux/arch/arm/mach-tegra/ |
| H A D | iomap.h | 107 #define IO_PPSB_SIZE SECTION_SIZE 111 #define IO_APB_SIZE SECTION_SIZE
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap-secure.c | 115 size = ALIGN(size, SECTION_SIZE); in omap_secure_ram_reserve_memblock() 116 omap_secure_memblock_base = arm_memblock_steal(size, SECTION_SIZE); in omap_secure_ram_reserve_memblock()
|
| /linux/arch/arm/mm/ |
| H A D | mmu.c | 791 if (addr & SECTION_SIZE) in __map_init_section() 796 phys += SECTION_SIZE; in __map_init_section() 797 } while (pmd++, addr += SECTION_SIZE, addr != end); in __map_init_section() 1074 vm_reserve_area_early(addr, SECTION_SIZE, pmd_empty_section_gap); in pmd_empty_section_gap() 1095 if ((addr & ~PMD_MASK) == SECTION_SIZE) { in fill_pmd_gaps() 1107 if ((addr & ~PMD_MASK) == SECTION_SIZE) { in fill_pmd_gaps() 1587 phys_addr_t kernel_x_end = round_up(__pa(__init_end), SECTION_SIZE); in map_kernel() 1762 kernel_sec_end = round_up(__pa(_end), SECTION_SIZE); in paging_init()
|
| H A D | idmap.c | 62 addr += SECTION_SIZE; in idmap_add_pmd()
|
| H A D | dump.c | 357 if (SECTION_SIZE < PMD_SIZE && pmd_leaf(pmd[1])) { in walk_pmd() 358 addr += SECTION_SIZE; in walk_pmd()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 49 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro
|
| /linux/include/linux/ |
| H A D | mmzone.h | 1860 #error Allocator MAX_PAGE_ORDER exceeds SECTION_SIZE
|