Searched refs:hw_cr4 (Results 1 – 1 of 1) sorted by relevance
3647 unsigned long hw_cr4 = in vmx_set_cr4() local3670 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()3671 hw_cr4 |= X86_CR4_PSE; in vmx_set_cr4()3673 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()3685 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP); in vmx_set_cr4()3688 vmcs_writel(GUEST_CR4, hw_cr4); in vmx_set_cr4()