Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c38 #define LF_BIT_PDB (8) /* lazy Parity Delta Byte (8 bits) */ macro
44 #define LF_MASK_PDB (0xFF << LF_BIT_PDB)
217 temp = temp ^ (255 & (env->hvf_lflags.auxbits >> LF_BIT_PDB)); in get_PF()
226 env->hvf_lflags.auxbits |= (temp << LF_BIT_PDB); in set_PF()
274 env->hvf_lflags.auxbits ^= (temp_pdb << LF_BIT_PDB); in set_ZF()