Searched refs:CACHE_TYPE_UNIFIED (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | elf.h | 104 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 D | cacheinfo.c | 92 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 D | cacheinfo.c | 101 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 D | cache.c | 113 cdesc->type = CACHE_TYPE_UNIFIED; in cpu_cache_init() 131 cdesc->type = CACHE_TYPE_UNIFIED; in cpu_cache_init()
|
| /linux/drivers/base/ |
| H A D | cacheinfo.c | 117 if (type == CACHE_TYPE_UNIFIED) in get_cacheinfo_idx() 245 this_leaf->type = CACHE_TYPE_UNIFIED; in cache_of_set_props() 702 case CACHE_TYPE_UNIFIED: in type_show() 945 if (llc->type != CACHE_TYPE_DATA && llc->type != CACHE_TYPE_UNIFIED) in cpu_map_shared_cache() 988 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 D | cache-debugfs.c | 22 CACHE_TYPE_UNIFIED, enumerator
|
| /linux/include/linux/ |
| H A D | cacheinfo.h | 18 CACHE_TYPE_UNIFIED = BIT(2), enumerator
|
| /linux/arch/powerpc/kernel/ |
| H A D | cacheinfo.c | 64 #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/arch/s390/kernel/ |
| H A D | cache.c | 64 [CTYPE_UNIFIED] = CACHE_TYPE_UNIFIED,
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | cacheinfo.c | 86 [CTYPE_UNIFIED] = CACHE_TYPE_UNIFIED,
|
| /linux/arch/arm64/kvm/ |
| H A D | sys_regs.c | 2528 clidr = CACHE_TYPE_UNIFIED << CLIDR_CTYPE_SHIFT(loc); in reset_clidr()
|