Home
last modified time | relevance | path

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

/libcpu/mips/gs232/
A Dcache.c116 while (start < end) in invalidate_writeback_dcache_all()
125 unsigned long start, end; in invalidate_writeback_dcache() local
130 while (start <end) in invalidate_writeback_dcache()
142 while (start < end) in invalidate_icache_all()
153 while (start <end) in invalidate_dcache_all()
166 while (start < end) in init_dcache()
176 unsigned int start, end; in rt_hw_cache_init() local
193 while (start < end) in rt_hw_cache_init()
204 while(start < end) in rt_hw_cache_init()
211 while(start < end) in rt_hw_cache_init()
[all …]
A Dcache_gcc.S134 .end cache_init
/libcpu/mips/common/
A Dmips_cache.c34 rt_ubase_t end, a; in r4k_icache_flush_range() local
45 end = ((addr + size) - 1) & ~(ic_lsize - 1); in r4k_icache_flush_range()
49 if (a == end) in r4k_icache_flush_range()
58 rt_ubase_t end, a; in r4k_icache_lock_range() local
62 end = ((addr + size) - 1) & ~(ic_lsize - 1); in r4k_icache_lock_range()
66 if (a == end) in r4k_icache_lock_range()
74 rt_ubase_t end, a; in r4k_dcache_inv() local
78 end = ((addr + size) - 1) & ~(dc_lsize - 1); in r4k_dcache_inv()
82 if (a == end) in r4k_dcache_inv()
90 rt_ubase_t end, a; in r4k_dcache_wback_inv() local
[all …]
A Dmips_cache.h179 rt_ubase_t end = start + g_mips_core.dcache_size; in blast_dcache16() local
182 for (addr = start; addr < end; addr += g_mips_core.dcache_line_size) in blast_dcache16()
189 rt_ubase_t end = start + g_mips_core.dcache_size; in inv_dcache16() local
192 for (addr = start; addr < end; addr += g_mips_core.dcache_line_size) in inv_dcache16()
199 rt_ubase_t end = start + g_mips_core.icache_size; in blast_icache16() local
202 for (addr = start; addr < end; addr += g_mips_core.icache_line_size) in blast_icache16()
A Dmips.inc49 #endif /* end of __MIPS_INC__ */
A Dasm.h42 .end function; \
/libcpu/risc-v/t-head/c908/
A Dcache.c29 static void dcache_wb_range(unsigned long start, unsigned long end) __attribute__((optimize("O0")));
30 static void dcache_inv_range(unsigned long start, unsigned long end) __attribute__((optimize("O0"))…
31 static void dcache_wbinv_range(unsigned long start, unsigned long end) __attribute__((optimize("O0"…
32 static void icache_inv_range(unsigned long start, unsigned long end) __attribute__((optimize("O0"))…
38 for (; i < end; i += L1_CACHE_BYTES) \
45 static void dcache_wb_range(unsigned long start, unsigned long end) in dcache_wb_range() argument
50 static void dcachel1_wb_range(unsigned long start, unsigned long end) in dcachel1_wb_range() argument
55 static void dcache_inv_range(unsigned long start, unsigned long end) in dcache_inv_range() argument
60 static void dcache_wbinv_range(unsigned long start, unsigned long end) in dcache_wbinv_range() argument
65 static void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() argument
/libcpu/risc-v/t-head/c906/
A Dcache.c29 static void dcache_wb_range(unsigned long start, unsigned long end) __attribute__((optimize("O0")));
30 static void dcache_inv_range(unsigned long start, unsigned long end) __attribute__((optimize("O0"))…
31 static void dcache_wbinv_range(unsigned long start, unsigned long end) __attribute__((optimize("O0"…
32 static void icache_inv_range(unsigned long start, unsigned long end) __attribute__((optimize("O0"))…
38 for (; i < end; i += L1_CACHE_BYTES) \
45 static void dcache_wb_range(unsigned long start, unsigned long end) in dcache_wb_range() argument
50 static void dcache_inv_range(unsigned long start, unsigned long end) in dcache_inv_range() argument
55 static void dcache_wbinv_range(unsigned long start, unsigned long end) in dcache_wbinv_range() argument
60 static void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range() argument
/libcpu/aarch64/common/
A Dcache_ops.c15 void __asm_flush_dcache_range(rt_size_t start, rt_size_t end);
16 void __asm_invalidate_dcache_range(rt_size_t start, rt_size_t end);
17 void __asm_invalidate_icache_range(rt_size_t start, rt_size_t end);
A Dsetup.c231 platform_mem_region.end = fdt_end; in rt_hw_common_setup()
254 init_page_region.end = init_page_end - pv_off; in rt_hw_common_setup()
259 platform_mem_region.end = RT_ALIGN(platform_mem_region.end, ARCH_PAGE_SIZE); in rt_hw_common_setup()
263 platform_mem_desc.vaddr_end = platform_mem_region.end - pv_off - 1; in rt_hw_common_setup()
/libcpu/arm/zynqmp-r5/
A Dcache.c141 u32 end; in Xil_DCacheInvalidateRange() local
151 end = tempadr + len; in Xil_DCacheInvalidateRange()
152 tempend = end; in Xil_DCacheInvalidateRange()
262 u32 end; in Xil_DCacheFlushRange() local
273 end = LocalAddr + len; in Xil_DCacheFlushRange()
276 while (LocalAddr < end) in Xil_DCacheFlushRange()
384 u32 end; in Xil_ICacheInvalidateRange() local
394 end = LocalAddr + len; in Xil_ICacheInvalidateRange()
400 while (LocalAddr < end) in Xil_ICacheInvalidateRange()
A Dxil_mpu.c619 UINTPTR Basephysaddr = 0, end = Physaddr + size; in Xil_MemMap() local
630 if ((Basephysaddr + Regionsize) >= end) in Xil_MemMap()
/libcpu/xilinx/microblaze/
A Dcontext_gcc.S42 .end rt_hw_interrupt_disable
54 .end rt_hw_interrupt_enable
95 .end rt_hw_context_switch
114 .end rt_hw_context_switch_to
140 .end rt_hw_context_switch_interrupt
219 .end _interrupt_handler
/libcpu/blackfin/bf53x/
A Dcontext_vdsp.S28 _rt_hw_interrupt_disable.end:
41 _rt_hw_interrupt_enable.end:
159 _interrupt_thread_switch.end:
/libcpu/arm/armv6/
A Darm_entry_gcc.S76 .word 0x00000000 @ end mask
77 .word 0x00000000 @ end opcode
92 cmp r7, #0 @ end mask?
/libcpu/mips/pic32/
A Dcontext_gcc.S136 .end CoreSW0Handler
/libcpu/ti-dsp/c6x/
A Dvector.asm95 .end
A Dcontext.asm351 .end
A Dintexc.asm263 .end
/libcpu/arm/arm926/
A Dcontext_rvds.S91 end
A Dstart_iar.S129 ; little-end,disbale I/D Cache MMU, vector table is 0x00000000
A Dstart_rvds.S119 ; little-end,disbale I/D Cache MMU, vector table is 0x00000000
/libcpu/ti-dsp/c28x/
A Dcontext.s360 .end
/libcpu/unicore32/sep6200/
A Dstart_gcc.S114 .word __bss_start @ load end address

Completed in 20 milliseconds