Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h2155 void kvm_post_set_cr4(struct kvm_vcpu *vcpu, unsigned long old_cr4, unsigned long cr4);
/linux-6.15/arch/x86/kvm/
H A Dx86.c1285 void kvm_post_set_cr4(struct kvm_vcpu *vcpu, unsigned long old_cr4, unsigned long cr4) in kvm_post_set_cr4() function
1325 EXPORT_SYMBOL_GPL(kvm_post_set_cr4);
1352 kvm_post_set_cr4(vcpu, old_cr4, cr4); in kvm_set_cr4()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c2810 kvm_post_set_cr4(vcpu, old_value, new_value); in cr_trap()