Home
last modified time | relevance | path

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

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