Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/
H A Dexception.c128 if (kvm_has_mte(kern_hyp_va(vcpu->kvm))) in enter_exception64()
/linux/arch/arm64/kvm/
H A Dmmu.c1479 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()
H A Dsys_regs.c526 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()
H A Dguest.c985 if (!kvm_has_mte(kvm)) in kvm_vm_ioctl_mte_copy_tags()
H A Darm.c1595 if (kvm_has_mte(vcpu->kvm)) in kvm_vcpu_init_check_features()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpkvm.c60 if (kvm_has_mte(vcpu->kvm)) in pkvm_vcpu_reset_hcr()
87 if (!kvm_has_mte(kvm)) { in pvm_init_traps_hcr()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h76 return kvm_has_mte(kern_hyp_va(vcpu->kvm)); in ctxt_has_mte()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h1529 #define kvm_has_mte(kvm) \ macro