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

Lines Matching refs:hflags

29     uint32_t hflags;
39 hflags = env->hflags; /* XXX: suppress most of the redundant hflags */
40 qemu_put_be32s(f, &hflags);
192 uint32_t hflags;
202 qemu_get_be32s(f, &hflags);
364 /* XXX: compute redundant hflags bits */
365 env->hflags = hflags;