Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dapic_flat_64.c149 .icr_read = native_apic_icr_read,
242 .icr_read = native_apic_icr_read,
H A Dapic_numachip.c283 .icr_read = native_apic_icr_read,
332 .icr_read = native_apic_icr_read,
H A Dapic_noop.c137 .icr_read = noop_apic_icr_read,
H A Dbigsmp_32.c164 .icr_read = native_apic_icr_read,
H A Dprobe_32.c106 .icr_read = native_apic_icr_read,
H A Dx2apic_phys.c196 .icr_read = native_x2apic_icr_read,
H A Dx2apic_cluster.c222 .icr_read = native_x2apic_icr_read,
H A Dx2apic_uv_x.c863 .icr_read = native_x2apic_icr_read,
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dapic.h309 u64 (*icr_read)(void); member
405 return apic->icr_read(); in apic_icr_read()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dapic.c186 .icr_read = xen_apic_icr_read,
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_apic.c291 apic->icr_read = hv_apic_icr_read; in hv_apic_init()