Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dmisc_helper.c80 if (((env->cr[4] & CR4_PCE_MASK) == 0 ) && in helper_rdpmc()
/openbmc/qemu/target/i386/
H A Dcpu.h248 #define CR4_PCE_MASK (1U << 8) macro
274 | CR4_MCE_MASK | CR4_PGE_MASK | CR4_PCE_MASK \