Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
A Dkvm_cache_regs.h136 if ((tmask & vcpu->arch.cr0_guest_owned_bits) && in kvm_read_cr0_bits()
/linux/arch/x86/kvm/vmx/
A Dnested.c2503 vcpu->arch.cr0_guest_owned_bits &= ~vmcs12->cr0_guest_host_mask; in prepare_vmcs02()
2504 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits); in prepare_vmcs02()
3650 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) | in vmcs12_guest_cr0()
3653 vcpu->arch.cr0_guest_owned_bits)); in vmcs12_guest_cr0()
4250 vcpu->arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; in load_vmcs12_host_state()
4400 vcpu->arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; in nested_vmx_restore_host_state()
A Dvmx.c2254 guest_owned_bits = vcpu->arch.cr0_guest_owned_bits; in vmx_cache_reg()
4345 vmx->vcpu.arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; in init_vmcs()
4346 vmcs_writel(CR0_GUEST_HOST_MASK, ~vmx->vcpu.arch.cr0_guest_owned_bits); in init_vmcs()
/linux/arch/x86/include/asm/
A Dkvm_host.h619 unsigned long cr0_guest_owned_bits; member

Completed in 36 milliseconds