Home
last modified time | relevance | path

Searched defs:tscan (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dtopology_amd.c10 static bool parse_8000_0008(struct topo_scan *tscan) in parse_8000_0008()
46 static void store_node(struct topo_scan *tscan, u16 nr_nodes, u16 node_id) in store_node()
61 static bool parse_8000_001e(struct topo_scan *tscan, bool has_topoext) in parse_8000_001e()
122 static void parse_fam10h_node_id(struct topo_scan *tscan) in parse_fam10h_node_id()
141 static void legacy_set_llc(struct topo_scan *tscan) in legacy_set_llc()
150 static void topoext_fixup(struct topo_scan *tscan) in topoext_fixup()
170 static void parse_topology_amd(struct topo_scan *tscan) in parse_topology_amd()
196 void cpu_parse_topology_amd(struct topo_scan *tscan) in cpu_parse_topology_amd()
207 void cpu_topology_fixup_amd(struct topo_scan *tscan) in cpu_topology_fixup_amd()
H A Dtopology_common.c18 void topology_set_dom(struct topo_scan *tscan, enum x86_topology_domains dom, in topology_set_dom()
48 static void parse_legacy(struct topo_scan *tscan) in parse_legacy()
72 static bool fake_topology(struct topo_scan *tscan) in fake_topology()
84 static void parse_topology(struct topo_scan *tscan, bool early) in parse_topology()
143 static void topo_set_ids(struct topo_scan *tscan, bool early) in topo_set_ids()
169 struct topo_scan tscan = { .c = c, }; in cpu_parse_topology() local
197 struct topo_scan tscan = { .c = c, }; in cpu_init_topology() local
H A Dtopology_ext.c45 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()
H A Dtopology.h49 static inline void topology_update_dom(struct topo_scan *tscan, enum x86_topology_domains dom, in topology_update_dom()