Home
last modified time | relevance | path

Searched refs:apic_post_init (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dx86_init.h326 void (*apic_post_init)(void); member
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c706 x86_platform.apic_post_init = hyperv_init; in ms_hyperv_init_platform()
/linux/arch/x86/pci/
H A Dxen.c552 x86_platform.apic_post_init = xen_hvm_msi_init; in pci_xen_hvm_init()
/linux/arch/x86/kernel/apic/
H A Dapic.c1389 if (x86_platform.apic_post_init) in apic_intr_mode_init()
1390 x86_platform.apic_post_init(); in apic_intr_mode_init()