Home
last modified time | relevance | path

Searched refs:HCR_TVM (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h241 hcr |= HCR_TVM; in ___activate_traps()
353 if (vcpu->arch.hcr_el2 & HCR_TVM) in handle_tx2_tvm()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_arm.h48 #define HCR_TVM (UL(1) << 26) macro
H A Dkvm_emulate.h90 vcpu->arch.hcr_el2 |= HCR_TVM; in vcpu_reset_hcr()
/openbmc/linux/arch/arm64/kvm/
H A Dmmu.c2133 if (!(hcr & HCR_TVM)) { in kvm_set_way_flush()
2137 *vcpu_hcr(vcpu) = hcr | HCR_TVM; in kvm_set_way_flush()
2155 *vcpu_hcr(vcpu) &= ~HCR_TVM; in kvm_toggle_cache()
H A Demulate-nested.c182 .value = HCR_TVM,
183 .mask = HCR_TVM,
/openbmc/qemu/target/arm/
H A Dcpu.h1615 #define HCR_TVM (1ULL << 26) macro
H A Dhelper.c340 uint64_t trap = isread ? HCR_TRVM : HCR_TVM; in access_tvm_trvm()
6174 HCR_TSW | HCR_TTLB | HCR_TVM | HCR_HCD | HCR_TRVM | in arm_hcr_el2_eff_secstate()