Searched refs:HCR_TVM (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h279 hcr |= HCR_TVM;
407 if (vcpu->arch.hcr_el2 & HCR_TVM)
/linux-master/arch/arm64/include/asm/
H A Dkvm_arm.h48 #define HCR_TVM (UL(1) << 26) macro
H A Dkvm_emulate.h91 vcpu->arch.hcr_el2 |= HCR_TVM;
/linux-master/arch/arm64/kvm/
H A Dmmu.c2107 * (i.e. HCR_TVM not set) flush the whole memory, and set the
2114 if (!(hcr & HCR_TVM)) {
2118 *vcpu_hcr(vcpu) = hcr | HCR_TVM;
2136 *vcpu_hcr(vcpu) &= ~HCR_TVM;
H A Demulate-nested.c182 .value = HCR_TVM,
183 .mask = HCR_TVM,

Completed in 126 milliseconds