Home
last modified time | relevance | path

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

/Linux-v5.4/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.c138 .wait_icr_idle = noop_apic_wait_icr_idle,
Dbigsmp_32.c165 .wait_icr_idle = native_apic_wait_icr_idle,
Dprobe_32.c107 .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.c686 .wait_icr_idle = native_x2apic_wait_icr_idle,
/Linux-v5.4/arch/x86/include/asm/
Dapic.h296 void (*wait_icr_idle)(void); member
421 apic->wait_icr_idle(); in apic_wait_icr_idle()
/Linux-v5.4/arch/x86/xen/
Dapic.c198 .wait_icr_idle = xen_noop,