Lines Matching refs:guest_cr0
260 natural_width guest_cr0; member
737 FIELD(GUEST_CR0, guest_cr0),
2005 return (fields->guest_cr0 & ~fields->cr0_guest_host_mask) | in nested_read_cr0()
2034 vmcs12->guest_cr0 = (vmcs12->guest_cr0 & ~X86_CR0_TS) | in vmx_fpu_deactivate()
5261 (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask); in handle_set_cr0()
7527 !(vmcs12->guest_cr0 & X86_CR0_TS)) in nested_vmx_exit_handled()
9353 vmx_set_cr0(vcpu, vmcs12->guest_cr0); in prepare_vmcs02()
9473 if (!nested_cr0_valid(vcpu, vmcs12->guest_cr0) || in nested_vmx_run()
9498 ((vmcs12->guest_cr0 & X86_CR0_PG) && in nested_vmx_run()
9600 /*2*/ (vmcs12->guest_cr0 & vmcs12->cr0_guest_host_mask) | in vmcs12_guest_cr0()
9726 vmcs12->guest_cr0 = vmcs12_guest_cr0(vcpu, vmcs12); in prepare_vmcs12()