Searched refs:HCR_TVM (Results 1 – 4 of 4) sorted by relevance
119 hcr |= HCR_TVM; in ___activate_traps()242 if (vcpu->arch.hcr_el2 & HCR_TVM) in handle_tx2_tvm()
37 #define HCR_TVM (UL(1) << 26) macro
70 vcpu->arch.hcr_el2 |= HCR_TVM; in vcpu_reset_hcr()
1616 if (!(hcr & HCR_TVM)) { in kvm_set_way_flush()1620 *vcpu_hcr(vcpu) = hcr | HCR_TVM; in kvm_set_way_flush()1638 *vcpu_hcr(vcpu) &= ~HCR_TVM; in kvm_toggle_cache()
Completed in 9 milliseconds