Home
last modified time | relevance | path

Searched refs:kvm_has_mte (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c134 if (kvm_has_mte(kern_hyp_va(vcpu->kvm))) in enter_exception64()
/openbmc/linux/arch/arm64/kvm/
H A Dmmu.c1378 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()
H A Dsys_regs.c220 if (!kvm_has_mte(vcpu->kvm)) { in access_dcgsw()
1323 if (!kvm_has_mte(vcpu->kvm)) in __kvm_read_sanitised_id_reg()
1704 if (kvm_has_mte(vcpu->kvm)) in reset_clidr()
1757 if (kvm_has_mte(vcpu->kvm)) in mte_visibility()
H A Dguest.c1025 if (!kvm_has_mte(kvm)) in kvm_vm_ioctl_mte_copy_tags()
H A Darm.c1214 if (kvm_has_mte(vcpu->kvm)) in kvm_vcpu_init_check_features()
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h37 return kvm_has_mte(kern_hyp_va(vcpu->kvm)); in ctxt_has_mte()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c102 if (!kvm_has_mte(kvm)) in get_pvm_id_aa64pfr1()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_emulate.h102 if (kvm_has_mte(vcpu->kvm)) in vcpu_reset_hcr()
H A Dkvm_host.h1134 #define kvm_has_mte(kvm) \ macro