Searched refs:has_feature (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
H A D | data.py | 11 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 D | e500_emulate.c | 369 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 D | e500.h | 325 static inline bool has_feature(const struct kvm_vcpu *vcpu, in has_feature() function
|
H A D | e500_mmu_host.c | 685 if (has_feature(vcpu, VCPU_FTR_MMU_V2) && in kvmppc_load_last_inst()
|
H A D | e500_mmu.c | 883 if (has_feature(vcpu, VCPU_FTR_MMU_V2)) { in vcpu_mmu_init()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 83 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 D | libvduse.c | 165 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 D | libvhost-user.c | 107 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()
|