Searched refs:kvm_has_mte (Results 1 – 9 of 9) 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()
1021 if (!kvm_has_mte(kvm)) in kvm_vm_ioctl_mte_copy_tags()
1090 if (!kvm_has_mte(vcpu->kvm)) in read_id_reg()1367 if (kvm_has_mte(vcpu->kvm)) in mte_visibility()
37 return kvm_has_mte(kern_hyp_va(vcpu->kvm)); in ctxt_has_mte()
112 if (!kvm_has_mte(kvm)) in get_pvm_id_aa64pfr1()
88 if (kvm_has_mte(vcpu->kvm)) in vcpu_reset_hcr()
791 #define kvm_has_mte(kvm) (system_supports_mte() && (kvm)->arch.mte_enabled) macro
Completed in 24 milliseconds