| /linux/drivers/base/ |
| A D | cacheinfo.c | 40 struct cacheinfo *sib_leaf) in cache_leaves_are_shared() 59 struct cacheinfo *llc; in last_level_cache_is_valid() 72 struct cacheinfo *llc_x, *llc_y; in last_level_cache_is_shared() 205 struct cacheinfo *this_leaf; in cache_setup_of_node() 345 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_setup() 406 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_remove() 470 sizeof(struct cacheinfo), GFP_ATOMIC); in allocate_cache_info() 618 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in size_show() 855 struct cacheinfo *this_leaf; in cache_add_dev() 889 struct cacheinfo *llc, *sib_llc; in cpu_map_shared_cache() [all …]
|
| A D | Makefile | 8 topology.o container.o property.o cacheinfo.o \
|
| /linux/arch/riscv/kernel/ |
| A 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, in ci_leaf_init() 82 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
| A D | Makefile | 68 obj-y += cacheinfo.o
|
| /linux/include/linux/ |
| A D | cacheinfo.h | 50 struct cacheinfo { struct 76 struct cacheinfo *info_list; argument 114 const struct attribute_group *cache_get_priv_group(struct cacheinfo *this_leaf); 121 static inline struct cacheinfo *get_cpu_cacheinfo_level(int cpu, int level) in get_cpu_cacheinfo_level() 145 struct cacheinfo *ci = get_cpu_cacheinfo_level(cpu, level); in get_cpu_cacheinfo_id()
|
| A D | resctrl.h | 111 struct cacheinfo *ci;
|
| /linux/arch/loongarch/kernel/ |
| A 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()
|
| A D | Makefile | 10 obj-y += head.o cpu-probe.o cacheinfo.o env.o setup.o entry.o genex.o \
|
| /linux/Documentation/netlink/specs/ |
| A D | rt_addr.yaml | 33 name: ifa-cacheinfo 101 name: ifa-cacheinfo 103 struct: ifa-cacheinfo 143 - ifa-cacheinfo
|
| A D | rt_route.yaml | 61 name: rta-cacheinfo 123 name: rta-cacheinfo 125 struct: rta-cacheinfo 285 - rta-cacheinfo
|
| A D | rt_link.yaml | 108 name: ifla-cacheinfo 2056 name: cacheinfo 2058 struct: ifla-cacheinfo
|
| /linux/arch/x86/kernel/cpu/ |
| A D | cacheinfo.c | 382 struct cacheinfo *this_leaf = dev_get_drvdata(dev); \ 450 static ssize_t store_cache_disable(struct cacheinfo *this_leaf, in store_cache_disable() 482 struct cacheinfo *this_leaf = dev_get_drvdata(dev); \ 491 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in subcaches_show() 501 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in subcaches_store() 526 struct cacheinfo *this_leaf = dev_get_drvdata(dev); in cache_private_attrs_is_visible() 577 cache_get_priv_group(struct cacheinfo *this_leaf) in cache_get_priv_group() 885 struct cacheinfo *this_leaf; in __cache_amd_cpumap_setup() 942 struct cacheinfo *this_leaf, *sibling_leaf; in __cache_cpumap_setup() 974 static void ci_leaf_init(struct cacheinfo *this_leaf, in ci_leaf_init() [all …]
|
| A D | Makefile | 20 obj-y := cacheinfo.o scattered.o
|
| /linux/arch/s390/kernel/ |
| A 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/arch/arm64/kernel/ |
| A D | cacheinfo.c | 34 static void ci_leaf_init(struct cacheinfo *this_leaf, in ci_leaf_init() 104 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
| A D | Makefile | 34 cpufeature.o alternative.o cacheinfo.o \
|
| /linux/arch/riscv/include/asm/ |
| A D | cacheinfo.h | 12 const struct attribute_group * (*get_priv_group)(struct cacheinfo
|
| /linux/arch/mips/kernel/ |
| A D | cacheinfo.c | 81 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves()
|
| A D | Makefile | 11 vdso.o cacheinfo.o
|
| /linux/drivers/acpi/ |
| A D | pptt.c | 357 static void update_cache_properties(struct cacheinfo *this_leaf, in update_cache_properties() 426 struct cacheinfo *this_leaf; in cache_setup_acpi_cpu()
|
| /linux/drivers/cache/ |
| A D | sifive_ccache.c | 194 static const struct attribute_group *ccache_get_priv_group(struct cacheinfo in ccache_get_priv_group()
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| A D | internal.h | 177 struct cacheinfo *ci;
|
| A D | monitor.c | 1138 struct cacheinfo *ci = get_cpu_cacheinfo_level(0, RESCTRL_L3_CACHE); in snc_get_config()
|
| /linux/arch/powerpc/kernel/ |
| A D | Makefile | 70 signal.o sysfs.o cacheinfo.o time.o \
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | cpu_hotplug.rst | 561 142: base/cacheinfo:online
|