Searched refs:kvm_has_mte (Results 1 – 9 of 9) sorted by relevance
225 if (kvm_has_mte(kvm) && is32bit) in kvm_set_vm_width()
1173 if (!kvm_has_mte(kvm)) in sanitise_mte_tags()1355 if (fault_status != ESR_ELx_FSC_PERM && !device && kvm_has_mte(kvm)) { in user_mem_abort()1590 if (kvm_has_mte(kvm) && !page_mte_tagged(pfn_to_page(pfn))) in kvm_set_spte_gfn()1822 if (kvm_has_mte(kvm) && !kvm_vma_mte_allowed(vma)) { in kvm_arch_prepare_memory_region()
1216 if (!kvm_has_mte(vcpu->kvm)) in read_id_reg()1542 if (kvm_has_mte(vcpu->kvm)) in reset_clidr()1593 if (kvm_has_mte(vcpu->kvm)) in mte_visibility()
1032 if (!kvm_has_mte(kvm)) in kvm_vm_ioctl_mte_copy_tags()
134 if (kvm_has_mte(kern_hyp_va(vcpu->kvm))) in enter_exception64()
37 return kvm_has_mte(kern_hyp_va(vcpu->kvm)); in ctxt_has_mte()
109 if (!kvm_has_mte(kvm)) in get_pvm_id_aa64pfr1()
101 if (kvm_has_mte(vcpu->kvm)) in vcpu_reset_hcr()
1053 #define kvm_has_mte(kvm) \ macro
Completed in 21 milliseconds