Searched refs:_TYPE (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 822 #define DEF_FLOAT_DCMASK(_TYPE) \ argument 823 uint16_t _TYPE##_dcmask(CPUS390XState *env, _TYPE f1) \ 825 const bool neg = _TYPE##_is_neg(f1); \ 828 if (_TYPE##_is_normal(f1)) { \ 830 } else if (_TYPE##_is_zero(f1)) { \ 832 } else if (_TYPE##_is_denormal(f1)) { \ 834 } else if (_TYPE##_is_infinity(f1)) { \ 836 } else if (_TYPE##_is_quiet_nan(f1, &env->fpu_status)) { \
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu_features.c | 21 #define DEF_FEAT(_FEAT, _NAME, _TYPE, _BIT, _DESC) \ argument 24 .type = S390_FEAT_TYPE_##_TYPE, \
|
| H A D | cpu_features_def.h.inc | 4 * DEF_FEAT(_FEAT, _NAME, _TYPE, _BIT, _DESC): 7 * - _TYPE: Feature type (S390_FEAT_TYPE_##_TYPE).
|
| /openbmc/qemu/target/xtensa/ |
| H A D | overlay_tool.h | 248 .inttype = XCHAL_INT ## i ## _TYPE, \
|
| /openbmc/qemu/docs/devel/ |
| H A D | multi-process.rst | 599 *KVM\_DEV\_TYPE\_USER*. This device has two file descriptors: a master 696 *KVM\_CREATE\_DEVICE* ``ioctl()`` with a *KVM\_DEV\_TYPE\_USER* type. 698 KVM\_DEV\_TYPE\_USER device ops 701 The *KVM\_DEV\_TYPE\_USER* operations vector will be registered by a 718 device type. *KVM\_DEV\_TYPE\_USER* ones will need several commands:
|