Searched refs:SECTION_SIZE (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/arm/mm/ |
H A D | init.c | 376 if (addr & SECTION_SIZE) in section_update() 382 local_flush_tlb_kernel_range(addr, addr + SECTION_SIZE); in section_update() 404 if (!IS_ALIGNED(perms[i].start, SECTION_SIZE) || in set_section_perms() 405 !IS_ALIGNED(perms[i].end, SECTION_SIZE)) { in set_section_perms() 408 SECTION_SIZE); in set_section_perms() 414 addr += SECTION_SIZE) in set_section_perms()
|
H A D | mmu.c | 796 if (addr & SECTION_SIZE) in __map_init_section() 801 phys += SECTION_SIZE; in __map_init_section() 802 } while (pmd++, addr += SECTION_SIZE, addr != end); in __map_init_section() 1085 vm_reserve_area_early(addr, SECTION_SIZE, pmd_empty_section_gap); in pmd_empty_section_gap() 1106 if ((addr & ~PMD_MASK) == SECTION_SIZE) { in fill_pmd_gaps() 1118 if ((addr & ~PMD_MASK) == SECTION_SIZE) { in fill_pmd_gaps() 1598 phys_addr_t kernel_x_end = round_up(__pa(__init_end), SECTION_SIZE); in map_kernel() 1772 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_large(pmd[1])) { in walk_pmd() 358 addr += SECTION_SIZE; in walk_pmd()
|
/openbmc/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 | 1034 start = memblock_phys_alloc_range(crash_size, SECTION_SIZE, in reserve_crashkernel()
|
/openbmc/linux/arch/arm/mach-tegra/ |
H A D | iomap.h | 107 #define IO_PPSB_SIZE SECTION_SIZE 111 #define IO_APB_SIZE SECTION_SIZE
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | arm_crashdump-fix-buffer-align.patch | 37 * regions to be aligned to SECTION_SIZE. 38 + * The SECTION_SIZE of LPAE kernel is '1UL << 21' defined in pgtable-3level.h
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable-2level.h | 96 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro 97 #define SECTION_MASK (~(SECTION_SIZE-1))
|
H A D | memory.h | 87 #define FDT_FIXED_SIZE (2 * SECTION_SIZE) 88 #define FDT_VIRT_BASE(physbase) ((void *)(FDT_FIXED_BASE | (physbase) % SECTION_SIZE))
|
H A D | pgtable-3level.h | 49 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro
|
/openbmc/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()
|
/openbmc/linux/include/linux/ |
H A D | mmzone.h | 1746 #error Allocator MAX_ORDER exceeds SECTION_SIZE
|