Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce_intel.c249 if ( status & MCi_STATUS_S ) in intel_check_mce_type()
414 && !(status & MCi_STATUS_PCC) && !(status & MCi_STATUS_S) in intel_need_clearbank_scan()
436 && (status & MCi_STATUS_S) && (status & MCi_STATUS_AR) in intel_need_clearbank_scan()
441 && (status & MCi_STATUS_S) && (status & MCi_STATUS_UC) ) in intel_need_clearbank_scan()
468 && !(status & MCi_STATUS_PCC) && (status & MCi_STATUS_S) in intel_recoverable_scan()
473 && (status & MCi_STATUS_S) && !(status & MCi_STATUS_AR) in intel_recoverable_scan()
479 && !(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 6 milliseconds