Searched refs:hw_cr4 (Results 1 – 1 of 1) sorted by relevance
3789 unsigned long hw_cr4 = in vmx_set_cr4() local3812 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()3813 hw_cr4 |= X86_CR4_PSE; in vmx_set_cr4()3815 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4()3827 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP); in vmx_set_cr4()3830 vmcs_writel(GUEST_CR4, hw_cr4); in vmx_set_cr4()