Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.h360 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4);
H A Dvmx.c3518 vmx_set_cr4(vcpu, kvm_read_cr4(vcpu)); in vmx_set_cr0()
3584 void vmx_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4) in vmx_set_cr4() function