Searched refs:kvm_has_mte (Results 1 – 8 of 8) sorted by relevance
115 if (kvm_has_mte(vcpu->kvm)) in enter_exception64()
180 if (kvm_has_mte(vcpu->kvm) && is32bit) in vcpu_allowed_register_width()
920 if (!kvm_has_mte(kvm)) in sanitise_mte_tags()1109 if (fault_status != FSC_PERM && !device && kvm_has_mte(kvm)) { in user_mem_abort()1532 if (kvm_has_mte(kvm) && vma->vm_flags & VM_SHARED) { in kvm_arch_prepare_memory_region()
1026 if (!kvm_has_mte(kvm)) in kvm_vm_ioctl_mte_copy_tags()
1081 if (kvm_has_mte(vcpu->kvm)) { in read_id_reg()1360 if (kvm_has_mte(vcpu->kvm)) in mte_visibility()
37 return kvm_has_mte(kern_hyp_va(vcpu->kvm)); in ctxt_has_mte()
88 if (kvm_has_mte(vcpu->kvm)) in vcpu_reset_hcr()
789 #define kvm_has_mte(kvm) (system_supports_mte() && (kvm)->arch.mte_enabled) macro