Searched defs:this_leaf (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/base/ |
H A D | cacheinfo.c | 39 static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, in cache_leaves_are_shared() 121 static void cache_size(struct cacheinfo *this_leaf, struct device_node *np) in cache_size() 133 static void cache_get_line_size(struct cacheinfo *this_leaf, in cache_get_line_size() 155 static void cache_nr_sets(struct cacheinfo *this_leaf, struct device_node *np) in cache_nr_sets() 166 static void cache_associativity(struct cacheinfo *this_leaf) in cache_associativity() 180 static bool cache_node_is_unified(struct cacheinfo *this_leaf, in cache_node_is_unified() 186 static void cache_of_set_props(struct cacheinfo *this_leaf, in cache_of_set_props() 205 struct cacheinfo *this_leaf; in cache_setup_of_node() local 345 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_setup() local 404 struct cacheinfo *this_leaf, *sib_leaf; in cache_shared_cpu_map_remove() local [all …]
|
/linux/arch/riscv/kernel/ |
H A D | cacheinfo.c | 20 cache_get_priv_group(struct cacheinfo *this_leaf) in cache_get_priv_group() 39 struct cacheinfo *this_leaf; in get_cacheinfo() local 53 struct cacheinfo *this_leaf = get_cacheinfo(level, type); in get_cache_size() local 60 struct cacheinfo *this_leaf = get_cacheinfo(level, type); in get_cache_geometry() local 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() local
|
/linux/arch/openrisc/kernel/ |
H A D | cacheinfo.c | 17 static inline void ci_leaf_init(struct cacheinfo *this_leaf, enum cache_type type, in ci_leaf_init() 88 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves() local
|
/linux/arch/s390/kernel/ |
H A D | cache.c | 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() local
|
/linux/arch/mips/kernel/ |
H A D | cacheinfo.c | 81 struct cacheinfo *this_leaf = this_cpu_ci->info_list; in populate_cache_leaves() local
|
/linux/arch/arm64/kernel/ |
H A D | cacheinfo.c | 34 static void ci_leaf_init(struct cacheinfo *this_leaf, in ci_leaf_init()
|
/linux/drivers/acpi/ |
H A D | pptt.c | 362 static void update_cache_properties(struct cacheinfo *this_leaf, in update_cache_properties() 431 struct cacheinfo *this_leaf; in cache_setup_acpi_cpu() local
|
/linux/drivers/cache/ |
H A D | sifive_ccache.c | 197 *this_leaf) in ccache_get_priv_group()
|