Searched refs:topo_scan (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kernel/cpu/ |
| H A D | topology_amd.c | 11 static bool parse_8000_0008(struct topo_scan *tscan) in parse_8000_0008() 47 static void store_node(struct topo_scan *tscan, u16 nr_nodes, u16 node_id) in store_node() 62 static bool parse_8000_001e(struct topo_scan *tscan) in parse_8000_001e() 128 static void parse_fam10h_node_id(struct topo_scan *tscan) in parse_fam10h_node_id() 147 static void legacy_set_llc(struct topo_scan *tscan) in legacy_set_llc() 156 static void topoext_fixup(struct topo_scan *tscan) in topoext_fixup() 177 static void parse_topology_amd(struct topo_scan *tscan) in parse_topology_amd() 206 void cpu_parse_topology_amd(struct topo_scan *tscan) in cpu_parse_topology_amd() 217 void cpu_topology_fixup_amd(struct topo_scan *tscan) in cpu_topology_fixup_amd()
|
| H A D | topology.h | 5 struct topo_scan { struct 20 void topology_set_dom(struct topo_scan *tscan, enum x86_topology_domains dom, argument 22 bool cpu_parse_topology_ext(struct topo_scan *tscan); 23 void cpu_parse_topology_amd(struct topo_scan *tscan); 24 void cpu_topology_fixup_amd(struct topo_scan *tscan); 49 static inline void topology_update_dom(struct topo_scan *tscan, enum x86_topology_domains dom, in topology_update_dom()
|
| H A D | topology_common.c | 22 void topology_set_dom(struct topo_scan *tscan, enum x86_topology_domains dom, in topology_set_dom() 82 static void parse_legacy(struct topo_scan *tscan) in parse_legacy() 106 static bool fake_topology(struct topo_scan *tscan) in fake_topology() 118 static void parse_topology(struct topo_scan *tscan, bool early) in parse_topology() 180 static void topo_set_ids(struct topo_scan *tscan, bool early) in topo_set_ids() 207 struct topo_scan tscan = { .c = c, }; in cpu_parse_topology() 235 struct topo_scan tscan = { .c = c, }; in cpu_init_topology()
|
| H A D | topology_ext.c | 45 static inline bool topo_subleaf(struct topo_scan *tscan, u32 leaf, u32 subleaf, in topo_subleaf() 104 static bool parse_topology_leaf(struct topo_scan *tscan, u32 leaf) in parse_topology_leaf() 133 bool cpu_parse_topology_ext(struct topo_scan *tscan) in cpu_parse_topology_ext()
|