Home
last modified time | relevance | path

Searched refs:vmx_set_cr0 (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kvm/vmx/
Dvmx.h321 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
Dnested.c2396 vmx_set_cr0(vcpu, vmcs12->guest_cr0); in prepare_vmcs02()
3823 vmx_set_cr0(vcpu, vmcs12->host_cr0); in load_vmcs12_host_state()
3990 vmx_set_cr0(vcpu, vmcs_readl(CR0_READ_SHADOW)); in nested_vmx_restore_host_state()
Dvmx.c2936 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) in vmx_set_cr0() function
4362 vmx_set_cr0(vcpu, cr0); /* enter rmode */ in vmx_vcpu_reset()
4863 vmx_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~X86_CR0_TS)); in handle_cr()
7790 .set_cr0 = vmx_set_cr0,