Lines Matching full:apic
33 * This can be turned up by using apic=verbose for more
34 * information and apic=debug for _lots_ of information.
35 * apic_verbosity is defined in apic.c
69 * With 82489DX we can't rely on apic feature bit
71 * such an apic chip so we assume that SMP configuration
251 * Generic APIC sub-arch data struct.
257 struct apic { struct
286 /* The limit of the APIC ID space. */
329 * Pointer to the local APIC driver in use on this system (there's
333 extern struct apic *apic;
336 * APIC drivers are probed based on how they are listed in the .apicdrivers
338 * of different apic driver files in the Makefile.
340 * For the files having two apic drivers, we use apic_drivers()
344 static const struct apic *__apicdrivers_##sym __used \
345 __aligned(sizeof(struct apic *)) \
349 static struct apic *__apicdrivers_##sym1##sym2[2] __used \
350 __aligned(sizeof(struct apic *)) \
353 extern struct apic *__apicdrivers[], *__apicdrivers_end[];
356 * APIC functionality to boot other CPUs - only used on SMP:
366 void __init apic_install_driver(struct apic *driver);
370 apic->_callback = _fn; \
372 pr_info("APIC: %s() replaced with %ps()\n", #_callback, _fn); \
376 DECLARE_STATIC_CALL(apic_call_##__cb, *apic->__cb)
461 return apic->safe_wait_icr_idle ? apic->safe_wait_icr_idle() : 0; in safe_apic_wait_icr_idle()
466 return apic_id <= apic->max_apic_id; in apic_id_valid()
507 extern struct apic apic_noop;
513 return apic->get_apic_id(reg); in read_apic_id()