Searched refs:SECTION_SIZE (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/arch/arm/kernel/ |
| D | efi.c | 38 if (round_down(base + size, SECTION_SIZE) < in efi_set_mapping_permissions() 39 round_up(base, SECTION_SIZE) + SECTION_SIZE) in efi_set_mapping_permissions()
|
| D | setup.c | 1016 crash_size, SECTION_SIZE); in reserve_crashkernel()
|
| /Linux-v5.4/arch/arm/mm/ |
| D | init.c | 578 if (addr & SECTION_SIZE) in section_update() 584 local_flush_tlb_kernel_range(addr, addr + SECTION_SIZE); in section_update() 606 if (!IS_ALIGNED(perms[i].start, SECTION_SIZE) || in set_section_perms() 607 !IS_ALIGNED(perms[i].end, SECTION_SIZE)) { in set_section_perms() 610 SECTION_SIZE); in set_section_perms() 616 addr += SECTION_SIZE) in set_section_perms()
|
| D | mmu.c | 787 if (addr & SECTION_SIZE) in __map_init_section() 792 phys += SECTION_SIZE; in __map_init_section() 793 } while (pmd++, addr += SECTION_SIZE, addr != end); in __map_init_section() 1054 vm_reserve_area_early(addr, SECTION_SIZE, pmd_empty_section_gap); in pmd_empty_section_gap() 1075 if ((addr & ~PMD_MASK) == SECTION_SIZE) { in fill_pmd_gaps() 1087 if ((addr & ~PMD_MASK) == SECTION_SIZE) { in fill_pmd_gaps() 1453 phys_addr_t kernel_x_start = round_down(__pa(KERNEL_START), SECTION_SIZE); in map_lowmem() 1454 phys_addr_t kernel_x_end = round_up(__pa(__init_end), SECTION_SIZE); in map_lowmem()
|
| D | idmap.c | 62 addr += SECTION_SIZE; in idmap_add_pmd()
|
| D | dump.c | 349 if (SECTION_SIZE < PMD_SIZE && pmd_large(pmd[1])) { in walk_pmd() 350 addr += SECTION_SIZE; in walk_pmd()
|
| /Linux-v5.4/arch/arm/mach-tegra/ |
| D | iomap.h | 107 #define IO_PPSB_SIZE SECTION_SIZE 111 #define IO_APB_SIZE SECTION_SIZE
|
| /Linux-v5.4/arch/arm/mach-omap2/ |
| D | omap-secure.c | 61 size = ALIGN(size, SECTION_SIZE); in omap_secure_ram_reserve_memblock() 62 omap_secure_memblock_base = arm_memblock_steal(size, SECTION_SIZE); in omap_secure_ram_reserve_memblock()
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | pgtable-2level.h | 94 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro 95 #define SECTION_MASK (~(SECTION_SIZE-1))
|
| D | pgtable-3level.h | 47 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro
|
| /Linux-v5.4/arch/unicore32/include/asm/ |
| D | pgtable.h | 71 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro 72 #define SECTION_MASK (~(SECTION_SIZE-1))
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | pgtable-hwdef.h | 78 #define SECTION_SIZE (_AC(1, UL) << SECTION_SHIFT) macro 79 #define SECTION_MASK (~(SECTION_SIZE-1))
|
| D | kernel-pgtable.h | 101 #define SWAPPER_BLOCK_SIZE SECTION_SIZE
|
| /Linux-v5.4/arch/arm/mach-davinci/ |
| D | board-dm365-evm.c | 690 if (request_mem_region(DM365_ASYNC_EMIF_DATA_CE1_BASE, SECTION_SIZE, in evm_init_cpld() 693 cpld = ioremap(DM365_ASYNC_EMIF_DATA_CE1_BASE, SECTION_SIZE); in evm_init_cpld() 696 SECTION_SIZE); in evm_init_cpld()
|
| /Linux-v5.4/arch/unicore32/mm/ |
| D | mmu.c | 184 phys += SECTION_SIZE; in alloc_init_section() 185 } while (pmd++, addr += SECTION_SIZE, addr != end); in alloc_init_section()
|
| /Linux-v5.4/arch/arm64/ |
| D | Kconfig.debug | 74 bool "Align linker sections up to SECTION_SIZE"
|
| /Linux-v5.4/include/linux/ |
| D | mmzone.h | 1145 #error Allocator MAX_ORDER exceeds SECTION_SIZE
|