Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h301 hcr |= HCR_TVM; in ___activate_traps()
538 if (vcpu->arch.hcr_el2 & HCR_TVM) in handle_tx2_tvm()
/linux-6.15/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; in vcpu_reset_hcr()
/linux-6.15/arch/arm64/kvm/
H A Dmmu.c2289 if (!(hcr & HCR_TVM)) { in kvm_set_way_flush()
2293 *vcpu_hcr(vcpu) = hcr | HCR_TVM; in kvm_set_way_flush()
2311 *vcpu_hcr(vcpu) &= ~HCR_TVM; in kvm_toggle_cache()
H A Demulate-nested.c209 .value = HCR_TVM,
210 .mask = HCR_TVM,