Searched refs:hw_cr4 (Results 1 – 1 of 1) sorted by relevance
3253 unsigned long hw_cr4; in vmx_set_cr4() local3255 hw_cr4 = (cr4_read_shadow() & X86_CR4_MCE) | (cr4 & ~X86_CR4_MCE); in vmx_set_cr4()3257 hw_cr4 |= KVM_VM_CR4_ALWAYS_ON_UNRESTRICTED_GUEST; in vmx_set_cr4()3259 hw_cr4 |= KVM_RMODE_VM_CR4_ALWAYS_ON; in vmx_set_cr4()3261 hw_cr4 |= KVM_PMODE_VM_CR4_ALWAYS_ON; in vmx_set_cr4()3266 hw_cr4 &= ~X86_CR4_UMIP; in vmx_set_cr4()3279 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()3280 hw_cr4 |= X86_CR4_PSE; in vmx_set_cr4()3282 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()3298 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()[all …]