Home
last modified time | relevance | path

Searched refs:HCR_HOST_VHE_FLAGS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/vhe/
H A Dtlb.c70 write_sysreg(HCR_HOST_VHE_FLAGS, hcr_el2); in __tlb_switch_to_host()
H A Dswitch.c98 write_sysreg(HCR_HOST_VHE_FLAGS, hcr_el2); in __deactivate_traps()
/openbmc/linux/arch/arm64/kernel/
H A Dhyp-stub.S99 mov_q x0, HCR_HOST_VHE_FLAGS
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_arm.h103 #define HCR_HOST_VHE_FLAGS (HCR_RW | HCR_TGE | HCR_E2H) macro