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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmpboot.c563 unsigned long send_status, accept_status = 0; local
588 accept_status = (apic_read(APIC_ESR) & 0xEF);
593 if (accept_status)
594 printk("APIC delivery error (%lx).\n", accept_status);
596 return (send_status | accept_status);
604 unsigned long send_status, accept_status = 0; local
712 accept_status = (apic_read(APIC_ESR) & 0xEF);
713 if (send_status || accept_status)
720 if (accept_status)
721 printk("APIC delivery error (%lx).\n", accept_status);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsmpboot.c433 unsigned long send_status, accept_status = 0; local
514 accept_status = (apic_read(APIC_ESR) & 0xEF);
515 if (send_status || accept_status)
522 if (accept_status)
523 printk(KERN_ERR "APIC delivery error (%lx).\n", accept_status);
525 return (send_status | accept_status);

Completed in 78 milliseconds