HomeSort by relevance Sort by last modified time
    Searched refs:apic_id (Results 1 - 4 of 4) sorted by null

  /external/oprofile/module/x86/
cpu_type.c 70 * logical processors and checking for bits in the APIC_ID fields.
81 unsigned char apic_id[smp_num_cpus];
94 /* Get APIC_ID from all logial procs and self */
95 smp_call_function(do_cpu_id, apic_id, 1, 1);
96 do_cpu_id(apic_id);
101 if (apic_id[cpu] & ~mask) {
  /external/grub/stage2/
smp-imps.h 145 unsigned char apic_id; member in struct:imps_processor
smp-imps.c 368 int apicid = proc->apic_id;
  /external/kernel-headers/original/asm-x86/
io_apic_32.h 142 extern int io_apic_get_unique_id (int ioapic, int apic_id);

Completed in 1732 milliseconds