Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dtopology_amd.c11 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, bool has_topoext) 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()
176 static void parse_topology_amd(struct topo_scan *tscan) in parse_topology_amd()
205 void cpu_parse_topology_amd(struct topo_scan *tscan) in cpu_parse_topology_amd()
216 void cpu_topology_fixup_amd(struct topo_scan *tscan) in cpu_topology_fixup_amd()
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()