Searched refs:HCR_VM (Results 1 – 7 of 7) sorted by relevance
74 #define HCR_VM (UL(1) << 0) macro97 #define HCR_GUEST_FLAGS (HCR_TSC | HCR_TSW | HCR_TWE | HCR_TWI | HCR_VM | \
126 bic x0, x0, #HCR_VM
294 if (params->hcr_el2 & HCR_VM) in __pkvm_prot_finalize()299 params->hcr_el2 |= HCR_VM; in __pkvm_prot_finalize()
58 if (el < 2 && (arm_hcr_el2_eff(env) & (HCR_DC | HCR_VM))) { in aprofile_require_alignment()
1593 #define HCR_VM (1ULL << 0)1590 #define HCR_VM global() macro
260 return (hcr_el2 & (HCR_DC | HCR_VM)) == 0; in regime_translation_disabled()
3869 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 |