diff options
| author | Sean Christopherson <[email protected]> | 2022-07-15 22:42:23 +0000 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2022-07-28 13:22:16 -0400 |
| commit | 2833eda0e296ba3c410e9d57636de14d2589ad4e (patch) | |
| tree | 7a061f7a8fda069d8c05e6ceb47019dfa8e33fc3 /tools/perf/scripts/python/flamegraph.py | |
| parent | aed02fe3cae41c4f9a5f31390b198025bfc9cf88 (diff) | |
KVM: x86/mmu: Rename __kvm_zap_rmaps() to align with other nomenclature
Rename __kvm_zap_rmaps() to kvm_rmap_zap_gfn_range() to avoid future
confusion with a soon-to-be-introduced __kvm_zap_rmap(). Using a plural
"rmaps" is somewhat ambiguous without additional context, as it's not
obvious whether it's referring to multiple rmap lists, versus multiple
rmap entries within a single list.
Use kvm_rmap_zap_gfn_range() to align with the pattern established by
kvm_rmap_zap_collapsible_sptes(), without losing the information that it
zaps only rmap-based MMUs, i.e. don't rename it to __kvm_zap_gfn_range().
No functional change intended.
Signed-off-by: Sean Christopherson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions