Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dvm86.c75 set_flags(env->eflags, ts->v86flags, VIF_MASK | ts->v86mask); in save_v86_state()
115 ts->v86flags &= ~VIF_MASK; in clear_IF()
135 if (ts->v86flags & VIF_MASK) in get_vflags()
138 return flags | (ts->v86flags & ts->v86mask); in get_vflags()
241 ts->v86flags = tswap32(target_v86->regs.eflags); in do_vm86()
H A Dqemu.h114 uint32_t v86flags; member