Searched refs:kvm_has_mte (Results 1 – 8 of 8) sorted by relevance
134 if (kvm_has_mte(kern_hyp_va(vcpu->kvm))) in enter_exception64()
102 if (!kvm_has_mte(kvm)) in get_pvm_id_aa64pfr1()
50 return kvm_has_mte(kern_hyp_va(vcpu->kvm)); in ctxt_has_mte()
1406 if (!kvm_has_mte(kvm)) in sanitise_mte_tags()1649 if (!fault_is_perm && !device && kvm_has_mte(kvm)) { in user_mem_abort()2149 if (kvm_has_mte(kvm) && !kvm_vma_mte_allowed(vma)) { in kvm_arch_prepare_memory_region()
356 if (!kvm_has_mte(vcpu->kvm)) in access_dcgsw()1526 if (!kvm_has_mte(vcpu->kvm)) in __kvm_read_sanitised_id_reg()1996 if (kvm_has_mte(vcpu->kvm)) in reset_clidr()2049 if (kvm_has_mte(vcpu->kvm)) in mte_visibility()4690 if (kvm_has_mte(vcpu->kvm)) in vcpu_set_hcr()
1028 if (!kvm_has_mte(kvm)) in kvm_vm_ioctl_mte_copy_tags()
1466 if (kvm_has_mte(vcpu->kvm)) in kvm_vcpu_init_check_features()
1392 #define kvm_has_mte(kvm) \ macro
Completed in 32 milliseconds