Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dkvm_cache_regs.h58 if (tmask & vcpu->arch.cr0_guest_owned_bits) in kvm_read_cr0_bits()
Dvmx.c953 vcpu->arch.cr0_guest_owned_bits = X86_CR0_TS; in vmx_fpu_activate()
954 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits); in vmx_fpu_activate()
964 vcpu->arch.cr0_guest_owned_bits = 0; in vmx_fpu_deactivate()
965 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits); in vmx_fpu_deactivate()
1887 ulong cr0_guest_owned_bits = vcpu->arch.cr0_guest_owned_bits; in vmx_decache_cr0_guest_bits() local
1889 vcpu->arch.cr0 &= ~cr0_guest_owned_bits; in vmx_decache_cr0_guest_bits()
1890 vcpu->arch.cr0 |= vmcs_readl(GUEST_CR0) & cr0_guest_owned_bits; in vmx_decache_cr0_guest_bits()
/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h285 unsigned long cr0_guest_owned_bits; member