Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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):
/OK3568_Linux_fs/kernel/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()