Home
last modified time | relevance | path

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

/qemu/nbd/
H A Dclient.c1017 uint32_t oldflags; in nbd_negotiate_finish_oldstyle() local
1023 if (nbd_read32(ioc, &oldflags, "export flags", errp) < 0) { in nbd_negotiate_finish_oldstyle()
1026 if (oldflags & ~0xffff) { in nbd_negotiate_finish_oldstyle()
1027 error_setg(errp, "Unexpected export flags %0x" PRIx32, oldflags); in nbd_negotiate_finish_oldstyle()
1030 info->flags = oldflags; in nbd_negotiate_finish_oldstyle()
/qemu/hw/s390x/
H A Dcss.c1423 uint16_t oldflags; in css_do_msch() local
1442 oldflags = schib->pmcw.flags; in css_do_msch()
1459 if (sch->disable_cb && (oldflags & PMCW_FLAGS_MASK_ENA) != 0 in css_do_msch()
/qemu/target/i386/
H A Dops_sse.h706 int oldflags, newflags; \
709 oldflags = get_float_exception_flags(s); \
716 set_float_exception_flags(newflags | oldflags, s); \