Searched refs:vmx_set_cr4 (Results 1 – 5 of 5) sorted by relevance
69 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4);
367 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4);
413 vmx_set_cr4(vcpu, cr4); in vt_set_cr4()
2776 vmx_set_cr4(vcpu, vmcs12->guest_cr4); in prepare_vmcs02()4805 vmx_set_cr4(vcpu, vmcs12->host_cr4); in load_vmcs12_host_state()4970 vmx_set_cr4(vcpu, vmcs_readl(CR4_READ_SHADOW)); in nested_vmx_restore_host_state()
3521 vmx_set_cr4(vcpu, kvm_read_cr4(vcpu)); in vmx_set_cr0()3587 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4() function