Home
last modified time | relevance | path

Searched refs:_TYPE (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h104 #define intel_uc_ops_function(_NAME, _OPS, _TYPE, _RET) \ argument
105 static inline _TYPE intel_uc_##_NAME(struct intel_uc *uc) \
/openbmc/linux/include/media/
H A Dipu-bridge.h45 #define NODE_VCM(_TYPE) \ argument
47 .name = _TYPE, \
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c823 #define DEF_FLOAT_DCMASK(_TYPE) \ argument
824 uint16_t _TYPE##_dcmask(CPUS390XState *env, _TYPE f1) \
826 const bool neg = _TYPE##_is_neg(f1); \
829 if (_TYPE##_is_normal(f1)) { \
831 } else if (_TYPE##_is_zero(f1)) { \
833 } else if (_TYPE##_is_denormal(f1)) { \
835 } else if (_TYPE##_is_infinity(f1)) { \
837 } else if (_TYPE##_is_quiet_nan(f1, &env->fpu_status)) { \
/openbmc/qemu/target/s390x/
H A Dcpu_features.c21 #define DEF_FEAT(_FEAT, _NAME, _TYPE, _BIT, _DESC) \ argument
24 .type = S390_FEAT_TYPE_##_TYPE, \
H A Dcpu_features_def.h.inc4 * DEF_FEAT(_FEAT, _NAME, _TYPE, _BIT, _DESC):
7 * - _TYPE: Feature type (S390_FEAT_TYPE_##_TYPE).
/openbmc/qemu/target/xtensa/
H A Doverlay_tool.h248 .inttype = XCHAL_INT ## i ## _TYPE, \
/openbmc/qemu/docs/devel/
H A Dmulti-process.rst599 *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:
H A Dqapi-code-gen.rst242 .. _TYPE-REF:
/openbmc/linux/sound/pci/
H A Dvia82xx_modem.c103 VIA_REG_##name##_TYPE = (val) + 0x02,\
H A Dvia82xx.c167 VIA_REG_##name##_TYPE = (val) + 0x02,\
/openbmc/linux/include/net/
H A Ddevlink.h582 .type = DEVLINK_PARAM_GENERIC_##_id##_TYPE, \