Home
last modified time | relevance | path

Searched refs:end (Results 1 – 12 of 12) sorted by relevance

/arch/arm/arm-m/
A Dcache.c39 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 Dfeature.c26 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 Dlinker-onesegment.ld56 /* 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 Dlinker-twosegment.ld68 /* 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 Dmmu.h55 vaddr_t end, uint next_region_arch_mmu_flags,
/arch/arm/arm/
A Dmmu.c448 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 Dlinker.ld66 /* Align the end to ensure anything after the kernel ends up on its own pages */
/arch/x86/32/
A Dkernel.ld95 /* put a symbol arbitrarily 4MB past the end of the kernel */
/arch/x86/64/
A Dkernel.ld94 /* put a symbol arbitrarily 4MB past the end of the kernel */
/arch/arm/
A Dsystem-twosegment.ld64 /* end of rodata, start of data area */
/arch/arm64/
A Dsystem-onesegment.ld114 /* Align the end to ensure anything after the kernel ends up on its own pages */
/arch/mips/
A Dmips.ld130 end of ctors marker and it must be last */
189 _end = .; PROVIDE (end = .); symbol

Completed in 21 milliseconds