Searched refs:kvm_post_set_cr4 (Results 1 – 3 of 3) sorted by relevance
2233 void kvm_post_set_cr4(struct kvm_vcpu *vcpu, unsigned long old_cr4, unsigned long cr4);
1329 void kvm_post_set_cr4(struct kvm_vcpu *vcpu, unsigned long old_cr4, unsigned long cr4) in kvm_post_set_cr4() function1369 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_post_set_cr4);1399 kvm_post_set_cr4(vcpu, old_cr4, cr4); in kvm_set_cr4()
2621 kvm_post_set_cr4(vcpu, old_value, new_value); in cr_trap()