Searched refs:icr_read (Results 1 – 11 of 11) sorted by relevance
/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 149 .icr_read = native_apic_icr_read, 242 .icr_read = native_apic_icr_read,
|
D | apic_numachip.c | 283 .icr_read = native_apic_icr_read, 332 .icr_read = native_apic_icr_read,
|
D | apic_noop.c | 137 .icr_read = noop_apic_icr_read,
|
D | bigsmp_32.c | 164 .icr_read = native_apic_icr_read,
|
D | probe_32.c | 106 .icr_read = native_apic_icr_read,
|
D | x2apic_phys.c | 199 .icr_read = native_x2apic_icr_read,
|
D | x2apic_cluster.c | 222 .icr_read = native_x2apic_icr_read,
|
D | x2apic_uv_x.c | 863 .icr_read = native_x2apic_icr_read,
|
/arch/x86/xen/ |
D | apic.c | 186 .icr_read = xen_apic_icr_read,
|
/arch/x86/include/asm/ |
D | apic.h | 309 u64 (*icr_read)(void); member 405 return apic->icr_read(); in apic_icr_read()
|
/arch/x86/hyperv/ |
D | hv_apic.c | 291 apic->icr_read = hv_apic_icr_read; in hv_apic_init()
|