Searched refs:APIC_ICR_BUSY (Results 1 – 3 of 3) sorted by relevance
106 while (native_apic_mem_read(APIC_ICR) & APIC_ICR_BUSY) in __xapic_wait_icr_idle()
250 while (apic_read(APIC_ICR) & APIC_ICR_BUSY) in native_apic_wait_icr_idle()261 send_status = apic_read(APIC_ICR) & APIC_ICR_BUSY; in native_safe_apic_wait_icr_idle()
78 #define APIC_ICR_BUSY 0x01000 macro