Home
last modified time | relevance | path

Searched refs:XCHAL_DCACHE_SIZE (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/arch/xtensa/include/asm/
Dcacheasm.h85 #if XCHAL_DCACHE_LINE_LOCKABLE && XCHAL_DCACHE_SIZE
86 __loop_cache_all \ar \at diu XCHAL_DCACHE_SIZE \
105 #if XCHAL_DCACHE_SIZE
106 __loop_cache_all \ar \at diwbi XCHAL_DCACHE_SIZE \
115 #if XCHAL_DCACHE_SIZE
116 __loop_cache_all \ar \at diwb XCHAL_DCACHE_SIZE \
125 #if XCHAL_DCACHE_SIZE
126 __loop_cache_all \ar \at dii XCHAL_DCACHE_SIZE \
146 #if XCHAL_DCACHE_SIZE
155 #if XCHAL_DCACHE_SIZE
[all …]
Dcache.h20 #define DCACHE_WAY_SIZE (XCHAL_DCACHE_SIZE/XCHAL_DCACHE_WAYS)
/linux-6.1.9/arch/xtensa/variants/fsf/include/variant/
Dcore.h120 #define XCHAL_DCACHE_SIZE 8192 /* D-cache size in bytes or 0 */ macro
/linux-6.1.9/arch/xtensa/variants/test_mmuhifi_c3/include/variant/
Dcore.h135 #define XCHAL_DCACHE_SIZE 16384 /* D-cache size in bytes or 0 */ macro
/linux-6.1.9/arch/xtensa/variants/dc232b/include/variant/
Dcore.h127 #define XCHAL_DCACHE_SIZE 16384 /* D-cache size in bytes or 0 */ macro
/linux-6.1.9/arch/xtensa/variants/dc233c/include/variant/
Dcore.h166 #define XCHAL_DCACHE_SIZE 16384 /* D-cache size in bytes or 0 */ macro
/linux-6.1.9/arch/xtensa/variants/test_kc705_hifi/include/variant/
Dcore.h186 #define XCHAL_DCACHE_SIZE 16384 /* D-cache size in bytes or 0 */ macro
/linux-6.1.9/arch/xtensa/variants/csp/include/variant/
Dcore.h214 #define XCHAL_DCACHE_SIZE 16384 /* D-cache size in bytes or 0 */ macro
/linux-6.1.9/arch/xtensa/variants/test_kc705_be/include/variant/
Dcore.h215 #define XCHAL_DCACHE_SIZE 16384 /* D-cache size in bytes or 0 */ macro
/linux-6.1.9/arch/xtensa/variants/de212/include/variant/
Dcore.h214 #define XCHAL_DCACHE_SIZE 8192 /* D-cache size in bytes or 0 */ macro
/linux-6.1.9/arch/xtensa/kernel/
Dsetup.c670 XCHAL_DCACHE_SIZE); in c_show()