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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce-severity.c57 #define MCI_UC_S (MCI_STATUS_UC|MCI_STATUS_S)
58 #define MCI_UC_SAR (MCI_STATUS_UC|MCI_STATUS_S|MCI_STATUS_AR)
80 MASK(MCI_STATUS_S, 0, KEEP, "Non signalled machine check", SER),
H A Dmce.c575 (m.status & (mce_ser ? MCI_STATUS_S : MCI_STATUS_UC)))
992 if (!(m.status & (mce_ser ? MCI_STATUS_S : MCI_STATUS_UC)) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmce.h31 #define MCI_STATUS_S (1ULL<<56) /* Signaled machine check */ macro

Completed in 110 milliseconds