Lines Matching full:mca
4 * Purpose: Generic MCA handling layer
32 #include <asm/mca.h>
86 ia64_mca_printk(KERN_ALERT "MCA: %s\n", buf); in fatal_mca()
100 ia64_mca_printk(KERN_INFO "MCA: %s\n", buf); in mca_recovered()
152 * @paddr: poisoned address received from MCA Handler
160 "iip: %p, psr: 0x%lx,paddr: 0x%lx](%s) encounters MCA.\n", in mca_handler_bh()
331 * MCA handler cannot allocate new memory on flight, in init_record_index_pools()
365 * is_mca_global - Check whether this MCA is global or not
382 * PAL can request a rendezvous, if the MCA has a global scope. in is_mca_global()
383 * If "rz_always" flag is set, SAL requests MCA rendezvous in is_mca_global()
384 * in spite of global MCA. in is_mca_global()
385 * Therefore it is local MCA when rendezvous has not been requested. in is_mca_global()
401 * it would be a local MCA. (i.e. processor internal error) in is_mca_global()
408 * would be a global MCA. (e.g. a system bus address parity error) in is_mca_global()
415 * could be either a local MCA or a global MCA. in is_mca_global()
511 * offending process affected process OS MCA do in recover_from_read_error()
537 * setup for resume to bottom half of MCA, in recover_from_read_error()
706 * This is a local MCA and estimated as a recoverable error. in recover_from_processor_error()
718 * mca_try_to_recover - Try to recover from MCA
755 /* Check whether MCA is global or not */ in mca_try_to_recover()
757 return fatal_mca("global MCA"); in mca_try_to_recover()
773 /* register external mca handlers */ in mca_external_handler_init()
784 /* unregister external mca handlers */ in mca_external_handler_exit()
795 MODULE_DESCRIPTION("ia64 platform dependent mca handler driver");