Lines Matching refs:guest_cr0
1752 vmcs12->guest_cr0 = evmcs->guest_cr0;
1957 evmcs->guest_cr0 = vmcs12->guest_cr0;
2583 * This sets GUEST_CR0 to vmcs12->guest_cr0, possibly modifying those
2590 vmx_set_cr0(vcpu, vmcs12->guest_cr0);
2811 bool prot_mode = !urg || vmcs12->guest_cr0 & X86_CR0_PE;
3005 if (CC(!nested_guest_cr0_valid(vcpu, vmcs12->guest_cr0)) ||
3027 if (CC((vmcs12->guest_cr0 & (X86_CR0_PG | X86_CR0_PE)) == X86_CR0_PG))
3031 CC(ia32e && !(vmcs12->guest_cr0 & X86_CR0_PG)))
3047 CC(((vmcs12->guest_cr0 & X86_CR0_PG) &&
3632 * On a nested exit from L2 to L1, vmcs12.guest_cr0 might not be up-to-date
3634 * This function returns the new value we should put in vmcs12.guest_cr0.
3641 * the bit from vmcs12.guest_cr0. Note that the bit from vmcs02 GUEST_CR0
3653 /*2*/ (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask) |
4101 vmcs12->guest_cr0 = vmcs12_guest_cr0(vcpu, vmcs12);