Home
last modified time | relevance | path

Searched refs:HCR_VM (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_arm.h74 #define HCR_VM (UL(1) << 0) macro
97 #define HCR_GUEST_FLAGS (HCR_TSC | HCR_TSW | HCR_TWE | HCR_TWI | HCR_VM | \
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhost.S126 bic x0, x0, #HCR_VM
H A Dmem_protect.c294 if (params->hcr_el2 & HCR_VM) in __pkvm_prot_finalize()
299 params->hcr_el2 |= HCR_VM; in __pkvm_prot_finalize()
/openbmc/qemu/target/arm/tcg/
H A Dhflags.c58 if (el < 2 && (arm_hcr_el2_eff(env) & (HCR_DC | HCR_VM))) { in aprofile_require_alignment()
/openbmc/qemu/target/arm/
H A Dcpu.h1593 #define HCR_VM (1ULL << 0)
1590 #define HCR_VM global() macro
H A Dptw.c260 return (hcr_el2 & (HCR_DC | HCR_VM)) == 0; in regime_translation_disabled()
H A Dhelper.c3869 format64 |= env->cp15.hcr_el2 & (HCR_VM | HCR_DC); in at_e012_access()
6214 * HCR_VM enables stage 2 translation in el_is_in_host()
6222 (HCR_VM | HCR_PTW | HCR_DC | HCR_DCT | HCR_FWB | HCR_NV | HCR_NV1)) { in hcrx_write()
6321 ret &= ~(HCR_VM | HCR_FMO | HCR_IMO | HCR_AMO |