Home | History | Annotate | Download | only in target-i386

Lines Matching defs:hflags

29     uint32_t hflags;
39 hflags = env->hflags; /* XXX: suppress most of the redundant hflags */
40 qemu_put_be32s(f, &hflags);
152 uint32_t hflags;
162 qemu_get_be32s(f, &hflags);
306 /* XXX: compute redundant hflags bits */
307 env->hflags = hflags;