-
- Downloads
arm64: flush: use local TLB and I-cache invalidation
There are a number of places where a single CPU is running with a private page-table and we need to perform maintenance on the TLB and I-cache in order to ensure correctness, but do not require the operation to be broadcast to other CPUs. This patch adds local variants of tlb_flush_all and __flush_icache_all to support these use-cases and updates the callers respectively. __local_flush_icache_all also implies an isb, since it is intended to be used synchronously. Reviewed-by:Catalin Marinas <catalin.marinas@arm.com> Acked-by:
David Daney <david.daney@cavium.com> Acked-by:
Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by:
Will Deacon <will.deacon@arm.com> Signed-off-by:
Catalin Marinas <catalin.marinas@arm.com>
Showing
- arch/arm64/include/asm/cacheflush.h 7 additions, 0 deletionsarch/arm64/include/asm/cacheflush.h
- arch/arm64/include/asm/tlbflush.h 8 additions, 0 deletionsarch/arm64/include/asm/tlbflush.h
- arch/arm64/kernel/efi.c 2 additions, 2 deletionsarch/arm64/kernel/efi.c
- arch/arm64/kernel/smp.c 1 addition, 1 deletionarch/arm64/kernel/smp.c
- arch/arm64/kernel/suspend.c 1 addition, 1 deletionarch/arm64/kernel/suspend.c
- arch/arm64/mm/context.c 2 additions, 2 deletionsarch/arm64/mm/context.c
- arch/arm64/mm/mmu.c 1 addition, 1 deletionarch/arm64/mm/mmu.c
Loading
Please register or sign in to comment