Home
last modified time | relevance | path

Searched defs:MCG_STATUS_MCIP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmce.h26 #define MCG_STATUS_MCIP BIT_ULL(2) /* machine check in progress */ macro
/openbmc/qemu/target/i386/
H A Dcpu.h363 #define MCG_STATUS_MCIP (1ULL<<2) /* machine check in progress */ macro