Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c37 #define LF_BIT_AF (3) /* lazy Adjust flag */ macro
43 #define LF_MASK_AF (0x01 << LF_BIT_AF)
253 return (env->hvf_lflags.auxbits >> LF_BIT_AF) & 1; in get_AF()
259 env->hvf_lflags.auxbits |= val << LF_BIT_AF; in set_AF()