Searched refs:cacheinfo (Results 1 – 20 of 20) sorted by relevance
/linux-6.1.9/drivers/base/ |
D | cacheinfo.c | 36 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, in cache_leaves_are_shared() 37 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() 56 struct cacheinfo *llc; in last_level_cache_is_valid() 69 struct cacheinfo *llc_x, *llc_y; in last_level_cache_is_shared() 115 static void cache_size(struct cacheinfo *this_leaf, struct device_node *np) in cache_size() 127 static void cache_get_line_size(struct cacheinfo *this_leaf, in cache_get_line_size() 149 static void cache_nr_sets(struct cacheinfo *this_leaf, struct device_node *np) in cache_nr_sets() 160 static void cache_associativity(struct cacheinfo *this_leaf) in cache_associativity() 174 static bool cache_node_is_unified(struct cacheinfo *this_leaf, in cache_node_is_unified() 180 static void cache_of_set_props(struct cacheinfo *this_leaf, in cache_of_set_props() [all …]
|
D | Makefile | 8 topology.o container.o property.o cacheinfo.o \
|
/linux-6.1.9/arch/riscv/kernel/ |
D | cacheinfo.c | 20 cache_get_priv_group(struct cacheinfo *this_leaf) in cache_get_priv_group() 27 static struct cacheinfo *get_cacheinfo(u32 level, enum cache_type type) in get_cacheinfo() 39 struct cacheinfo *this_leaf; in get_cacheinfo() 53 struct cacheinfo *this_leaf = get_cacheinfo(level, type); in get_cache_size() 60 struct cacheinfo *this_leaf = get_cacheinfo(level, type); in get_cache_geometry() 67 static void ci_leaf_init(struct cacheinfo *this_leaf, enum cache_type type, in ci_leaf_init() 92 static void fill_cacheinfo(struct cacheinfo **this_leaf, in fill_cacheinfo() 161 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
D | Makefile | 51 obj-y += cacheinfo.o
|
/linux-6.1.9/arch/loongarch/kernel/ |
D | cacheinfo.c | 24 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, in cache_leaves_are_shared() 25 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() 34 struct cacheinfo *this_leaf, *sib_leaf; in cache_cpumap_setup() 66 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
D | Makefile | 8 obj-y += head.o cpu-probe.o cacheinfo.o env.o setup.o entry.o genex.o \
|
/linux-6.1.9/include/linux/ |
D | cacheinfo.h | 49 struct cacheinfo { struct 75 struct cacheinfo *info_list; argument 105 const struct attribute_group *cache_get_priv_group(struct cacheinfo *this_leaf);
|
/linux-6.1.9/arch/x86/kernel/cpu/ |
D | cacheinfo.c | 355 static ssize_t show_cache_disable(struct cacheinfo *this_leaf, char *buf, in show_cache_disable() 373 struct cacheinfo *this_leaf = dev_get_drvdata(dev); \ 441 static ssize_t store_cache_disable(struct cacheinfo *this_leaf, in store_cache_disable() 473 struct cacheinfo *this_leaf = dev_get_drvdata(dev); \ 482 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in subcaches_show() 492 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in subcaches_store() 517 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in cache_private_attrs_is_visible() 568 cache_get_priv_group(struct cacheinfo *this_leaf) in cache_get_priv_group() 888 struct cacheinfo *this_leaf; in __cache_amd_cpumap_setup() 945 struct cacheinfo *this_leaf, *sibling_leaf; in __cache_cpumap_setup() [all …]
|
D | Makefile | 23 obj-y := cacheinfo.o scattered.o topology.o
|
/linux-6.1.9/arch/s390/kernel/ |
D | cache.c | 70 struct cacheinfo *cache; in show_cacheinfo() 103 static void ci_leaf_init(struct cacheinfo *this_leaf, int private, in ci_leaf_init() 150 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
/linux-6.1.9/arch/arm64/kernel/ |
D | cacheinfo.c | 39 static void ci_leaf_init(struct cacheinfo *this_leaf, in ci_leaf_init() 90 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
D | Makefile | 34 cpufeature.o alternative.o cacheinfo.o \
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | cacheinfo.h | 12 const struct attribute_group * (*get_priv_group)(struct cacheinfo
|
/linux-6.1.9/arch/mips/kernel/ |
D | cacheinfo.c | 81 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
D | Makefile | 11 vdso.o cacheinfo.o
|
/linux-6.1.9/drivers/acpi/ |
D | pptt.c | 358 static void update_cache_properties(struct cacheinfo *this_leaf, in update_cache_properties() 427 struct cacheinfo *this_leaf; in cache_setup_acpi_cpu()
|
/linux-6.1.9/drivers/soc/sifive/ |
D | sifive_ccache.c | 150 static const struct attribute_group *ccache_get_priv_group(struct cacheinfo in ccache_get_priv_group()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | Makefile | 67 signal.o sysfs.o cacheinfo.o time.o \
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | cpu_hotplug.rst | 567 142: base/cacheinfo:online
|
/linux-6.1.9/Documentation/core-api/ |
D | cpu_hotplug.rst | 653 142: base/cacheinfo:online
|