Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/emulate/
H A Dx86_flags.c52 #define LF_MASK_PD ((target_ulong)0x01 << LF_BIT_PD) macro
71 temp = temp & ~(LF_MASK_PD | LF_MASK_SD); \
95 temp = (temp & ~(LF_MASK_PD | LF_MASK_SD)); \