Searched refs:kvm_has_mte (Results 1 – 8 of 8) sorted by relevance
128 if (kvm_has_mte(kern_hyp_va(vcpu->kvm))) in enter_exception64()
1479 if (!kvm_has_mte(kvm)) in sanitise_mte_tags()1975 if (!kvm_s2_fault_is_perm(s2fd) && !s2vi->map_non_cacheable && kvm_has_mte(kvm)) { in kvm_s2_fault_compute_prot()2030 if (!perm_fault_granule && !s2vi->map_non_cacheable && kvm_has_mte(kvm)) in kvm_s2_fault_map()2645 if (kvm_has_mte(kvm) && !kvm_vma_mte_allowed(vma)) { in kvm_arch_prepare_memory_region()
526 if (!kvm_has_mte(vcpu->kvm)) in access_dcgsw()2092 if (!kvm_has_mte(vcpu->kvm)) { in sanitise_id_aa64pfr1_el1()2119 if (!kvm_has_mte(vcpu->kvm)) { in sanitise_id_aa64pfr2_el1()2556 if (kvm_has_mte(vcpu->kvm)) in reset_clidr()2609 if (kvm_has_mte(vcpu->kvm)) in mte_visibility()5723 if (kvm_has_mte(vcpu->kvm)) in vcpu_set_hcr()
985 if (!kvm_has_mte(kvm)) in kvm_vm_ioctl_mte_copy_tags()
1595 if (kvm_has_mte(vcpu->kvm)) in kvm_vcpu_init_check_features()
60 if (kvm_has_mte(vcpu->kvm)) in pkvm_vcpu_reset_hcr()87 if (!kvm_has_mte(kvm)) { in pvm_init_traps_hcr()
76 return kvm_has_mte(kern_hyp_va(vcpu->kvm)); in ctxt_has_mte()
1529 #define kvm_has_mte(kvm) \ macro