Lines Matching refs:_cpuid4_info
162 struct _cpuid4_info { struct
296 ssize_t (*show)(struct _cpuid4_info *, char *, unsigned int);
297 ssize_t (*store)(struct _cpuid4_info *, const char *, size_t count,
363 static ssize_t show_cache_disable(struct _cpuid4_info *this_leaf, char *buf, in show_cache_disable()
380 show_cache_disable_##slot(struct _cpuid4_info *this_leaf, char *buf, \
450 static ssize_t store_cache_disable(struct _cpuid4_info *this_leaf, in store_cache_disable()
480 store_cache_disable_##slot(struct _cpuid4_info *this_leaf, \
495 show_subcaches(struct _cpuid4_info *this_leaf, char *buf, unsigned int cpu) in show_subcaches()
504 store_subcaches(struct _cpuid4_info *this_leaf, const char *buf, size_t count, in store_subcaches()
723 static DEFINE_PER_CPU(struct _cpuid4_info *, ici_cpuid4_info);
730 struct _cpuid4_info *this_leaf; in cache_shared_amd_cpu_map_setup()
766 struct _cpuid4_info *this_leaf, *sibling_leaf; in cache_shared_cpu_map_setup()
801 struct _cpuid4_info *this_leaf, *sibling_leaf; in cache_remove_shared_cpu_map()
838 struct _cpuid4_info *this_leaf = CPUID4_INFO_IDX(cpu, j); in get_cpu_leaves()
860 sizeof(struct _cpuid4_info) * num_cache_leaves, GFP_KERNEL); in detect_cache_attributes()
891 static ssize_t show_##file_name(struct _cpuid4_info *this_leaf, char *buf, \
903 static ssize_t show_size(struct _cpuid4_info *this_leaf, char *buf, in show_size()
909 static ssize_t show_shared_cpu_map_func(struct _cpuid4_info *this_leaf, in show_shared_cpu_map_func()
928 static inline ssize_t show_shared_cpu_map(struct _cpuid4_info *leaf, char *buf, in show_shared_cpu_map()
934 static inline ssize_t show_shared_cpu_list(struct _cpuid4_info *leaf, char *buf, in show_shared_cpu_list()
940 static ssize_t show_type(struct _cpuid4_info *this_leaf, char *buf, in show_type()
1108 struct _cpuid4_info *this_leaf; in cache_add_dev()