Searched refs:HCR_VM (Results 1 - 3 of 3) sorted by relevance

/linux-master/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 | \
/linux-master/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)
299 params->hcr_el2 |= HCR_VM;

Completed in 132 milliseconds