Searched refs:GUEST_CR0 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dvmx.h197 GUEST_CR0 = 0x00006800, enumerator in enum:vmcs_field
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dvmx.c949 cr0 = vmcs_readl(GUEST_CR0);
952 vmcs_writel(GUEST_CR0, cr0);
963 vmcs_set_bits(GUEST_CR0, X86_CR0_TS | X86_CR0_MP);
1840 vcpu->arch.cr0 |= vmcs_readl(GUEST_CR0) & cr0_guest_owned_bits;
1941 vmcs_writel(GUEST_CR0, hw_cr0);

Completed in 69 milliseconds