Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.h349 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
H A Dnested.c2590 vmx_set_cr0(vcpu, vmcs12->guest_cr0); in prepare_vmcs02()
4244 * Note that calling vmx_set_cr0 is important, even if cr0 hasn't in load_vmcs12_host_state()
4245 * actually changed, because vmx_set_cr0 refers to efer set above. in load_vmcs12_host_state()
4251 vmx_set_cr0(vcpu, vmcs12->host_cr0); in load_vmcs12_host_state()
4401 vmx_set_cr0(vcpu, vmcs_readl(CR0_READ_SHADOW)); in nested_vmx_restore_host_state()
H A Dvmx.c3074 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) in vmx_set_cr0() function
4593 vmx_set_cr0(vcpu, cr0); /* enter rmode */ in vmx_vcpu_reset()
5186 vmx_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~X86_CR0_TS)); in handle_cr()
7820 .set_cr0 = vmx_set_cr0,
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.h392 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
H A Dnested.c2601 vmx_set_cr0(vcpu, vmcs12->guest_cr0); in prepare_vmcs02()
4485 * Note that calling vmx_set_cr0 is important, even if cr0 hasn't in load_vmcs12_host_state()
4486 * actually changed, because vmx_set_cr0 refers to efer set above. in load_vmcs12_host_state()
4492 vmx_set_cr0(vcpu, vmcs12->host_cr0); in load_vmcs12_host_state()
4643 vmx_set_cr0(vcpu, vmcs_readl(CR0_READ_SHADOW)); in nested_vmx_restore_host_state()
H A Dvmx.c3280 void vmx_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0) in vmx_set_cr0() function
8258 .set_cr0 = vmx_set_cr0,

Completed in 34 milliseconds