Lines Matching full:apic
35 * up by using apic=verbose for more information and apic=debug for _lots_
36 * of information. apic_verbosity is defined in apic.c
78 * With 82489DX we can't rely on apic feature bit
80 * such an apic chip so we assume that SMP configuration
268 * Generic APIC sub-arch data struct.
274 struct apic { struct
303 /* The limit of the APIC ID space. */
341 * Pointer to the local APIC driver in use on this system (there's
345 extern struct apic *apic;
348 * APIC drivers are probed based on how they are listed in the .apicdrivers
350 * of different apic driver files in the Makefile.
353 static const struct apic *__apicdrivers_##sym __used \
354 __aligned(sizeof(struct apic *)) \
357 extern struct apic *__apicdrivers[], *__apicdrivers_end[];
360 * APIC functionality to boot other CPUs - only used on SMP:
370 void __init apic_install_driver(struct apic *driver);
374 apic->_callback = _fn; \
376 pr_info("APIC: %s() replaced with %ps()\n", #_callback, _fn); \
380 DECLARE_STATIC_CALL(apic_call_##__cb, *apic->__cb)
465 return apic->safe_wait_icr_idle ? apic->safe_wait_icr_idle() : 0; in safe_apic_wait_icr_idle()
470 return apic_id <= apic->max_apic_id; in apic_id_valid()
513 extern struct apic apic_noop;
519 return apic->get_apic_id(reg); in read_apic_id()