Home
last modified time | relevance | path

Searched refs:MCI_STATUS_S (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/mce/
A Dseverity.c67 #define MCI_UC_S (MCI_STATUS_UC|MCI_STATUS_S)
69 #define MCI_UC_SAR (MCI_STATUS_UC|MCI_STATUS_S|MCI_STATUS_AR)
146 SER, BITCLR(MCI_STATUS_S)
A Dcore.c748 if (!(m.status & MCI_STATUS_PCC) && !(m.status & MCI_STATUS_S)) in machine_check_poll()
813 MCI_STATUS_PCC|MCI_STATUS_S|MCI_STATUS_AR| in quirk_sandybridge_ifu()
816 MCI_STATUS_MISCV|MCI_STATUS_ADDRV|MCI_STATUS_S| in quirk_sandybridge_ifu()
1196 if (!(m->status & (cfg->ser ? MCI_STATUS_S : MCI_STATUS_UC)) && in __mc_scan_banks()
/linux/arch/x86/include/asm/
A Dmce.h40 #define MCI_STATUS_S BIT_ULL(56) /* Signaled machine check */ macro
/linux/drivers/edac/
A Dpnd2_edac.c1151 bool recov = m->status & MCI_STATUS_S; in pnd2_mce_output_error()

Completed in 16 milliseconds