summaryrefslogtreecommitdiff
path: root/rust/kernel/ptr/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorRyan Roberts <ryan.roberts@arm.com>2026-03-02 13:55:57 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2026-03-13 17:23:04 +0000
commit11f6dd8dd2838703fe3d149118b8c785150cc92f (patch)
treeb014b665a2b0f6908b5a71c1a501174e29d9487a /rust/kernel/ptr/git@git.tavy.me:linux.git
parent64212d689306df27fb12363df2aab030cf767a4a (diff)
arm64: mm: Refactor __flush_tlb_range() to take flags
We have function variants with "_nosync", "_local", "_nonotify" as well as the "last_level" parameter. Let's generalize and simplify by using a flags parameter to encode all these variants. As a first step, convert the "last_level" boolean parameter to a flags parameter and create the first flag, TLBF_NOWALKCACHE. When present, walk cache entries are not evicted, which is the same as the old last_level=true. Reviewed-by: Linu Cherian <linu.cherian@arm.com> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Signed-off-by: Ryan Roberts <ryan.roberts@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'rust/kernel/ptr/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions