Lines Matching refs:apic
35 static struct apic orig_apic;
285 orig_apic = *apic; in hv_apic_init()
287 apic->send_IPI = hv_send_ipi; in hv_apic_init()
288 apic->send_IPI_mask = hv_send_ipi_mask; in hv_apic_init()
289 apic->send_IPI_mask_allbutself = hv_send_ipi_mask_allbutself; in hv_apic_init()
290 apic->send_IPI_allbutself = hv_send_ipi_allbutself; in hv_apic_init()
291 apic->send_IPI_all = hv_send_ipi_all; in hv_apic_init()
292 apic->send_IPI_self = hv_send_ipi_self; in hv_apic_init()
311 apic->read = hv_apic_read; in hv_apic_init()
312 apic->write = hv_apic_write; in hv_apic_init()
313 apic->icr_write = hv_apic_icr_write; in hv_apic_init()
314 apic->icr_read = hv_apic_icr_read; in hv_apic_init()