diff options
author | David Matlack <dmatlack@google.com> | 2023-01-26 10:40:23 -0800 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2023-03-17 15:36:20 -0700 |
commit | 9d4655da1a4c17f6691a6434303d9973017bf1ca (patch) | |
tree | 4692706a5ef30a58a6bd8d279d5d70f6561f1695 /tools/perf/scripts/python/task-analyzer.py | |
parent | 8c63e8c2176552d5c003d7459609383d32bf47f3 (diff) |
KVM: x86/mmu: Use gfn_t in kvm_flush_remote_tlbs_range()
Use gfn_t instead of u64 for kvm_flush_remote_tlbs_range()'s parameters,
since gfn_t is the standard type for GFNs throughout KVM.
Opportunistically rename pages to nr_pages to make its role even more
obvious.
No functional change intended.
Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20230126184025.2294823-6-dmatlack@google.com
[sean: convert pages to gfn_t too, and rename]
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions