Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dkvm_cache_regs.h52 if (tmask & vcpu->arch.cr0_guest_owned_bits) in kvm_read_cr0_bits()
Dvmx.c5144 ulong cr0_guest_owned_bits = vcpu->arch.cr0_guest_owned_bits; in vmx_decache_cr0_guest_bits() local
5146 vcpu->arch.cr0 &= ~cr0_guest_owned_bits; in vmx_decache_cr0_guest_bits()
5147 vcpu->arch.cr0 |= vmcs_readl(GUEST_CR0) & cr0_guest_owned_bits; in vmx_decache_cr0_guest_bits()
6660 vmx->vcpu.arch.cr0_guest_owned_bits = X86_CR0_TS; in vmx_vcpu_setup()
12252 vcpu->arch.cr0_guest_owned_bits &= ~vmcs12->cr0_guest_host_mask; in prepare_vmcs02()
12253 vmcs_writel(CR0_GUEST_HOST_MASK, ~vcpu->arch.cr0_guest_owned_bits); in prepare_vmcs02()
12835 /*1*/ (vmcs_readl(GUEST_CR0) & vcpu->arch.cr0_guest_owned_bits) | in vmcs12_guest_cr0()
12838 vcpu->arch.cr0_guest_owned_bits)); in vmcs12_guest_cr0()
13175 vcpu->arch.cr0_guest_owned_bits = X86_CR0_TS; in load_vmcs12_host_state()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h506 unsigned long cr0_guest_owned_bits; member