Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/apic/
Dapic_numachip.c26 static void (*numachip_apic_icr_write)(int apicid, unsigned int val) __read_mostly; variable
90 numachip_apic_icr_write(phys_apicid, APIC_DM_INIT); in numachip_wakeup_secondary()
91 numachip_apic_icr_write(phys_apicid, APIC_DM_STARTUP | in numachip_wakeup_secondary()
119 numachip_apic_icr_write(apicid, dmode | vector); in numachip_send_IPI_one()
195 numachip_apic_icr_write = numachip1_apic_icr_write; in numachip_system_init()
199 numachip_apic_icr_write = numachip2_apic_icr_write; in numachip_system_init()