Searched refs:APIC_ICR_RR_INPROG (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ | ||
D | apicdef.h | 73 #define APIC_ICR_RR_INPROG 0x10000 macro |
/arch/x86/kernel/ | ||
D | smpboot.c | 456 } while (status == APIC_ICR_RR_INPROG && timeout++ < 1000); in __inquire_remote_apic() |