Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h354 hcr |= HCR_TVM; in ___activate_traps()
625 if (vcpu->arch.hcr_el2 & HCR_TVM) in handle_tx2_tvm()
/linux/arch/arm64/include/asm/
H A Dkvm_arm.h52 #define HCR_TVM __HCR(TVM) macro
H A Dkvm_emulate.h116 vcpu->arch.hcr_el2 |= HCR_TVM; in vcpu_reset_hcr()
/linux/arch/arm64/kvm/
H A Dmmu.c2543 if (!(hcr & HCR_TVM)) { in kvm_set_way_flush()
2547 *vcpu_hcr(vcpu) = hcr | HCR_TVM; in kvm_set_way_flush()
2565 *vcpu_hcr(vcpu) &= ~HCR_TVM; in kvm_toggle_cache()
H A Demulate-nested.c212 .value = HCR_TVM,
213 .mask = HCR_TVM,