KVM: SVM: Rename init_vmcb_after_set_cpuid() to make it intercepts specific
authorSean Christopherson <seanjc@google.com>
Tue, 10 Jun 2025 22:57:26 +0000 (15:57 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 20 Jun 2025 20:07:30 +0000 (13:07 -0700)
commit049dff172b6dde91649d65dbdad62e62f4855a97
treeb0f8aeeffd64aca15d069353ca7bc86ee6fcd921
parent4ceca57e3f2025936644abac6afafa59d3cc15be
KVM: SVM: Rename init_vmcb_after_set_cpuid() to make it intercepts specific

Rename init_vmcb_after_set_cpuid() to svm_recalc_intercepts_after_set_cpuid()
to more precisely describe its role.  Strictly speaking, the name isn't
perfect as toggling virtual VM{LOAD,SAVE} is arguably not recalculating an
intercept, but practically speaking it's close enough.

No functional change intended.

Link: https://lore.kernel.org/r/20250610225737.156318-22-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/svm.c