Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/apic/ !
Dapic_flat_64.c149 .wait_icr_idle = native_apic_wait_icr_idle,
240 .wait_icr_idle = native_apic_wait_icr_idle,
Dapic_numachip.c283 .wait_icr_idle = numachip_apic_wait_icr_idle,
330 .wait_icr_idle = numachip_apic_wait_icr_idle,
Dapic_noop.c135 .wait_icr_idle = noop_apic_wait_icr_idle,
Dbigsmp_32.c163 .wait_icr_idle = native_apic_wait_icr_idle,
Dprobe_32.c105 .wait_icr_idle = native_apic_wait_icr_idle,
Dx2apic_phys.c196 .wait_icr_idle = native_x2apic_wait_icr_idle,
Dx2apic_cluster.c237 .wait_icr_idle = native_x2apic_wait_icr_idle,
Dx2apic_uv_x.c871 .wait_icr_idle = native_x2apic_wait_icr_idle,
/linux-6.1.9/arch/x86/include/asm/ !
Dapic.h287 void (*wait_icr_idle)(void); member
413 apic->wait_icr_idle(); in apic_wait_icr_idle()
/linux-6.1.9/arch/x86/xen/ !
Dapic.c185 .wait_icr_idle = xen_noop,