Home
last modified time | relevance | path

Searched refs:LAPIC_ICR_RR_VALID (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dlapic.h31 #define LAPIC_ICR_RR_VALID 0x20000 macro
/openbmc/u-boot/arch/x86/cpu/
H A Dlapic.c116 if (status == LAPIC_ICR_RR_VALID) { in lapic_remote_read()