Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c188 #define GUEST(S) (((S)->flags & HF_GUEST_MASK) != 0)
3777 g_assert(GUEST(dc) == ((flags & HF_GUEST_MASK) != 0)); in i386_tr_init_disas_context()