cr4_guest_owned_bits  551 arch/x86/include/asm/kvm_host.h 	unsigned long cr4_guest_owned_bits;
cr4_guest_owned_bits  105 arch/x86/kvm/kvm_cache_regs.h 	if (tmask & vcpu->arch.cr4_guest_owned_bits)
cr4_guest_owned_bits 3336 arch/x86/kvm/vmx/nested.c 	/*1*/	(vmcs_readl(GUEST_CR4) & vcpu->arch.cr4_guest_owned_bits) |
cr4_guest_owned_bits 3339 arch/x86/kvm/vmx/nested.c 			vcpu->arch.cr4_guest_owned_bits));
cr4_guest_owned_bits 3826 arch/x86/kvm/vmx/nested.c 	vcpu->arch.cr4_guest_owned_bits = ~vmcs_readl(CR4_GUEST_HOST_MASK);
cr4_guest_owned_bits 3992 arch/x86/kvm/vmx/nested.c 	vcpu->arch.cr4_guest_owned_bits = ~vmcs_readl(CR4_GUEST_HOST_MASK);
cr4_guest_owned_bits 2843 arch/x86/kvm/vmx/vmx.c 	ulong cr4_guest_owned_bits = vcpu->arch.cr4_guest_owned_bits;
cr4_guest_owned_bits 2845 arch/x86/kvm/vmx/vmx.c 	vcpu->arch.cr4 &= ~cr4_guest_owned_bits;
cr4_guest_owned_bits 2846 arch/x86/kvm/vmx/vmx.c 	vcpu->arch.cr4 |= vmcs_readl(GUEST_CR4) & cr4_guest_owned_bits;
cr4_guest_owned_bits 3916 arch/x86/kvm/vmx/vmx.c 	vmx->vcpu.arch.cr4_guest_owned_bits = KVM_CR4_GUEST_OWNED_BITS;
cr4_guest_owned_bits 3918 arch/x86/kvm/vmx/vmx.c 		vmx->vcpu.arch.cr4_guest_owned_bits |= X86_CR4_PGE;
cr4_guest_owned_bits 3920 arch/x86/kvm/vmx/vmx.c 		vmx->vcpu.arch.cr4_guest_owned_bits &=
cr4_guest_owned_bits 3922 arch/x86/kvm/vmx/vmx.c 	vmcs_writel(CR4_GUEST_HOST_MASK, ~vmx->vcpu.arch.cr4_guest_owned_bits);