Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.h226 #define CR0_PE_SHIFT 0 macro
H A Dcpu.c7754 hflags |= (env->cr[0] & CR0_PE_MASK) << (HF_PE_SHIFT - CR0_PE_SHIFT); in x86_update_hflags()