Commit 8c63e8c
KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
Rename kvm_flush_remote_tlbs_with_address() to
kvm_flush_remote_tlbs_range(). This name is shorter, which reduces the
number of callsites that need to be broken up across multiple lines, and
more readable since it conveys a range of memory is being flushed rather
than a single address.
No functional change intended.
Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20230126184025.2294823-5-dmatlack@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>1 parent 28e4b45 commit 8c63e8c
2 files changed
Lines changed: 8 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
265 | | - | |
| 264 | + | |
266 | 265 | | |
267 | 266 | | |
268 | 267 | | |
| |||
5922 | 5921 | | |
5923 | 5922 | | |
5924 | 5923 | | |
5925 | | - | |
5926 | | - | |
5927 | | - | |
| 5924 | + | |
| 5925 | + | |
5928 | 5926 | | |
5929 | 5927 | | |
5930 | 5928 | | |
| |||
6279 | 6277 | | |
6280 | 6278 | | |
6281 | 6279 | | |
6282 | | - | |
6283 | | - | |
| 6280 | + | |
6284 | 6281 | | |
6285 | 6282 | | |
6286 | 6283 | | |
| |||
6669 | 6666 | | |
6670 | 6667 | | |
6671 | 6668 | | |
6672 | | - | |
6673 | | - | |
| 6669 | + | |
6674 | 6670 | | |
6675 | 6671 | | |
6676 | 6672 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
| 173 | + | |
175 | 174 | | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
179 | | - | |
180 | | - | |
| 178 | + | |
| 179 | + | |
181 | 180 | | |
182 | 181 | | |
183 | 182 | | |
| |||
0 commit comments