Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dkvm_cache_regs.h92 if (tmask & vcpu->arch.cr0_guest_owned_bits) in kvm_read_cr0_bits()
/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c2339 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()
Dvmx.c2856 ulong cr0_guest_owned_bits = vcpu->arch.cr0_guest_owned_bits; in vmx_decache_cr0_guest_bits() local
2858 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()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h547 unsigned long cr0_guest_owned_bits; member