Home
last modified time | relevance | path

Searched refs:ALT_CPU_DCACHE_SIZE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/arch/nios2/core/
Dcache.c53 #if ALT_CPU_DCACHE_SIZE > 0
58 for (i = 0U; i < ALT_CPU_DCACHE_SIZE; i += ALT_CPU_DCACHE_LINE_SIZE) { in z_nios2_dcache_flush_all()
72 #if ALT_CPU_DCACHE_SIZE > 0
Dcrt0.S82 #if ALT_CPU_DCACHE_SIZE > 0 && defined(CONFIG_INCLUDE_RESET_VECTOR)
84 #if ALT_CPU_DCACHE_SIZE > 0x8000
85 movhi r2, %hi(ALT_CPU_DCACHE_SIZE)
87 movui r2, ALT_CPU_DCACHE_SIZE
/Zephyr-latest/arch/nios2/include/
Dkernel_arch_func.h66 #if ALT_CPU_DCACHE_SIZE > 0
/Zephyr-latest/soc/altr/qemu_nios2/include/
Dsystem.h63 #define ALT_CPU_DCACHE_SIZE 0 macro
/Zephyr-latest/soc/altr/zephyr_nios2f/include/
Dsystem.h75 #define ALT_CPU_DCACHE_SIZE 2048 macro