Searched refs:SECTION_SIZE (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/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() 666 if (!IS_ALIGNED(perms[i].start, SECTION_SIZE) || \ 667 !IS_ALIGNED(perms[i].end, SECTION_SIZE)) { \ 670 SECTION_SIZE); \ 676 addr += SECTION_SIZE) \
|
D | mmu.c | 722 if (addr & SECTION_SIZE) in __map_init_section() 727 phys += SECTION_SIZE; in __map_init_section() 728 } while (pmd++, addr += SECTION_SIZE, addr != end); in __map_init_section() 959 vm_reserve_area_early(addr, SECTION_SIZE, pmd_empty_section_gap); in pmd_empty_section_gap() 980 if ((addr & ~PMD_MASK) == SECTION_SIZE) { in fill_pmd_gaps() 992 if ((addr & ~PMD_MASK) == SECTION_SIZE) { in fill_pmd_gaps() 1332 phys_addr_t kernel_x_start = round_down(__pa(_stext), SECTION_SIZE); in map_lowmem() 1333 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()
|
/linux-4.1.27/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()
|
/linux-4.1.27/arch/arm/mach-tegra/ |
D | iomap.h | 119 #define IO_PPSB_SIZE SECTION_SIZE 123 #define IO_APB_SIZE SECTION_SIZE
|
/linux-4.1.27/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
|
/linux-4.1.27/arch/arm64/mm/ |
D | mmu.c | 310 unsigned long kernel_x_start = round_down(__pa(_stext), SECTION_SIZE); in __map_memblock() 311 unsigned long kernel_x_end = round_up(__pa(__init_end), SECTION_SIZE); in __map_memblock() 399 if (!IS_ALIGNED((unsigned long)_stext, SECTION_SIZE)) { in fixup_executable() 401 SECTION_SIZE); in fixup_executable() 408 if (!IS_ALIGNED((unsigned long)__init_end, SECTION_SIZE)) { in fixup_executable() 410 SECTION_SIZE); in fixup_executable()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable-hwdef.h | 54 #define SECTION_SIZE (_AC(1, UL) << SECTION_SHIFT) macro 55 #define SECTION_MASK (~(SECTION_SIZE-1))
|
/linux-4.1.27/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()
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 73 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro 74 #define SECTION_MASK (~(SECTION_SIZE-1))
|
/linux-4.1.27/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()
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig.debug | 81 bool "Align linker sections up to SECTION_SIZE"
|
/linux-4.1.27/drivers/staging/slicoss/ |
D | slic.h | 57 #define SECTION_SIZE 65536 macro
|
/linux-4.1.27/arch/arm64/kernel/ |
D | head.S | 55 #define BLOCK_SIZE SECTION_SIZE
|
/linux-4.1.27/include/linux/ |
D | mmzone.h | 1071 #error Allocator MAX_ORDER exceeds SECTION_SIZE
|