Searched refs:icr_read (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/x86/kernel/apic/ |
D | apic_flat_64.c | 184 .icr_read = native_apic_icr_read, 287 .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 | 152 .icr_read = noop_apic_icr_read,
|
D | bigsmp_32.c | 188 .icr_read = native_apic_icr_read,
|
D | x2apic_phys.c | 181 .icr_read = native_x2apic_icr_read,
|
D | probe_32.c | 142 .icr_read = native_apic_icr_read,
|
D | x2apic_cluster.c | 221 .icr_read = native_x2apic_icr_read,
|
D | x2apic_uv_x.c | 703 .icr_read = native_x2apic_icr_read,
|
/Linux-v4.19/arch/x86/include/asm/ |
D | apic.h | 311 u64 (*icr_read)(void); member 407 return apic->icr_read(); in apic_icr_read()
|
/Linux-v4.19/arch/x86/xen/ |
D | apic.c | 196 .icr_read = xen_apic_icr_read,
|
/Linux-v4.19/arch/x86/hyperv/ |
D | hv_apic.c | 264 apic->icr_read = hv_apic_icr_read; in hv_apic_init()
|