KVM: x86/mmu: Rename slot rmap walkers to add clarity and clean up code
authorSean Christopherson <seanjc@google.com>
Thu, 2 Feb 2023 18:27:49 +0000 (18:27 +0000)
committerSean Christopherson <seanjc@google.com>
Fri, 17 Mar 2023 23:02:06 +0000 (16:02 -0700)
commit727ae377013249c05359f84975d21f3d13c70907
tree5fbc454fae3ffd4a6415832730d4c942f47619ff
parent9d4655da1a4c17f6691a6434303d9973017bf1ca
KVM: x86/mmu: Rename slot rmap walkers to add clarity and clean up code

Replace "slot_handle_level" with "walk_slot_rmaps" to better capture what
the helpers are doing, and to slightly shorten the function names so that
each function's return type and attributes can be placed on the same line
as the function declaration.

No functional change intended.

Link: https://lore.kernel.org/mm-commits/CAHk-=wjS-Jg7sGMwUPpDsjv392nDOOs0CtUtVkp=S6Q7JzFJRw@mail.gmail.com
Signed-off-by: Ben Gardon <bgardon@google.com>
Link: https://lore.kernel.org/r/20230202182809.1929122-2-bgardon@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/mmu/mmu.c