Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_cache_regs.h119 if ((tmask & vcpu->arch.cr0_guest_owned_bits) && in kvm_read_cr0_bits()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c2561 vcpu->arch.cr0_guest_owned_bits &= ~vmcs12->cr0_guest_host_mask; in prepare_vmcs02()
2562 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits); in prepare_vmcs02()
3646 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) | in vmcs12_guest_cr0()
3649 vcpu->arch.cr0_guest_owned_bits)); in vmcs12_guest_cr0()
4244 vcpu->arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; in load_vmcs12_host_state()
4394 vcpu->arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; in nested_vmx_restore_host_state()
H A Dvmx.c2324 guest_owned_bits = vcpu->arch.cr0_guest_owned_bits; in vmx_cache_reg()
4455 vmx->vcpu.arch.cr0_guest_owned_bits = KVM_POSSIBLE_CR0_GUEST_BITS; in init_vmcs()
4456 vmcs_writel(CR0_GUEST_HOST_MASK, ~vmx->vcpu.arch.cr0_guest_owned_bits); in init_vmcs()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h534 unsigned long cr0_guest_owned_bits; member