Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 10 of 10) sorted by relevance

/libcpu/arm/cortex-m7/
A Dcpu_cache.c37 void rt_hw_cpu_icache_ops(int ops, void* addr, int size) in rt_hw_cpu_icache_ops() argument
42 if (ops & RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_icache_ops()
71 void rt_hw_cpu_dcache_ops(int ops, void* addr, int size) in rt_hw_cpu_dcache_ops() argument
77 if ((ops & clean_invalid) == clean_invalid) in rt_hw_cpu_dcache_ops()
81 else if (ops & RT_HW_CACHE_FLUSH) in rt_hw_cpu_dcache_ops()
85 else if (ops & RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_dcache_ops()
/libcpu/risc-v/virt64/
A Dcache.c27 void rt_hw_cpu_icache_ops(int ops, void *addr, int size) in rt_hw_cpu_icache_ops() argument
29 if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_icache_ops()
35 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() argument
37 if (ops == RT_HW_CACHE_FLUSH) in rt_hw_cpu_dcache_ops()
/libcpu/mips/gs264/
A Dcache.c48 void rt_hw_cpu_icache_ops(int ops, void *addr, int size) in rt_hw_cpu_icache_ops() argument
50 if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_icache_ops()
54 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() argument
56 if (ops == RT_HW_CACHE_FLUSH) in rt_hw_cpu_dcache_ops()
58 else if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_dcache_ops()
/libcpu/aarch64/common/
A Dcache_ops.c51 void rt_hw_cpu_icache_ops(int ops, void *addr, int size) in rt_hw_cpu_icache_ops() argument
53 if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_icache_ops()
59 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() argument
61 if (ops == RT_HW_CACHE_FLUSH) in rt_hw_cpu_dcache_ops()
65 else if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_dcache_ops()
A Dsetup.c176 struct cpu_ops_t *ops = cpu_ops[idx]; in cpu_info_init() local
178 if (ops->cpu_init) in cpu_info_init()
180 ops->cpu_init(i, np); in cpu_info_init()
353 struct cpu_ops_t *ops = cpu_ops[idx]; in rt_hw_secondary_cpu_up() local
355 if (ops->method && !rt_strcmp(ops->method, enable_method) && ops->cpu_boot) in rt_hw_secondary_cpu_up()
357 err = ops->cpu_boot(i, entry); in rt_hw_secondary_cpu_up()
/libcpu/arm/cortex-a/
A Dcache.c127 void rt_hw_cpu_icache_ops(int ops, void *addr, int size) in rt_hw_cpu_icache_ops() argument
129 if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_icache_ops()
135 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() argument
137 if (ops == RT_HW_CACHE_FLUSH) in rt_hw_cpu_dcache_ops()
141 else if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_dcache_ops()
/libcpu/risc-v/t-head/c906/
A Dcache.c105 void rt_hw_cpu_icache_ops(int ops, void *addr, int size) in rt_hw_cpu_icache_ops() argument
107 if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_icache_ops()
113 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() argument
115 if (ops == RT_HW_CACHE_FLUSH) in rt_hw_cpu_dcache_ops()
/libcpu/risc-v/t-head/c908/
A Dcache.c116 void rt_hw_cpu_icache_ops(int ops, void *addr, int size) in rt_hw_cpu_icache_ops() argument
118 if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_icache_ops()
124 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() argument
126 if (ops == RT_HW_CACHE_FLUSH) in rt_hw_cpu_dcache_ops()
/libcpu/arm/zynqmp-r5/
A Dcache.c415 void rt_hw_cpu_icache_ops(int ops, void *addr, int size) in rt_hw_cpu_icache_ops() argument
417 if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_icache_ops()
421 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() argument
423 if (ops == RT_HW_CACHE_FLUSH) in rt_hw_cpu_dcache_ops()
425 else if (ops == RT_HW_CACHE_INVALIDATE) in rt_hw_cpu_dcache_ops()
/libcpu/risc-v/common/
A Dreadme.md13 | riscv-ops.h | 控制状态寄存器读写 |

Completed in 9 milliseconds