mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-21 15:50:48 +00:00
The motivation of this renaming is to make these variables and related
helper functions less mmu_notifier bound and can also be used for non
mmu_notifier based page invalidation. mmu_invalidate_* was chosen to
better describe the purpose of 'invalidating' a page that those
variables are used for.
- mmu_notifier_seq/range_start/range_end are renamed to
mmu_invalidate_seq/range_start/range_end.
- mmu_notifier_retry{_hva} helper functions are renamed to
mmu_invalidate_retry{_hva}.
- mmu_notifier_count is renamed to mmu_invalidate_in_progress to
avoid confusion with mn_active_invalidate_count.
- While here, also update kvm_inc/dec_notifier_count() to
kvm_mmu_invalidate_begin/end() to match the change for
mmu_notifier_count.
No functional change intended.
Signed-off-by: Chao Peng <chao.p.peng@linux.intel.com>
Message-Id: <20220816125322.1110439-3-chao.p.peng@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| mmu.c | ||
| tlb.c | ||
| vcpu_exit.c | ||
| vcpu_fp.c | ||
| vcpu_insn.c | ||
| vcpu_sbi_base.c | ||
| vcpu_sbi_hsm.c | ||
| vcpu_sbi_replace.c | ||
| vcpu_sbi_v01.c | ||
| vcpu_sbi.c | ||
| vcpu_switch.S | ||
| vcpu_timer.c | ||
| vcpu.c | ||
| vm.c | ||
| vmid.c | ||