Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c510 unsigned long vmcs_host_cr4; /* May not match real cr4 */ member
4493 vmx->host_state.vmcs_host_cr4 = cr4; in vmx_set_constant_host_state()
8196 if (unlikely(cr4 != vmx->host_state.vmcs_host_cr4)) { in vmx_vcpu_run()
8198 vmx->host_state.vmcs_host_cr4 = cr4; in vmx_vcpu_run()