Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/apic/
Dapic_flat_64.c186 .wait_icr_idle = native_apic_wait_icr_idle,
289 .wait_icr_idle = native_apic_wait_icr_idle,
Dapic_numachip.c285 .wait_icr_idle = numachip_apic_wait_icr_idle,
334 .wait_icr_idle = numachip_apic_wait_icr_idle,
Dapic_noop.c154 .wait_icr_idle = noop_apic_wait_icr_idle,
Dbigsmp_32.c190 .wait_icr_idle = native_apic_wait_icr_idle,
Dx2apic_phys.c183 .wait_icr_idle = native_x2apic_wait_icr_idle,
Dprobe_32.c144 .wait_icr_idle = native_apic_wait_icr_idle,
Dx2apic_cluster.c223 .wait_icr_idle = native_x2apic_wait_icr_idle,
Dx2apic_uv_x.c705 .wait_icr_idle = native_x2apic_wait_icr_idle,
/Linux-v4.19/arch/x86/include/asm/
Dapic.h292 void (*wait_icr_idle)(void); member
417 apic->wait_icr_idle(); in apic_wait_icr_idle()
/Linux-v4.19/arch/x86/xen/
Dapic.c198 .wait_icr_idle = xen_noop,