Searched refs:kvm_has_mte (Results 1 – 9 of 9) sorted by relevance
134 if (kvm_has_mte(kern_hyp_va(vcpu->kvm))) in enter_exception64()
1378 if (!kvm_has_mte(kvm)) in sanitise_mte_tags()1563 if (fault_status != ESR_ELx_FSC_PERM && !device && kvm_has_mte(kvm)) { in user_mem_abort()1797 if (kvm_has_mte(kvm) && !page_mte_tagged(pfn_to_page(pfn))) in kvm_set_spte_gfn()2049 if (kvm_has_mte(kvm) && !kvm_vma_mte_allowed(vma)) { in kvm_arch_prepare_memory_region()
221 if (!kvm_has_mte(vcpu->kvm)) { in access_dcgsw()1329 if (!kvm_has_mte(vcpu->kvm)) in __kvm_read_sanitised_id_reg()1754 if (kvm_has_mte(vcpu->kvm)) in reset_clidr()1807 if (kvm_has_mte(vcpu->kvm)) in mte_visibility()
1025 if (!kvm_has_mte(kvm)) in kvm_vm_ioctl_mte_copy_tags()
1205 if (kvm_has_mte(vcpu->kvm)) in kvm_vcpu_init_check_features()
37 return kvm_has_mte(kern_hyp_va(vcpu->kvm)); in ctxt_has_mte()
102 if (!kvm_has_mte(kvm)) in get_pvm_id_aa64pfr1()
102 if (kvm_has_mte(vcpu->kvm)) in vcpu_reset_hcr()
1132 #define kvm_has_mte(kvm) \ macro