Home
last modified time | relevance | path

Searched refs:MCi_STATUS_S (Results 1 – 2 of 2) sorted by relevance

/xen/xen/arch/x86/cpu/mcheck/
A Dmce_intel.c247 if ( status & MCi_STATUS_S ) in intel_check_mce_type()
412 && !(status & MCi_STATUS_PCC) && !(status & MCi_STATUS_S) in intel_need_clearbank_scan()
434 && (status & MCi_STATUS_S) && (status & MCi_STATUS_AR) in intel_need_clearbank_scan()
439 && (status & MCi_STATUS_S) && (status & MCi_STATUS_UC) ) in intel_need_clearbank_scan()
466 && !(status & MCi_STATUS_PCC) && (status & MCi_STATUS_S) in intel_recoverable_scan()
471 && (status & MCi_STATUS_S) && !(status & MCi_STATUS_AR) in intel_recoverable_scan()
477 && !(status & MCi_STATUS_S) && !(status & MCi_STATUS_AR) ) in intel_recoverable_scan()
A Dx86_mca.h64 #define MCi_STATUS_S 0x0100000000000000ULL /* Intel specific */ macro

Completed in 5 milliseconds