apic_post_init 279 arch/x86/include/asm/x86_init.h void (*apic_post_init)(void); apic_post_init 173 arch/x86/kernel/apic/probe_32.c if (x86_platform.apic_post_init) apic_post_init 174 arch/x86/kernel/apic/probe_32.c x86_platform.apic_post_init(); apic_post_init 35 arch/x86/kernel/apic/probe_64.c if (x86_platform.apic_post_init) apic_post_init 36 arch/x86/kernel/apic/probe_64.c x86_platform.apic_post_init(); apic_post_init 326 arch/x86/kernel/cpu/mshyperv.c x86_platform.apic_post_init = hyperv_init; apic_post_init 714 arch/x86/kernel/kvm.c x86_platform.apic_post_init = kvm_apic_init; apic_post_init 147 arch/x86/kernel/vsmp_64.c x86_platform.apic_post_init = vsmp_apic_post_init; apic_post_init 466 arch/x86/pci/xen.c x86_platform.apic_post_init = xen_msi_init; apic_post_init 224 arch/x86/xen/apic.c x86_platform.apic_post_init = xen_apic_check;