Searched defs:start (Results 1 – 15 of 15) sorted by relevance
| /libcpu/risc-v/t-head/c908/ |
| A D | cache.c | 45 static void dcache_wb_range(unsigned long start, unsigned long end) in dcache_wb_range() 50 static void dcachel1_wb_range(unsigned long start, unsigned long end) in dcachel1_wb_range() 55 static void dcache_inv_range(unsigned long start, unsigned long end) in dcache_inv_range() 60 static void dcache_wbinv_range(unsigned long start, unsigned long end) in dcache_wbinv_range() 65 static void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range()
|
| /libcpu/mips/gs232/ |
| A D | cache.c | 113 unsigned int start = K0BASE; in invalidate_writeback_dcache_all() local 125 unsigned long start, end; in invalidate_writeback_dcache() local 139 unsigned int start = K0BASE; in invalidate_icache_all() local 151 unsigned int start = K0BASE; in invalidate_dcache_all() local 163 unsigned int start = K0BASE; in init_dcache() local 176 unsigned int start, end; in rt_hw_cache_init() local
|
| /libcpu/risc-v/t-head/c906/ |
| A D | cache.c | 45 static void dcache_wb_range(unsigned long start, unsigned long end) in dcache_wb_range() 50 static void dcache_inv_range(unsigned long start, unsigned long end) in dcache_inv_range() 55 static void dcache_wbinv_range(unsigned long start, unsigned long end) in dcache_wbinv_range() 60 static void icache_inv_range(unsigned long start, unsigned long end) in icache_inv_range()
|
| /libcpu/risc-v/common64/ |
| A D | tlb.h | 42 static inline void rt_hw_tlb_invalidate_page(rt_aspace_t aspace, void *start) in rt_hw_tlb_invalidate_page() 47 static inline void rt_hw_tlb_invalidate_range(rt_aspace_t aspace, void *start, in rt_hw_tlb_invalidate_range()
|
| A D | sbi.c | 167 unsigned long start, unsigned long size) in sbi_remote_sfence_vma() 186 unsigned long start, unsigned long size, in sbi_remote_sfence_vma_asid()
|
| /libcpu/aarch64/common/include/ |
| A D | tlb.h | 67 static inline void rt_hw_tlb_invalidate_page(rt_aspace_t aspace, void *start) in rt_hw_tlb_invalidate_page() 78 static inline void rt_hw_tlb_invalidate_range(rt_aspace_t aspace, void *start, in rt_hw_tlb_invalidate_range()
|
| /libcpu/sim/posix/ |
| A D | startup.c | 7 static int start(void) in start() function
|
| /libcpu/mips/common/ |
| A D | mips_cache.c | 112 #define dma_cache_wback_inv(start,size) \ argument 114 #define dma_cache_wback(start,size) \ argument 116 #define dma_cache_inv(start,size) \ argument
|
| A D | mips_cache.h | 178 rt_ubase_t start = KSEG0BASE; in blast_dcache16() local 188 rt_ubase_t start = KSEG0BASE; in inv_dcache16() local 198 rt_ubase_t start = KSEG0BASE; in blast_icache16() local
|
| /libcpu/arm/cortex-a/ |
| A D | tlb.h | 42 static inline void rt_hw_tlb_invalidate_range(rt_aspace_t aspace, void *start, in rt_hw_tlb_invalidate_range()
|
| A D | backtrace.c | 91 const struct unwind_idx *start, in search_index() 144 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin()
|
| A D | backtrace.h | 24 const struct unwind_idx *start; member
|
| /libcpu/arm/cortex-r52/ |
| A D | backtrace.c | 92 const struct unwind_idx *start, in search_index() 145 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin()
|
| A D | backtrace.h | 23 const struct unwind_idx *start; member
|
| /libcpu/aarch64/common/ |
| A D | setup.c | 125 volatile rt_base_t start = cpu_get_cycles(), cycles; in cpu_us_delay() local
|
Completed in 23 milliseconds