Searched refs:vmx_set_cr4 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.h | 350 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4);
|
H A D | nested.c | 2324 * Preset *DT exiting when emulating UMIP, so that vmx_set_cr4() in prepare_vmcs02_early() 2593 vmx_set_cr4(vcpu, vmcs12->guest_cr4); in prepare_vmcs02() 4255 vmx_set_cr4(vcpu, vmcs12->host_cr4); in load_vmcs12_host_state() 4404 vmx_set_cr4(vcpu, vmcs_readl(CR4_READ_SHADOW)); in nested_vmx_restore_host_state()
|
H A D | vmx.c | 3142 vmx_set_cr4(vcpu, kvm_read_cr4(vcpu)); in vmx_set_cr0() 3228 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4() function 4353 * in vmx_set_cr4. */ in vmx_compute_secondary_exec_control() 4594 vmx_set_cr4(vcpu, 0); in vmx_vcpu_reset() 7822 .set_cr4 = vmx_set_cr4,
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.h | 393 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4);
|
H A D | nested.c | 2328 * Preset *DT exiting when emulating UMIP, so that vmx_set_cr4() in prepare_vmcs02_early() 2604 vmx_set_cr4(vcpu, vmcs12->guest_cr4); in prepare_vmcs02() 4496 vmx_set_cr4(vcpu, vmcs12->host_cr4); in load_vmcs12_host_state() 4646 vmx_set_cr4(vcpu, vmcs_readl(CR4_READ_SHADOW)); in nested_vmx_restore_host_state()
|
H A D | vmx.c | 3353 /* Note, vmx_set_cr4() consumes the new vcpu->arch.cr0. */ in vmx_set_cr0() 3355 vmx_set_cr4(vcpu, kvm_read_cr4(vcpu)); in vmx_set_cr0() 3436 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4() function 4626 * in vmx_set_cr4. */ in vmx_secondary_exec_control() 8260 .set_cr4 = vmx_set_cr4,
|
Completed in 35 milliseconds