Searched refs:cr0_guest_owned_bits (Results 1 – 4 of 4) sorted by relevance
92 if (tmask & vcpu->arch.cr0_guest_owned_bits) in kvm_read_cr0_bits()
2339 vcpu->arch.cr0_guest_owned_bits &= ~vmcs12->cr0_guest_host_mask; in prepare_vmcs02()2340 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits); in prepare_vmcs02()3315 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) | in vmcs12_guest_cr0()3318 vcpu->arch.cr0_guest_owned_bits)); in vmcs12_guest_cr0()3812 vcpu->arch.cr0_guest_owned_bits = X86_CR0_TS; in load_vmcs12_host_state()3979 vcpu->arch.cr0_guest_owned_bits = X86_CR0_TS; in nested_vmx_restore_host_state()
2856 ulong cr0_guest_owned_bits = vcpu->arch.cr0_guest_owned_bits; in vmx_decache_cr0_guest_bits() local2858 vcpu->arch.cr0 &= ~cr0_guest_owned_bits; in vmx_decache_cr0_guest_bits()2859 vcpu->arch.cr0 |= vmcs_readl(GUEST_CR0) & cr0_guest_owned_bits; in vmx_decache_cr0_guest_bits()4246 vmx->vcpu.arch.cr0_guest_owned_bits = X86_CR0_TS; in vmx_vcpu_setup()
547 unsigned long cr0_guest_owned_bits; member