Home
last modified time | relevance | path

Searched refs:hwid (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dmp_x86.c641 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 …]
/f-stack/freebsd/sys/
H A Dsmp.h60 hwid_t hwid; member
115 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,
H A Dmouse.h88 int hwid; /* I/F dependent hardware ID member
/f-stack/freebsd/kern/
H A Dsubr_smp.c1087 topo_add_node_by_hwid(struct topo_node *parent, int hwid, in topo_add_node_by_hwid() argument
1094 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() argument
1123 if (node->hwid == hwid in topo_find_node_by_hwid()