Home
last modified time | relevance | path

Searched refs:has_feature (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddata.py11 def has_feature(td, feature): function
123 if not has_feature(self.case.td, self.value):
141 if has_feature(self.case.td, self.value):
/openbmc/linux/arch/powerpc/kvm/
H A De500_emulate.c369 if (!has_feature(vcpu, VCPU_FTR_MMU_V2)) in kvmppc_core_emulate_mfspr_e500()
374 if (!has_feature(vcpu, VCPU_FTR_MMU_V2)) in kvmppc_core_emulate_mfspr_e500()
402 if (!has_feature(vcpu, VCPU_FTR_MMU_V2)) in kvmppc_core_emulate_mfspr_e500()
H A De500.h325 static inline bool has_feature(const struct kvm_vcpu *vcpu, in has_feature() function
H A De500_mmu_host.c685 if (has_feature(vcpu, VCPU_FTR_MMU_V2) && in kvmppc_load_last_inst()
H A De500_mmu.c883 if (has_feature(vcpu, VCPU_FTR_MMU_V2)) { in vcpu_mmu_init()
/openbmc/qemu/target/tricore/
H A Dtranslate.c83 static int has_feature(DisasContext *ctx, int feature) in has_feature() function
341 if (has_feature(ctx, FEATURE)) { \
366 if (has_feature(ctx, FEATURE)) { \
2766 if (!has_feature(ctx, TRICORE_FEATURE_131)) { in gen_dvinit_b()
2779 if (!has_feature(ctx, TRICORE_FEATURE_131)) { in gen_dvinit_h()
3214 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_src_opc()
3662 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_16Bit_opc()
3680 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_16Bit_opc()
4249 if (!has_feature(ctx, TRICORE_FEATURE_131)) { in decode_bo_addrmode_post_pre_base()
4255 if (has_feature(ctx, TRICORE_FEATURE_131)) { in decode_bo_addrmode_post_pre_base()
[all …]
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c165 static inline bool has_feature(uint64_t features, unsigned int fbit) in has_feature() function
173 return has_feature(dev->features, fbit); in vduse_dev_has_feature()
1285 !has_feature(features, VIRTIO_F_VERSION_1) || !config || in vduse_dev_create()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c107 bool has_feature(uint64_t features, unsigned int fbit) in has_feature() function
117 return has_feature(dev->features, fbit); in vu_has_feature()
122 return has_feature(dev->protocol_features, fbit); in vu_has_protocol_feature()