Searched refs:hwid (Results 1 – 4 of 4) sorted by relevance
641 if (node->hwid != boot_cpu_id) in assign_cpu_ids()642 cpu_info[node->hwid].cpu_disabled = 1; in assign_cpu_ids()645 node->hwid); in assign_cpu_ids()649 cpu_info[node->hwid].cpu_hyperthread) in assign_cpu_ids()650 cpu_info[node->hwid].cpu_disabled = 1; in assign_cpu_ids()653 cpu_info[node->hwid].cpu_disabled = 1; in assign_cpu_ids()655 if (cpu_info[node->hwid].cpu_disabled) { in assign_cpu_ids()660 if (cpu_info[node->hwid].cpu_hyperthread) in assign_cpu_ids()663 cpu_apic_ids[mp_ncpus] = node->hwid; in assign_cpu_ids()664 apic_cpuids[node->hwid] = mp_ncpus; in assign_cpu_ids()[all …]
60 hwid_t hwid; member115 struct topo_node * topo_add_node_by_hwid(struct topo_node *parent, int hwid,117 struct topo_node * topo_find_node_by_hwid(struct topo_node *parent, int hwid,
88 int hwid; /* I/F dependent hardware ID member
1087 topo_add_node_by_hwid(struct topo_node *parent, int hwid, in topo_add_node_by_hwid() argument1094 if (node->hwid == hwid in topo_add_node_by_hwid()1103 node->hwid = hwid; in topo_add_node_by_hwid()1116 topo_find_node_by_hwid(struct topo_node *parent, int hwid, in topo_find_node_by_hwid() argument1123 if (node->hwid == hwid in topo_find_node_by_hwid()