Thomas Gleixner | 2874c5f | 2019-05-27 08:55:01 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
Stephen Rothwell | 9a0f78f | 2005-11-04 10:20:27 +1100 | [diff] [blame] | 3 | * TLB shootdown specifics for powerpc |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * |
Stephen Rothwell | 9a0f78f | 2005-11-04 10:20:27 +1100 | [diff] [blame] | 5 | * Copyright (C) 2002 Anton Blanchard, IBM Corp. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | * Copyright (C) 2002 Paul Mackerras, IBM Corp. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | */ |
Stephen Rothwell | 9a0f78f | 2005-11-04 10:20:27 +1100 | [diff] [blame] | 8 | #ifndef _ASM_POWERPC_TLB_H |
| 9 | #define _ASM_POWERPC_TLB_H |
Arnd Bergmann | 88ced03 | 2005-12-16 22:43:46 +0100 | [diff] [blame] | 10 | #ifdef __KERNEL__ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
Stephen Rothwell | 9a0f78f | 2005-11-04 10:20:27 +1100 | [diff] [blame] | 12 | #ifndef __powerpc64__ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | #include <asm/pgtable.h> |
Stephen Rothwell | 9a0f78f | 2005-11-04 10:20:27 +1100 | [diff] [blame] | 14 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | #include <asm/pgalloc.h> |
Stephen Rothwell | 9a0f78f | 2005-11-04 10:20:27 +1100 | [diff] [blame] | 16 | #ifndef __powerpc64__ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #include <asm/page.h> |
| 18 | #include <asm/mmu.h> |
Stephen Rothwell | 9a0f78f | 2005-11-04 10:20:27 +1100 | [diff] [blame] | 19 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | |
Mathieu Desnoyers | d4243c1 | 2007-10-02 13:30:04 -0700 | [diff] [blame] | 21 | #include <linux/pagemap.h> |
| 22 | |
Stephen Rothwell | 9a0f78f | 2005-11-04 10:20:27 +1100 | [diff] [blame] | 23 | #define tlb_start_vma(tlb, vma) do { } while (0) |
| 24 | #define tlb_end_vma(tlb, vma) do { } while (0) |
Will Deacon | fb7332a | 2014-10-29 10:03:09 +0000 | [diff] [blame] | 25 | #define __tlb_remove_tlb_entry __tlb_remove_tlb_entry |
Stephen Rothwell | 9a0f78f | 2005-11-04 10:20:27 +1100 | [diff] [blame] | 26 | |
Peter Zijlstra | 5f307be | 2018-09-04 13:18:15 +0200 | [diff] [blame] | 27 | #define tlb_flush tlb_flush |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | extern void tlb_flush(struct mmu_gather *tlb); |
| 29 | |
| 30 | /* Get the generic bits... */ |
| 31 | #include <asm-generic/tlb.h> |
| 32 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | extern void flush_hash_entry(struct mm_struct *mm, pte_t *ptep, |
| 34 | unsigned long address); |
| 35 | |
| 36 | static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, |
Benjamin Herrenschmidt | c7cc58a1 | 2009-07-23 23:15:28 +0000 | [diff] [blame] | 37 | unsigned long address) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | { |
Christophe Leroy | 68289ae | 2018-11-17 10:25:02 +0000 | [diff] [blame] | 39 | #ifdef CONFIG_PPC_BOOK3S_32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | if (pte_val(*ptep) & _PAGE_HASHPTE) |
| 41 | flush_hash_entry(tlb->mm, ptep, address); |
Benjamin Herrenschmidt | c7cc58a1 | 2009-07-23 23:15:28 +0000 | [diff] [blame] | 42 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | } |
| 44 | |
Aneesh Kumar K.V | 9d4dab1 | 2016-07-13 15:06:39 +0530 | [diff] [blame] | 45 | #ifdef CONFIG_SMP |
| 46 | static inline int mm_is_core_local(struct mm_struct *mm) |
| 47 | { |
| 48 | return cpumask_subset(mm_cpumask(mm), |
| 49 | topology_sibling_cpumask(smp_processor_id())); |
| 50 | } |
Aneesh Kumar K.V | bd77c44 | 2016-10-24 08:50:43 +0530 | [diff] [blame] | 51 | |
Benjamin Herrenschmidt | a619e59 | 2017-07-24 14:28:02 +1000 | [diff] [blame] | 52 | #ifdef CONFIG_PPC_BOOK3S_64 |
| 53 | static inline int mm_is_thread_local(struct mm_struct *mm) |
| 54 | { |
| 55 | if (atomic_read(&mm->context.active_cpus) > 1) |
| 56 | return false; |
| 57 | return cpumask_test_cpu(smp_processor_id(), mm_cpumask(mm)); |
| 58 | } |
Nicholas Piggin | 0cef77c | 2018-06-01 20:01:21 +1000 | [diff] [blame] | 59 | static inline void mm_reset_thread_local(struct mm_struct *mm) |
| 60 | { |
| 61 | WARN_ON(atomic_read(&mm->context.copros) > 0); |
| 62 | /* |
| 63 | * It's possible for mm_access to take a reference on mm_users to |
| 64 | * access the remote mm from another thread, but it's not allowed |
| 65 | * to set mm_cpumask, so mm_users may be > 1 here. |
| 66 | */ |
| 67 | WARN_ON(current->mm != mm); |
| 68 | atomic_set(&mm->context.active_cpus, 1); |
| 69 | cpumask_clear(mm_cpumask(mm)); |
| 70 | cpumask_set_cpu(smp_processor_id(), mm_cpumask(mm)); |
| 71 | } |
Benjamin Herrenschmidt | a619e59 | 2017-07-24 14:28:02 +1000 | [diff] [blame] | 72 | #else /* CONFIG_PPC_BOOK3S_64 */ |
Aneesh Kumar K.V | bd77c44 | 2016-10-24 08:50:43 +0530 | [diff] [blame] | 73 | static inline int mm_is_thread_local(struct mm_struct *mm) |
| 74 | { |
| 75 | return cpumask_equal(mm_cpumask(mm), |
| 76 | cpumask_of(smp_processor_id())); |
| 77 | } |
Benjamin Herrenschmidt | a619e59 | 2017-07-24 14:28:02 +1000 | [diff] [blame] | 78 | #endif /* !CONFIG_PPC_BOOK3S_64 */ |
Aneesh Kumar K.V | bd77c44 | 2016-10-24 08:50:43 +0530 | [diff] [blame] | 79 | |
Benjamin Herrenschmidt | a619e59 | 2017-07-24 14:28:02 +1000 | [diff] [blame] | 80 | #else /* CONFIG_SMP */ |
Aneesh Kumar K.V | 9d4dab1 | 2016-07-13 15:06:39 +0530 | [diff] [blame] | 81 | static inline int mm_is_core_local(struct mm_struct *mm) |
| 82 | { |
| 83 | return 1; |
| 84 | } |
Aneesh Kumar K.V | bd77c44 | 2016-10-24 08:50:43 +0530 | [diff] [blame] | 85 | |
| 86 | static inline int mm_is_thread_local(struct mm_struct *mm) |
| 87 | { |
| 88 | return 1; |
| 89 | } |
Aneesh Kumar K.V | 9d4dab1 | 2016-07-13 15:06:39 +0530 | [diff] [blame] | 90 | #endif |
| 91 | |
Arnd Bergmann | 88ced03 | 2005-12-16 22:43:46 +0100 | [diff] [blame] | 92 | #endif /* __KERNEL__ */ |
Stephen Rothwell | 9a0f78f | 2005-11-04 10:20:27 +1100 | [diff] [blame] | 93 | #endif /* __ASM_POWERPC_TLB_H */ |