Home
last modified time | relevance | path

Searched refs:MCI_STATUS_EN (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c62 BITCLR(MCI_STATUS_EN, NO, "Not enabled"),
72 MASK(MCI_STATUS_OVER|MCI_STATUS_UC|MCI_STATUS_EN, MCI_STATUS_UC, SOME,
Dmce-apei.c50 m.status = MCI_STATUS_VAL | MCI_STATUS_EN | MCI_STATUS_ADDRV | 0x9f; in apei_mce_report_mem_error()
/linux-2.6.39/arch/x86/include/asm/
Dmce.h27 #define MCI_STATUS_EN (1ULL<<60) /* error enabled */ macro