Searched refs:vmx_set_cr0 (Results 1 – 5 of 5) sorted by relevance
67 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
356 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
397 vmx_set_cr0(vcpu, cr0); in vt_set_cr0()
2781 vmx_set_cr0(vcpu, vmcs12->guest_cr0); in prepare_vmcs02()4802 vmx_set_cr0(vcpu, vmcs12->host_cr0); in load_vmcs12_host_state()4968 vmx_set_cr0(vcpu, vmcs_readl(CR0_READ_SHADOW)); in nested_vmx_restore_host_state()
3502 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) in vmx_set_cr0() function