Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dx86_init.h321 void (*apic_post_init)(void); member
/linux-6.15/arch/x86/kernel/cpu/
H A Dmshyperv.c595 x86_platform.apic_post_init = hyperv_init; in ms_hyperv_init_platform()
/linux-6.15/arch/x86/pci/
H A Dxen.c552 x86_platform.apic_post_init = xen_hvm_msi_init; in pci_xen_hvm_init()
/linux-6.15/arch/x86/kernel/apic/
H A Dapic.c1374 if (x86_platform.apic_post_init) in apic_intr_mode_init()
1375 x86_platform.apic_post_init(); in apic_intr_mode_init()
/linux-6.15/arch/x86/kernel/
H A Dkvm.c982 x86_platform.apic_post_init = kvm_apic_init; in kvm_init_platform()