Searched refs:cacheinfo (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/base/ |
D | cacheinfo.c | 46 struct cacheinfo *this_leaf; in cache_setup_of_node() 83 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, in cache_leaves_are_shared() 84 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() 90 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, in cache_leaves_are_shared() 91 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() 105 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_setup() 141 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_remove() 193 sizeof(struct cacheinfo), GFP_KERNEL); in detect_cache_attributes() 232 struct cacheinfo *this_leaf = dev_get_drvdata(dev); \ 245 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in size_show() [all …]
|
D | Makefile | 7 topology.o container.o property.o cacheinfo.o
|
/linux-4.4.14/include/linux/ |
D | cacheinfo.h | 46 struct cacheinfo { struct 71 struct cacheinfo *info_list; argument 98 const struct attribute_group *cache_get_priv_group(struct cacheinfo *this_leaf);
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | intel_cacheinfo.c | 342 static ssize_t show_cache_disable(struct cacheinfo *this_leaf, char *buf, in show_cache_disable() 360 struct cacheinfo *this_leaf = dev_get_drvdata(dev); \ 428 static ssize_t store_cache_disable(struct cacheinfo *this_leaf, in store_cache_disable() 460 struct cacheinfo *this_leaf = dev_get_drvdata(dev); \ 469 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in subcaches_show() 479 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in subcaches_store() 504 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in cache_private_attrs_is_visible() 555 cache_get_priv_group(struct cacheinfo *this_leaf) in cache_get_priv_group() 809 struct cacheinfo *this_leaf; in __cache_amd_cpumap_setup() 863 struct cacheinfo *this_leaf, *sibling_leaf; in __cache_cpumap_setup() [all …]
|
/linux-4.4.14/arch/s390/kernel/ |
D | cache.c | 70 struct cacheinfo *cache; in show_cacheinfo() 112 static void ci_leaf_init(struct cacheinfo *this_leaf, int private, in ci_leaf_init() 161 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | cacheinfo.c | 67 static void ci_leaf_init(struct cacheinfo *this_leaf, in ci_leaf_init() 112 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in __populate_cache_leaves()
|
D | Makefile | 19 cpufeature.o alternative.o cacheinfo.o \
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | Makefile | 32 signal.o sysfs.o cacheinfo.o time.o \
|