HomeSort by: relevance | last modified time | path
    Searched defs:apic_id (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/x86/include/
apicvar.h 38 int apic_id; member in struct:apic_attach_args
mpbiosreg.h 92 uint8_t apic_id; member in struct:mpbios_proc
109 uint8_t apic_id; member in struct:mpbios_ioapic
  /src/sys/arch/x86/x86/
cpu_topology.c 56 x86_cpu_get_numa_node(uint32_t apic_id)
67 if (c.apicid == apic_id) {
81 int n, cpu_family, apic_id, smt_bits, core_bits = 0; local in function:x86_cpu_topology
85 apic_id = ci->ci_initapicid;
89 package_id = apic_id;
92 numa_id = x86_cpu_get_numa_node(apic_id);
181 const u_int node_id = apic_id & __BITS(0, 2);
182 apic_id = (cpu_family == 0xf) ?
183 (apic_id >> core_bits) | (node_id << core_bits) :
184 (apic_id >> 5) | (node_id << 2)
    [all...]
ioapic.c 263 int apic_id; local in function:ioapic_attach
269 sc->sc_pic.pic_apicid = aaa->apic_id;
275 if (ioapic_find(aaa->apic_id) != NULL) {
308 apic_id = (ioapic_read(sc, IOAPIC_ID) & IOAPIC_ID_MASK)
376 if (apic_id != sc->sc_pic.pic_apicid) {
379 apic_id, sc->sc_pic.pic_apicid);
385 apic_id = (ioapic_read(sc, IOAPIC_ID) & IOAPIC_ID_MASK)
388 if (apic_id != sc->sc_pic.pic_apicid)
391 apic_id, sc->sc_pic.pic_apicid);
479 int p, apic_id; local in function:ioapic_reenable
    [all...]
  /src/usr.sbin/cpuctl/arch/
i386.c 1883 int n, cpu_family, apic_id, smt_bits, core_bits = 0; local in function:identifycpu_cpuids_amd
1886 apic_id = ci->ci_initapicid;
1916 const u_int node_id = apic_id & __BITS(0, 2);
1917 apic_id = (cpu_family == 0xf) ?
1918 (apic_id >> core_bits) | (node_id << core_bits) :
1919 (apic_id >> 5) | (node_id << 2);
1937 ci->ci_coreid = __SHIFTOUT(apic_id, core_mask);
1941 ci->ci_smtid = __SHIFTOUT(apic_id, smt_mask);
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
platform.h 495 uint32_t apic_id; member in struct:xenpf_pcpuinfo
528 uint32_t apic_id; member in struct:xenpf_cpu_hotadd

Completed in 16 milliseconds