Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Delf.h104 get_cache_size(2, CACHE_TYPE_UNIFIED)); \
106 get_cache_geometry(2, CACHE_TYPE_UNIFIED)); \
108 get_cache_size(3, CACHE_TYPE_UNIFIED)); \
110 get_cache_geometry(3, CACHE_TYPE_UNIFIED)); \
/linux/arch/mips/kernel/
H A Dcacheinfo.c92 populate_cache(dcache, this_leaf, level, CACHE_TYPE_UNIFIED); in populate_cache_leaves()
99 populate_cache(vcache, this_leaf, level, CACHE_TYPE_UNIFIED); in populate_cache_leaves()
106 populate_cache(scache, this_leaf, level, CACHE_TYPE_UNIFIED); in populate_cache_leaves()
111 populate_cache(tcache, this_leaf, level, CACHE_TYPE_UNIFIED); in populate_cache_leaves()
/linux/arch/loongarch/mm/
H A Dcache.c113 cdesc->type = CACHE_TYPE_UNIFIED; in cpu_cache_init()
131 cdesc->type = CACHE_TYPE_UNIFIED; in cpu_cache_init()
/linux/arch/sh/mm/
H A Dcache-debugfs.c22 CACHE_TYPE_UNIFIED, enumerator
/linux/arch/powerpc/kernel/
H A Dcacheinfo.c65 #define CACHE_TYPE_UNIFIED 0 /* cache-size, cache-block-size, etc. */ macro
310 if (cache->type == CACHE_TYPE_UNIFIED || in cache_find_first_sibling()
359 CACHE_TYPE_UNIFIED_D : CACHE_TYPE_UNIFIED; in cache_is_unified_d()
/linux/arch/s390/kernel/
H A Dcache.c64 [CTYPE_UNIFIED] = CACHE_TYPE_UNIFIED,