Searched refs:lapic_id (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.c316 uint32_t lapic_id,
332 lapic_cpu_map(lapic_id, target_cpu);
335 this_cpu_datap->cpu_phys_number = lapic_id;
314 ml_processor_register( cpu_id_t cpu_id, uint32_t lapic_id, processor_t *processor_out, ipi_handler_t *ipi_handler, boolean_t boot_cpu) argument
H A Dmachine_routines.h105 uint32_t lapic_id,
H A Dlapic.c71 /* Initialize lapic_id so cpu_number() works on non SMP systems */
73 unsigned long lapic_id = (unsigned long)&lapic_id_initdata; variable
194 lapic_id = (unsigned long)(lapic_start + LAPIC_ID);
201 /* Set up the lapic_id <-> cpu_number map and add this boot processor */
H A Dlapic.h129 movl EXT(lapic_id),r; \

Completed in 24 milliseconds