Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dkvm_cache_regs.h136 if ((tmask & vcpu->arch.cr0_guest_owned_bits) && in kvm_read_cr0_bits()
/arch/x86/kvm/vmx/
Dnested.c2529 vcpu->arch.cr0_guest_owned_bits &= ~vmcs12->cr0_guest_host_mask; in prepare_vmcs02()
2530 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits); in prepare_vmcs02()
3681 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) | in vmcs12_guest_cr0()
3684 vcpu->arch.cr0_guest_owned_bits)); in vmcs12_guest_cr0()
4311 vcpu->arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; in load_vmcs12_host_state()
4462 vcpu->arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; in nested_vmx_restore_host_state()
Dvmx.c2347 guest_owned_bits = vcpu->arch.cr0_guest_owned_bits; in vmx_cache_reg()
4478 vmx->vcpu.arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; in init_vmcs()
4479 vmcs_writel(CR0_GUEST_HOST_MASK, ~vmx->vcpu.arch.cr0_guest_owned_bits); in init_vmcs()
/arch/x86/include/asm/
Dkvm_host.h624 unsigned long cr0_guest_owned_bits; member