Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dvmx.c3825 static int vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4);
3840 vmx_set_cr4(vcpu, kvm_read_cr4(vcpu)); in ept_update_paging_mode_cr0()
3848 vmx_set_cr4(vcpu, kvm_read_cr4(vcpu)); in ept_update_paging_mode_cr0()
3930 static int vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4() function
5198 vmx_set_cr4(vcpu, 0); in vmx_vcpu_reset()
9982 vmx_set_cr4(vcpu, vmcs12->guest_cr4); in prepare_vmcs02()
10533 vmx_set_cr4(vcpu, vmcs12->host_cr4); in load_vmcs12_host_state()
11084 .set_cr4 = vmx_set_cr4,