Searched refs:apic_post_init (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dx86_init.h287 * @apic_post_init: adjust apic if needed
311 void (*apic_post_init)(void); member in struct:x86_platform_ops
/linux-master/arch/x86/pci/
H A Dxen.c556 x86_platform.apic_post_init = xen_hvm_msi_init;
/linux-master/arch/x86/kernel/cpu/
H A Dmshyperv.c542 x86_platform.apic_post_init = hyperv_init;
/linux-master/arch/x86/kernel/apic/
H A Dapic.c1371 if (x86_platform.apic_post_init)
1372 x86_platform.apic_post_init();
/linux-master/arch/x86/kernel/
H A Dkvm.c982 x86_platform.apic_post_init = kvm_apic_init;

Completed in 302 milliseconds