Searched refs:wait_for_init_deassert (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 224 .wait_for_init_deassert = NULL, 383 .wait_for_init_deassert = NULL,
|
D | apic_noop.c | 177 .wait_for_init_deassert = NULL,
|
D | x2apic_phys.c | 170 .wait_for_init_deassert = NULL,
|
D | probe_32.c | 138 .wait_for_init_deassert = default_wait_for_init_deassert,
|
D | bigsmp_32.c | 244 .wait_for_init_deassert = default_wait_for_init_deassert,
|
D | es7000_32.c | 673 .wait_for_init_deassert = NULL, 737 .wait_for_init_deassert = es7000_wait_for_init_deassert,
|
D | x2apic_cluster.c | 257 .wait_for_init_deassert = NULL,
|
D | apic_numachip.c | 292 .wait_for_init_deassert = NULL,
|
D | numaq_32.c | 526 .wait_for_init_deassert = NULL,
|
D | summit_32.c | 542 .wait_for_init_deassert = default_wait_for_init_deassert,
|
D | x2apic_uv_x.c | 401 .wait_for_init_deassert = NULL,
|
/linux-3.4.99/arch/x86/include/asm/ |
D | apic.h | 347 void (*wait_for_init_deassert)(atomic_t *deassert); member
|
/linux-3.4.99/arch/x86/kernel/ |
D | smpboot.c | 156 if (apic->wait_for_init_deassert) in smp_callin() 157 apic->wait_for_init_deassert(&init_deasserted); in smp_callin()
|