Home
last modified time | relevance | path

Searched refs:coherency_line_size (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/stressapptest/stressapptest/
H A Dread_sysfs_for_cachesize.patch37 + ReadInt("/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size", &max_linesize);
42 + ReadInt("/sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size", &linesize);
49 + ReadInt("/sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size", &linesize);
56 + ReadInt("/sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size", &linesize);
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcacheinfo.c102 this_leaf->coherency_line_size = line_size; in cache_get_line_size()
121 unsigned int line_size = this_leaf->coherency_line_size; in cache_associativity()
257 if (this_leaf->coherency_line_size > coherency_max_size) in cache_shared_cpu_map_setup()
258 coherency_max_size = this_leaf->coherency_line_size; in cache_shared_cpu_map_setup()
370 show_one(coherency_line_size, coherency_line_size);
460 static DEVICE_ATTR_RO(coherency_line_size);
506 this_leaf->coherency_line_size) in cache_default_attrs_is_visible()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcache.c85 seq_printf(m, "line_size=%u ", cache->coherency_line_size); in show_cacheinfo()
117 this_leaf->coherency_line_size = ecag(EXTRACT_LINE_SIZE, level, ti); in ci_leaf_init()
120 num_sets = this_leaf->size / this_leaf->coherency_line_size; in ci_leaf_init()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dcacheinfo.c15 this_leaf->coherency_line_size = CACHE_LINE_SIZE(cache_type); in ci_leaf_init()
19 this_leaf->coherency_line_size * this_leaf->ways_of_associativity; in ci_leaf_init()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcacheinfo.c63 this_leaf->coherency_line_size) : in get_cache_geometry()
75 this_leaf->coherency_line_size = line_size; in ci_leaf_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcacheinfo.c143 unsigned int coherency_line_size:12; member
294 ebx->split.coherency_line_size = line_size - 1; in amd_cpuid4()
622 (ebx.split.coherency_line_size + 1) * in cpuid4_cache_lookup_regs()
977 this_leaf->coherency_line_size = in ci_leaf_init()
978 base->ebx.split.coherency_line_size + 1; in ci_leaf_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcacheinfo.h54 unsigned int coherency_line_size; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0003-alloc.c-Avoid-sysconf-_SC_LEVEL2_CACHE_LINESIZE-on-l.patch24 + FILE * fp = fopen("/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size", "r");
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dtopology.c250 define_one_ro(coherency_line_size);
260 &coherency_line_size.attr,
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcacheinfo.c12 leaf->coherency_line_size = c->cache.linesz; \
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpptt.c365 this_leaf->coherency_line_size = found_cache->line_size; in update_cache_properties()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcacheinfo.c584 __ATTR(coherency_line_size, 0444, line_size_show, NULL);
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c297 plr->line_size = ci->info_list[i].coherency_line_size; in pseudo_lock_region_init()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-system-cpu358 coherency_line_size: