Searched refs:accept_status (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dsmpboot.c732 unsigned long send_status = 0, accept_status = 0; local
797 accept_status = (apic_read(APIC_ESR) & 0xEF);
798 if (send_status || accept_status)
805 if (accept_status)
806 pr_err("APIC delivery error (%lx)\n", accept_status);
809 return (send_status | accept_status);

Completed in 151 milliseconds