Searched refs:HOST_CR0 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ | ||
D | vmx.h | 225 HOST_CR0 = 0x00006c00, enumerator |
/linux-2.6.39/arch/x86/kvm/ | ||
D | vmx.c | 2670 vmcs_writel(HOST_CR0, read_cr0() | X86_CR0_TS); /* 22.2.3 */ in vmx_vcpu_setup() |