Home
last modified time | relevance | path

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

/qemu/tests/qapi-schema/
H A Dunion-invalid-union-subfield.json17 'base': { 'atype': 'TestAnimals' },
18 'discriminator': 'atype',
/qemu/include/hw/s390x/
H A Dsclp.h182 uint8_t atype; member
/qemu/hw/s390x/
H A Dsclp.c223 switch (((IoaCfgSccb *)sccb)->atype) { in sclp_configure_io_adapter()
/qemu/target/ppc/
H A Ddfp_helper.c624 int atype = a_is_special ? (decNumberIsNaN(&dfp.a) ? 4 : 2) : 1; \
626 dfp.crbf = (atype ^ btype) ? 0x1 : 0x2; \