Home
last modified time | relevance | path

Searched refs:L2_CACHE_ALIGN_LOW (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/c6x/platforms/
Dcache.c137 - L2_CACHE_ALIGN_LOW((unsigned int) start)) >> 2; in cache_block_operation()
157 imcr_set(bar_reg, L2_CACHE_ALIGN_LOW((unsigned int) start)); in cache_block_operation()
182 - L2_CACHE_ALIGN_LOW((unsigned int) start)) >> 2; in cache_block_operation_nowait()
189 imcr_set(bar_reg, L2_CACHE_ALIGN_LOW((unsigned int) start)); in cache_block_operation_nowait()
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dcache.h38 #define L2_CACHE_ALIGN_LOW(x) \ macro