Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmce.h25 #define MCG_STATUS_EIPV BIT_ULL(1) /* ip points to correct instruction */ macro
/openbmc/qemu/target/i386/
H A Dcpu.h361 #define MCG_STATUS_EIPV (1ULL<<1) /* ip points to correct instruction */ macro