Searched refs:end (Results 1 – 12 of 12) sorted by relevance
| /arch/arm/arm-m/ |
| A D | cache.c | 39 addr_t end = start + len; in arch_clean_cache_range() local 44 SCB_CleanDCache_by_Addr((uint32_t *)start, end - start); in arch_clean_cache_range() 49 addr_t end = start + len; in arch_clean_invalidate_cache_range() local 54 SCB_CleanInvalidateDCache_by_Addr((uint32_t *)start, end - start); in arch_clean_invalidate_cache_range() 59 addr_t end = start + len; in arch_invalidate_cache_range() local 64 SCB_InvalidateDCache_by_Addr((uint32_t *)start, end - start); in arch_invalidate_cache_range()
|
| /arch/riscv/ |
| A D | feature.c | 26 static void match_feature(const char *str, size_t start, size_t end) { in match_feature() argument 46 strlcpy(feat, &str[start], end - start + 1); in match_feature() 51 if (strlen(oneword[i].str) != end - start) in match_feature() 54 if (strncasecmp(oneword[i].str, &str[start], end - start) == 0) { in match_feature()
|
| A D | linker-onesegment.ld | 56 /* Try to put sdata and sbss near each other by putting sdata at the end of the data segment 85 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
| A D | linker-twosegment.ld | 68 /* Try to put sdata and sbss near each other by putting sdata at the end of the data segment 98 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
| /arch/include/arch/ |
| A D | mmu.h | 55 vaddr_t end, uint next_region_arch_mmu_flags,
|
| /arch/arm/arm/ |
| A D | mmu.c | 448 vaddr_t end, uint next_region_flags, in arch_mmu_pick_spot() argument 451 base, end, align, size, flags); in arch_mmu_pick_spot() 463 if (spot_end < spot || spot_end > end) in arch_mmu_pick_spot() 464 return end; /* wrapped around or it does not fit */ in arch_mmu_pick_spot() 466 if ((spot_end / SECTION_SIZE) == (end / SECTION_SIZE)) { in arch_mmu_pick_spot() 468 return end; in arch_mmu_pick_spot()
|
| /arch/m68k/ |
| A D | linker.ld | 66 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
| /arch/x86/32/ |
| A D | kernel.ld | 95 /* put a symbol arbitrarily 4MB past the end of the kernel */
|
| /arch/x86/64/ |
| A D | kernel.ld | 94 /* put a symbol arbitrarily 4MB past the end of the kernel */
|
| /arch/arm/ |
| A D | system-twosegment.ld | 64 /* end of rodata, start of data area */
|
| /arch/arm64/ |
| A D | system-onesegment.ld | 114 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
| /arch/mips/ |
| A D | mips.ld | 130 end of ctors marker and it must be last */ 189 _end = .; PROVIDE (end = .); symbol
|
Completed in 21 milliseconds