Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.h405 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
Dnested.c2573 vmx_set_cr0(vcpu, vmcs12->guest_cr0); in prepare_vmcs02()
4453 vmx_set_cr0(vcpu, vmcs12->host_cr0); in load_vmcs12_host_state()
4604 vmx_set_cr0(vcpu, vmcs_readl(CR0_READ_SHADOW)); in nested_vmx_restore_host_state()
Dvmx.c3132 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) in vmx_set_cr0() function
8036 .set_cr0 = vmx_set_cr0,