Searched refs:SECTION_SIZE (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/arm/kernel/
H A Defi.c39 * region does not cover any naturally aligned SECTION_SIZE sized
42 if (round_down(base + size, SECTION_SIZE) <
43 round_up(base, SECTION_SIZE) + SECTION_SIZE)
H A Dsetup.c1034 start = memblock_phys_alloc_range(crash_size, SECTION_SIZE,
/linux-master/arch/arm/mm/
H A Dinit.c376 if (addr & SECTION_SIZE)
382 local_flush_tlb_kernel_range(addr, addr + SECTION_SIZE);
404 if (!IS_ALIGNED(perms[i].start, SECTION_SIZE) ||
405 !IS_ALIGNED(perms[i].end, SECTION_SIZE)) {
408 SECTION_SIZE);
414 addr += SECTION_SIZE)
H A Didmap.c62 addr += SECTION_SIZE;
H A Dmmu.c796 if (addr & SECTION_SIZE)
801 phys += SECTION_SIZE;
802 } while (pmd++, addr += SECTION_SIZE, addr != end);
1085 vm_reserve_area_early(addr, SECTION_SIZE, pmd_empty_section_gap);
1106 if ((addr & ~PMD_MASK) == SECTION_SIZE) {
1118 if ((addr & ~PMD_MASK) == SECTION_SIZE) {
1607 phys_addr_t kernel_x_end = round_up(__pa(__init_end), SECTION_SIZE);
H A Ddump.c357 if (SECTION_SIZE < PMD_SIZE && pmd_leaf(pmd[1])) {
358 addr += SECTION_SIZE;
/linux-master/arch/arm/mach-tegra/
H A Diomap.h107 #define IO_PPSB_SIZE SECTION_SIZE
111 #define IO_APB_SIZE SECTION_SIZE
/linux-master/arch/arm/include/asm/
H A Dpgtable-2level.h96 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro
97 #define SECTION_MASK (~(SECTION_SIZE-1))
H A Dmemory.h87 #define FDT_FIXED_SIZE (2 * SECTION_SIZE)
88 #define FDT_VIRT_BASE(physbase) ((void *)(FDT_FIXED_BASE | (physbase) % SECTION_SIZE))
H A Dpgtable-3level.h49 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro
/linux-master/arch/arm/mach-omap2/
H A Domap-secure.c115 size = ALIGN(size, SECTION_SIZE);
116 omap_secure_memblock_base = arm_memblock_steal(size, SECTION_SIZE);
/linux-master/include/linux/
H A Dmmzone.h1755 #error Allocator MAX_PAGE_ORDER exceeds SECTION_SIZE

Completed in 156 milliseconds