Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c3565 static void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) in vmx_set_cr0() function
4809 vmx_set_cr0(&vmx->vcpu, kvm_read_cr0(vcpu)); /* enter rmode */ in vmx_vcpu_reset()
5308 vmx_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~X86_CR0_TS)); in handle_clts()
9353 vmx_set_cr0(vcpu, vmcs12->guest_cr0); in prepare_vmcs02()
9896 vmx_set_cr0(vcpu, vmcs12->host_cr0); in load_vmcs12_host_state()
10197 .set_cr0 = vmx_set_cr0,