Searched refs:coherency_line_size (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/s390/kernel/ |
H A D | cache.c | 82 seq_printf(m, "line_size=%u ", cache->coherency_line_size); in show_cacheinfo() 114 this_leaf->coherency_line_size = ecag(EXTRACT_LINE_SIZE, level, ti); in ci_leaf_init() 117 num_sets = this_leaf->size / this_leaf->coherency_line_size; in ci_leaf_init()
|
/openbmc/linux/drivers/base/ |
H A D | cacheinfo.c | 149 this_leaf->coherency_line_size = line_size; in cache_get_line_size() 168 unsigned int line_size = this_leaf->coherency_line_size; in cache_associativity() 409 if (this_leaf->coherency_line_size > coherency_max_size) in cache_shared_cpu_map_setup() 410 coherency_max_size = this_leaf->coherency_line_size; in cache_shared_cpu_map_setup() 627 show_one(coherency_line_size, coherency_line_size); 717 static DEVICE_ATTR_RO(coherency_line_size); 763 this_leaf->coherency_line_size) in cache_default_attrs_is_visible()
|
/openbmc/linux/include/linux/ |
H A D | cacheinfo.h | 53 unsigned int coherency_line_size; member
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | cacheinfo.c | 158 unsigned int coherency_line_size:12; member 309 ebx->split.coherency_line_size = line_size - 1; in amd_cpuid4() 637 (ebx.split.coherency_line_size + 1) * in cpuid4_cache_lookup_regs() 990 this_leaf->coherency_line_size = in ci_leaf_init() 991 base->ebx.split.coherency_line_size + 1; in ci_leaf_init()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | cacheinfo.c | 74 this_leaf->coherency_line_size = cd->linesz; in populate_cache_leaves()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0008-alloc.c-Avoid-sysconf-_SC_LEVEL2_CACHE_LINESIZE-on-l.patch | 25 + FILE * fp = fopen("/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size", "r");
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cacheinfo.c | 63 this_leaf->coherency_line_size) : in get_cache_geometry()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | topology.c | 239 define_one_ro(coherency_line_size); 249 &coherency_line_size.attr,
|
/openbmc/linux/arch/mips/kernel/ |
H A D | cacheinfo.c | 12 leaf->coherency_line_size = c->cache.linesz; \
|
/openbmc/linux/drivers/acpi/ |
H A D | pptt.c | 368 this_leaf->coherency_line_size = found_cache->line_size; in update_cache_properties()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 620 __ATTR(coherency_line_size, 0444, line_size_show, NULL);
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | pseudo_lock.c | 315 plr->line_size = ci->info_list[i].coherency_line_size; in pseudo_lock_region_init()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-system-cpu | 360 coherency_line_size:
|