diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2024-09-23 15:13:51 +0200 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2024-10-16 13:01:53 +0200 |
commit | a923705c69f7f4ebe6a5488c1f556bed12d28031 (patch) | |
tree | c51eb05da42a4a0caceabf0c250a18f2e6c7e68f /drivers/hid/hid-google-hammer.c | |
parent | arm64: tlbflush: add __flush_tlb_range_limit_excess() (diff) | |
download | linux-a923705c69f7f4ebe6a5488c1f556bed12d28031.tar.xz linux-a923705c69f7f4ebe6a5488c1f556bed12d28031.zip |
arm64: optimize flush tlb kernel range
Currently the kernel TLBs is flushed page by page if the target
VA range is less than MAX_DVM_OPS * PAGE_SIZE, otherwise we'll
brutally issue a TLBI ALL.
But we could optimize it when CPU supports TLB range operations,
convert to use __flush_tlb_range_op() like other tlb range flush
to improve performance.
Co-developed-by: Yicong Yang <yangyicong@hisilicon.com>
Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Link: https://lore.kernel.org/r/20240923131351.713304-3-wangkefeng.wang@huawei.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'drivers/hid/hid-google-hammer.c')
0 files changed, 0 insertions, 0 deletions