Home
last modified time | relevance | path

Searched refs:CACHE_TYPE_UNIFIED (Results 1 – 12 of 12) 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/riscv/kernel/
H A Dcacheinfo.c101 ci_leaf_init(this_leaf++, CACHE_TYPE_UNIFIED, level); in populate_cache_leaves()
112 ci_leaf_init(this_leaf++, CACHE_TYPE_UNIFIED, level); in populate_cache_leaves()
129 ci_leaf_init(this_leaf++, CACHE_TYPE_UNIFIED, level); in populate_cache_leaves()
/linux/arch/loongarch/mm/
H A Dcache.c123 cdesc->type = CACHE_TYPE_UNIFIED; in cpu_cache_init()
141 cdesc->type = CACHE_TYPE_UNIFIED; in cpu_cache_init()
/linux/drivers/base/
H A Dcacheinfo.c116 if (type == CACHE_TYPE_UNIFIED) in get_cacheinfo_idx()
196 this_leaf->type = CACHE_TYPE_UNIFIED; in cache_of_set_props()
651 case CACHE_TYPE_UNIFIED: in type_show()
894 if (llc->type != CACHE_TYPE_DATA && llc->type != CACHE_TYPE_UNIFIED) in cpu_map_shared_cache()
937 if (llc->type != CACHE_TYPE_DATA && llc->type != CACHE_TYPE_UNIFIED) in update_per_cpu_data_slice_size_cpu()
/linux/arch/sh/mm/
H A Dcache-debugfs.c22 CACHE_TYPE_UNIFIED, enumerator
/linux/include/linux/
H A Dcacheinfo.h18 CACHE_TYPE_UNIFIED = BIT(2), enumerator
/linux/arch/powerpc/kernel/
H A Dcacheinfo.c64 #define CACHE_TYPE_UNIFIED 0 /* cache-size, cache-block-size, etc. */ macro
309 if (cache->type == CACHE_TYPE_UNIFIED || in cache_find_first_sibling()
358 CACHE_TYPE_UNIFIED_D : CACHE_TYPE_UNIFIED; in cache_is_unified_d()
/linux/drivers/acpi/
H A Dpptt.c306 case CACHE_TYPE_UNIFIED: in acpi_cache_type()
410 this_leaf->type = CACHE_TYPE_UNIFIED; in update_cache_properties()
/linux/arch/s390/kernel/
H A Dcache.c64 [CTYPE_UNIFIED] = CACHE_TYPE_UNIFIED,
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c239 [CTYPE_UNIFIED] = CACHE_TYPE_UNIFIED,
/linux/arch/arm64/kvm/
H A Dsys_regs.c2107 clidr = CACHE_TYPE_UNIFIED << CLIDR_CTYPE_SHIFT(loc); in reset_clidr()