Searched refs:HCR_TVM (Results 1 – 4 of 4) sorted by relevance
126 hcr |= HCR_TVM; in ___activate_traps()230 if (vcpu->arch.hcr_el2 & HCR_TVM) in handle_tx2_tvm()
37 #define HCR_TVM (UL(1) << 26) macro
95 vcpu->arch.hcr_el2 |= HCR_TVM; in vcpu_reset_hcr()
1906 if (!(hcr & HCR_TVM)) { in kvm_set_way_flush()1910 *vcpu_hcr(vcpu) = hcr | HCR_TVM; in kvm_set_way_flush()1928 *vcpu_hcr(vcpu) &= ~HCR_TVM; in kvm_toggle_cache()
Completed in 12 milliseconds