Home
last modified time | relevance | path

Searched refs:rt_hw_cpu_dcache_ops (Results 1 – 13 of 13) sorted by relevance

/libcpu/arm/cortex-a/
A Dmmu.c149 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 Dcache.c135 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/libcpu/aarch64/common/
A Dmmu.c107 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 Dcache_ops.c59 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
A Dsetup.c190 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, rt_cpu_mpidr_table, sizeof(rt_cpu_mpidr_table)); in cpu_info_init()
A Dgicv3.c698 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 Dcache.c35 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/libcpu/arm/cortex-m7/
A Dcpu_cache.c71 void rt_hw_cpu_dcache_ops(int ops, void* addr, int size) in rt_hw_cpu_dcache_ops() function
/libcpu/mips/gs264/
A Dcache.c54 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 Dcache.c113 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 Dcache.c124 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/libcpu/arm/zynqmp-r5/
A Dcache.c421 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/libcpu/risc-v/common64/
A Dmmu.c743 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, mmu_table, ARCH_PAGE_SIZE); in rt_hw_mmu_pgtbl_create()

Completed in 18 milliseconds