Home
last modified time | relevance | path

Searched refs:ALT_CPU_ICACHE_SIZE (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/arch/nios2/core/
Dcrt0.S35 #if ALT_CPU_ICACHE_SIZE > 0
45 #if ALT_CPU_ICACHE_SIZE > 0x8000
46 movhi r2, %hi(ALT_CPU_ICACHE_SIZE)
48 movui r2, ALT_CPU_ICACHE_SIZE
Dcache.c24 #if ALT_CPU_ICACHE_SIZE > 0
29 for (i = 0U; i < ALT_CPU_ICACHE_SIZE; i += ALT_CPU_ICACHE_LINE_SIZE) { in z_nios2_icache_flush_all()
Dprep_c.c46 #if ALT_CPU_ICACHE_SIZE > 0 in z_prep_c()
/Zephyr-latest/arch/nios2/include/
Dkernel_arch_func.h60 #if ALT_CPU_ICACHE_SIZE > 0
/Zephyr-latest/soc/altr/qemu_nios2/include/
Dsystem.h78 #define ALT_CPU_ICACHE_SIZE 0 macro
/Zephyr-latest/soc/altr/zephyr_nios2f/include/
Dsystem.h92 #define ALT_CPU_ICACHE_SIZE 4096 macro