Searched defs:core_data (Results 1 – 5 of 5) sorted by relevance
182 struct core_data { struct183 unsigned long long c3;184 unsigned long long c6;185 unsigned long long c7;186 unsigned long long mc6_us; /* duplicate as per-core for now, even though per module */187 unsigned int core_temp_c;188 unsigned int core_id;189 unsigned long long counter[MAX_ADDED_COUNTERS];309 int for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()2582 int for_all_cpus_2(int (func)(struct thread_data *, struct core_data *, in for_all_cpus_2()
853 int st_core_init(struct st_data_s **core_data) in st_core_init()
673 void st_kim_ref(struct st_data_s **core_data, int id) in st_kim_ref()
108 struct temp_data *core_data[MAX_CORE_DATA]; member
269 struct st_data_s *core_data; member