Lines Matching refs: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
257 struct apic {
334 extern struct apic *apic;
339 * of different apic driver files in the Makefile.
341 * For the files having two apic drivers, we use apic_drivers()
345 static const struct apic *__apicdrivers_##sym __used \
346 __aligned(sizeof(struct apic *)) \
350 static struct apic *__apicdrivers_##sym1##sym2[2] __used \
351 __aligned(sizeof(struct apic *)) \
354 extern struct apic *__apicdrivers[], *__apicdrivers_end[];
367 void __init apic_install_driver(struct apic *driver);
371 apic->_callback = _fn; \
377 DECLARE_STATIC_CALL(apic_call_##__cb, *apic->__cb)
462 return apic->safe_wait_icr_idle ? apic->safe_wait_icr_idle() : 0;
467 return apic_id <= apic->max_apic_id;
518 extern struct apic apic_noop;
524 return apic->get_apic_id(reg);