Lines Matching refs:guest_cr0
1736 vmcs12->guest_cr0 = evmcs->guest_cr0;
1959 evmcs->guest_cr0 = vmcs12->guest_cr0;
2601 vmx_set_cr0(vcpu, vmcs12->guest_cr0);
2835 bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE;
3028 if (CC(!nested_guest_cr0_valid(vcpu, vmcs12->guest_cr0)) ||
3050 if (CC((vmcs12->guest_cr0 & (X86_CR0_PG | X86_CR0_PE)) == X86_CR0_PG))
3054 CC(ia32e && !(vmcs12->guest_cr0 & X86_CR0_PG)))
3070 CC(((vmcs12->guest_cr0 & X86_CR0_PG) &&
3691 * On a nested exit from L2 to L1, vmcs12.guest_cr0 might not be up-to-date
3693 * This function returns the new value we should put in vmcs12.guest_cr0.
3700 * the bit from vmcs12.guest_cr0. Note that the bit from vmcs02 GUEST_CR0
3712 /*2*/ (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask) |
4338 vmcs12->guest_cr0 = vmcs12_guest_cr0(vcpu, vmcs12);