Home
last modified time | relevance | path

Searched refs:ALT_CPU_DCACHE_LINE_SIZE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/arch/nios2/core/
Dcache.c58 for (i = 0U; i < ALT_CPU_DCACHE_SIZE; i += ALT_CPU_DCACHE_LINE_SIZE) { in z_nios2_dcache_flush_all()
78 for (i = start; i < end; i += ALT_CPU_DCACHE_LINE_SIZE) { in z_nios2_dcache_flush_no_writeback()
88 if (((uint32_t) start) & (ALT_CPU_DCACHE_LINE_SIZE - 1)) { in z_nios2_dcache_flush_no_writeback()
Dcrt0.S96 subi r2, r2, ALT_CPU_DCACHE_LINE_SIZE
/Zephyr-latest/soc/altr/qemu_nios2/include/
Dsystem.h61 #define ALT_CPU_DCACHE_LINE_SIZE 0 macro
/Zephyr-latest/soc/altr/zephyr_nios2f/include/
Dsystem.h73 #define ALT_CPU_DCACHE_LINE_SIZE 32 macro