Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/apic/
Dapic_flat_64.c151 .wait_icr_idle = native_apic_wait_icr_idle,
244 .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.c139 .wait_icr_idle = noop_apic_wait_icr_idle,
Dbigsmp_32.c166 .wait_icr_idle = native_apic_wait_icr_idle,
Dprobe_32.c108 .wait_icr_idle = native_apic_wait_icr_idle,
Dx2apic_phys.c186 .wait_icr_idle = native_x2apic_wait_icr_idle,
Dx2apic_cluster.c222 .wait_icr_idle = native_x2apic_wait_icr_idle,
Dx2apic_uv_x.c859 .wait_icr_idle = native_x2apic_wait_icr_idle,
/Linux-v5.10/arch/x86/include/asm/
Dapic.h298 void (*wait_icr_idle)(void); member
423 apic->wait_icr_idle(); in apic_wait_icr_idle()
/Linux-v5.10/arch/x86/xen/
Dapic.c188 .wait_icr_idle = xen_noop,