Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Delf.h108 get_cache_size(2, CACHE_TYPE_UNIFIED)); \
110 get_cache_geometry(2, CACHE_TYPE_UNIFIED)); \
112 get_cache_size(3, CACHE_TYPE_UNIFIED)); \
114 get_cache_geometry(3, CACHE_TYPE_UNIFIED)); \
/openbmc/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()
/openbmc/linux/arch/riscv/kernel/
H A Dcacheinfo.c83 ci_leaf_init(this_leaf++, np, CACHE_TYPE_UNIFIED, level); in populate_cache_leaves()
100 ci_leaf_init(this_leaf++, np, CACHE_TYPE_UNIFIED, level); in populate_cache_leaves()
/openbmc/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()
/openbmc/linux/arch/sh/mm/
H A Dcache-debugfs.c22 CACHE_TYPE_UNIFIED, enumerator
/openbmc/linux/include/linux/
H A Dcacheinfo.h17 CACHE_TYPE_UNIFIED = BIT(2), enumerator
/openbmc/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()
/openbmc/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()
671 case CACHE_TYPE_UNIFIED: in type_show()
/openbmc/linux/arch/s390/kernel/
H A Dcache.c64 [CTYPE_UNIFIED] = CACHE_TYPE_UNIFIED,
/openbmc/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()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c241 [CTYPE_UNIFIED] = CACHE_TYPE_UNIFIED,
/openbmc/linux/arch/arm64/kvm/
H A Dsys_regs.c1726 clidr = CACHE_TYPE_UNIFIED << CLIDR_CTYPE_SHIFT(loc); in reset_clidr()
/openbmc/qemu/target/i386/
H A Dcpu.c223 #define CACHE_TYPE_UNIFIED 3 macro
237 ((t) == UNIFIED_CACHE) ? CACHE_TYPE_UNIFIED : \