accept_status 756 arch/x86/kernel/smpboot.c unsigned long send_status, accept_status = 0; accept_status 775 arch/x86/kernel/smpboot.c accept_status = (apic_read(APIC_ESR) & 0xEF); accept_status 781 arch/x86/kernel/smpboot.c if (accept_status) accept_status 782 arch/x86/kernel/smpboot.c pr_err("APIC delivery error (%lx)\n", accept_status); accept_status 784 arch/x86/kernel/smpboot.c return (send_status | accept_status); accept_status 790 arch/x86/kernel/smpboot.c unsigned long send_status = 0, accept_status = 0; accept_status 887 arch/x86/kernel/smpboot.c accept_status = (apic_read(APIC_ESR) & 0xEF); accept_status 888 arch/x86/kernel/smpboot.c if (send_status || accept_status) accept_status 895 arch/x86/kernel/smpboot.c if (accept_status) accept_status 896 arch/x86/kernel/smpboot.c pr_err("APIC delivery error (%lx)\n", accept_status); accept_status 898 arch/x86/kernel/smpboot.c return (send_status | accept_status);