Searched refs:kvm_has_mte (Results 1 – 8 of 8) sorted by relevance
136 if (kvm_has_mte(kern_hyp_va(vcpu->kvm))) in enter_exception64()
76 return kvm_has_mte(kern_hyp_va(vcpu->kvm)); in ctxt_has_mte()
1442 if (!kvm_has_mte(kvm)) in sanitise_mte_tags()1745 if (!fault_is_perm && !s2_force_noncacheable && kvm_has_mte(kvm)) { in user_mem_abort()2239 if (kvm_has_mte(kvm) && !kvm_vma_mte_allowed(vma)) { in kvm_arch_prepare_memory_region()
401 if (!kvm_has_mte(vcpu->kvm)) in access_dcgsw()1609 if (!kvm_has_mte(vcpu->kvm)) { in __kvm_read_sanitised_id_reg()1625 (kvm_has_mte(vcpu->kvm) ? in __kvm_read_sanitised_id_reg()2229 if (kvm_has_mte(vcpu->kvm)) in reset_clidr()2282 if (kvm_has_mte(vcpu->kvm)) in mte_visibility()5285 if (kvm_has_mte(vcpu->kvm)) in vcpu_set_hcr()
1055 if (!kvm_has_mte(kvm)) in kvm_vm_ioctl_mte_copy_tags()
1485 if (kvm_has_mte(vcpu->kvm)) in kvm_vcpu_init_check_features()
58 if (kvm_has_mte(vcpu->kvm)) in pkvm_vcpu_reset_hcr()
1560 #define kvm_has_mte(kvm) \ macro
Completed in 44 milliseconds