Searched refs:rt_hw_cpu_dcache_ops (Results 1 – 13 of 13) sorted by relevance
| /libcpu/arm/cortex-a/ |
| A D | mmu.c | 149 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, (void*)MMUTable, sizeof MMUTable); in rt_hw_init_mmu_table() 254 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_l2, ARCH_PAGE_TBL_SIZE); in rt_hw_mmu_ioremap_init() 258 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_l1, 4); in rt_hw_mmu_ioremap_init() 300 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_l2 + l2_off, 4); in _kenrel_unmap_4K() 305 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_l1, 4); in _kenrel_unmap_4K() 335 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_l2, ARCH_PAGE_TBL_SIZE); in _kenrel_map_4K() 339 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_l1, 4); in _kenrel_map_4K() 350 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_l2 + l2_off, 4); in _kenrel_map_4K() 495 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_table, 4 * ARCH_PAGE_SIZE); in rt_hw_mmu_pgtbl_create()
|
| A D | cache.c | 135 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
|
| /libcpu/aarch64/common/ |
| A D | mmu.c | 107 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, pos, sizeof(void *)); in _kenrel_unmap_4K() 121 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, pos, sizeof(void *)); in _kenrel_unmap_4K() 167 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, (void *)page, ARCH_PAGE_SIZE); in _kernel_map_4K() 169 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, cur_lv_tbl + off, sizeof(void *)); in _kernel_map_4K() 196 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, cur_lv_tbl + off, sizeof(void *)); in _kernel_map_4K() 236 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, (void *)page, ARCH_PAGE_SIZE); in _kernel_map_2M() 238 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, cur_lv_tbl + off, sizeof(void *)); in _kernel_map_2M() 265 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, cur_lv_tbl + off, sizeof(void *)); in _kernel_map_2M() 666 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, cur_lv_tbl + off, sizeof(void *)); in _map_single_page_2M() 685 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, cur_lv_tbl + off, sizeof(void *)); in _map_single_page_2M() [all …]
|
| A D | cache_ops.c | 59 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
|
| A D | setup.c | 190 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, rt_cpu_mpidr_table, sizeof(rt_cpu_mpidr_table)); in cpu_info_init()
|
| A D | gicv3.c | 698 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, &master_cpu_id, sizeof(master_cpu_id)); in arm_gic_redist_init()
|
| /libcpu/risc-v/virt64/ |
| A D | cache.c | 35 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
|
| /libcpu/arm/cortex-m7/ |
| A D | cpu_cache.c | 71 void rt_hw_cpu_dcache_ops(int ops, void* addr, int size) in rt_hw_cpu_dcache_ops() function
|
| /libcpu/mips/gs264/ |
| A D | cache.c | 54 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
|
| /libcpu/risc-v/t-head/c906/ |
| A D | cache.c | 113 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
|
| /libcpu/risc-v/t-head/c908/ |
| A D | cache.c | 124 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
|
| /libcpu/arm/zynqmp-r5/ |
| A D | cache.c | 421 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
|
| /libcpu/risc-v/common64/ |
| A D | mmu.c | 743 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_table, ARCH_PAGE_SIZE); in rt_hw_mmu_pgtbl_create()
|
Completed in 18 milliseconds