Home
last modified time | relevance | path

Searched refs:hw_cr4 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
Dvmx.c3789 unsigned long hw_cr4 = in vmx_set_cr4() local
3812 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()