blob: e2a2b8400490049143edee40316313a906ca6db7 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Paul Mackerras047ea782005-11-19 20:17:32 +11002#ifndef __ASM_POWERPC_MMU_CONTEXT_H
3#define __ASM_POWERPC_MMU_CONTEXT_H
Arnd Bergmann88ced032005-12-16 22:43:46 +01004#ifdef __KERNEL__
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Benjamin Herrenschmidt5e696612008-12-18 19:13:24 +00006#include <linux/kernel.h>
7#include <linux/mm.h>
8#include <linux/sched.h>
9#include <linux/spinlock.h>
Kumar Gala80a7cc62007-07-03 03:22:05 -050010#include <asm/mmu.h>
11#include <asm/cputable.h>
Benjamin Herrenschmidt5e696612008-12-18 19:13:24 +000012#include <asm/cputhreads.h>
Kumar Gala80a7cc62007-07-03 03:22:05 -050013
14/*
Benjamin Herrenschmidt5e696612008-12-18 19:13:24 +000015 * Most if the context management is out of line
Kumar Gala80a7cc62007-07-03 03:22:05 -050016 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070017extern int init_new_context(struct task_struct *tsk, struct mm_struct *mm);
18extern void destroy_context(struct mm_struct *mm);
Alexey Kardashevskiy15b244a2015-06-05 16:35:24 +100019#ifdef CONFIG_SPAPR_TCE_IOMMU
20struct mm_iommu_table_group_mem_t;
21
Balbir Singh2e5bbb52016-09-06 16:27:31 +100022extern int isolate_lru_page(struct page *page); /* from internal.h */
Alexey Kardashevskiyd7baee62016-11-30 17:52:00 +110023extern bool mm_iommu_preregistered(struct mm_struct *mm);
24extern long mm_iommu_get(struct mm_struct *mm,
25 unsigned long ua, unsigned long entries,
Alexey Kardashevskiy15b244a2015-06-05 16:35:24 +100026 struct mm_iommu_table_group_mem_t **pmem);
Alexey Kardashevskiyd7baee62016-11-30 17:52:00 +110027extern long mm_iommu_put(struct mm_struct *mm,
28 struct mm_iommu_table_group_mem_t *mem);
Alexey Kardashevskiy88f54a32016-11-30 17:51:59 +110029extern void mm_iommu_init(struct mm_struct *mm);
30extern void mm_iommu_cleanup(struct mm_struct *mm);
Alexey Kardashevskiyd7baee62016-11-30 17:52:00 +110031extern struct mm_iommu_table_group_mem_t *mm_iommu_lookup(struct mm_struct *mm,
32 unsigned long ua, unsigned long size);
Alexey Kardashevskiy6b5c19c2017-03-22 15:21:47 +110033extern struct mm_iommu_table_group_mem_t *mm_iommu_lookup_rm(
34 struct mm_struct *mm, unsigned long ua, unsigned long size);
Alexey Kardashevskiyd7baee62016-11-30 17:52:00 +110035extern struct mm_iommu_table_group_mem_t *mm_iommu_find(struct mm_struct *mm,
36 unsigned long ua, unsigned long entries);
Alexey Kardashevskiy15b244a2015-06-05 16:35:24 +100037extern long mm_iommu_ua_to_hpa(struct mm_iommu_table_group_mem_t *mem,
38 unsigned long ua, unsigned long *hpa);
Alexey Kardashevskiy6b5c19c2017-03-22 15:21:47 +110039extern long mm_iommu_ua_to_hpa_rm(struct mm_iommu_table_group_mem_t *mem,
40 unsigned long ua, unsigned long *hpa);
Alexey Kardashevskiy15b244a2015-06-05 16:35:24 +100041extern long mm_iommu_mapped_inc(struct mm_iommu_table_group_mem_t *mem);
42extern void mm_iommu_mapped_dec(struct mm_iommu_table_group_mem_t *mem);
43#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070044extern void switch_slb(struct task_struct *tsk, struct mm_struct *mm);
Benjamin Herrenschmidt5e696612008-12-18 19:13:24 +000045extern void set_context(unsigned long id, pgd_t *pgd);
Linus Torvalds1da177e2005-04-16 15:20:36 -070046
Benjamin Herrenschmidt6f0ef0f2009-07-23 23:15:26 +000047#ifdef CONFIG_PPC_BOOK3S_64
Aneesh Kumar K.V7e381c02016-04-29 23:26:02 +100048extern void radix__switch_mmu_context(struct mm_struct *prev,
Benjamin Herrenschmidta25bd722017-07-24 14:26:06 +100049 struct mm_struct *next);
Aneesh Kumar K.Vd2adba32016-04-29 23:26:01 +100050static inline void switch_mmu_context(struct mm_struct *prev,
51 struct mm_struct *next,
52 struct task_struct *tsk)
53{
Aneesh Kumar K.V7e381c02016-04-29 23:26:02 +100054 if (radix_enabled())
55 return radix__switch_mmu_context(prev, next);
Aneesh Kumar K.Vd2adba32016-04-29 23:26:01 +100056 return switch_slb(tsk, next);
57}
58
Michael Ellermana336f2f2017-03-29 22:00:46 +110059extern int hash__alloc_context_id(void);
Aneesh Kumar K.V82228e32017-03-22 09:07:00 +053060extern void hash__reserve_context_id(int id);
Alexander Grafe85a4712009-11-02 12:02:30 +000061extern void __destroy_context(int context_id);
Benjamin Herrenschmidt6f0ef0f2009-07-23 23:15:26 +000062static inline void mmu_context_init(void) { }
63#else
Aneesh Kumar K.Vd2adba32016-04-29 23:26:01 +100064extern void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next,
65 struct task_struct *tsk);
Alexander Grafc83ec262010-04-16 00:11:36 +020066extern unsigned long __init_new_context(void);
67extern void __destroy_context(unsigned long context_id);
Benjamin Herrenschmidt6f0ef0f2009-07-23 23:15:26 +000068extern void mmu_context_init(void);
69#endif
70
Benjamin Herrenschmidta25bd722017-07-24 14:26:06 +100071#if defined(CONFIG_KVM_BOOK3S_HV_POSSIBLE) && defined(CONFIG_PPC_RADIX_MMU)
72extern void radix_kvm_prefetch_workaround(struct mm_struct *mm);
73#else
74static inline void radix_kvm_prefetch_workaround(struct mm_struct *mm) { }
75#endif
76
Tseng-Hui (Frank) Lin851d2e22011-05-02 20:43:04 +000077extern void switch_cop(struct mm_struct *next);
78extern int use_cop(unsigned long acop, struct mm_struct *mm);
79extern void drop_cop(unsigned long acop, struct mm_struct *mm);
80
Frederic Barrat03b8abe2017-09-03 20:15:13 +020081#ifdef CONFIG_PPC_BOOK3S_64
82static inline void inc_mm_active_cpus(struct mm_struct *mm)
83{
84 atomic_inc(&mm->context.active_cpus);
85}
86
87static inline void dec_mm_active_cpus(struct mm_struct *mm)
88{
89 atomic_dec(&mm->context.active_cpus);
90}
91
92static inline void mm_context_add_copro(struct mm_struct *mm)
93{
94 /*
95 * On hash, should only be called once over the lifetime of
96 * the context, as we can't decrement the active cpus count
97 * and flush properly for the time being.
98 */
99 inc_mm_active_cpus(mm);
100}
101
102static inline void mm_context_remove_copro(struct mm_struct *mm)
103{
104 /*
105 * Need to broadcast a global flush of the full mm before
106 * decrementing active_cpus count, as the next TLBI may be
107 * local and the nMMU and/or PSL need to be cleaned up.
108 * Should be rare enough so that it's acceptable.
109 *
110 * Skip on hash, as we don't know how to do the proper flush
111 * for the time being. Invalidations will remain global if
112 * used on hash.
113 */
114 if (radix_enabled()) {
115 flush_all_mm(mm);
116 dec_mm_active_cpus(mm);
117 }
118}
119#else
120static inline void inc_mm_active_cpus(struct mm_struct *mm) { }
121static inline void dec_mm_active_cpus(struct mm_struct *mm) { }
122static inline void mm_context_add_copro(struct mm_struct *mm) { }
123static inline void mm_context_remove_copro(struct mm_struct *mm) { }
124#endif
125
126
Benjamin Herrenschmidt3a2df372017-07-24 14:28:03 +1000127extern void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next,
128 struct task_struct *tsk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129
David Gibson9765ad12017-04-19 16:38:26 +1000130static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
131 struct task_struct *tsk)
132{
133 unsigned long flags;
134
135 local_irq_save(flags);
136 switch_mm_irqs_off(prev, next, tsk);
137 local_irq_restore(flags);
138}
139#define switch_mm_irqs_off switch_mm_irqs_off
140
141
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142#define deactivate_mm(tsk,mm) do { } while (0)
143
144/*
145 * After we have set current->mm to a new value, this activates
146 * the context for the new mm so we see the new mappings.
147 */
148static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)
149{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150 switch_mm(prev, next, current);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151}
152
Benjamin Herrenschmidt5e696612008-12-18 19:13:24 +0000153/* We don't currently use enter_lazy_tlb() for anything */
154static inline void enter_lazy_tlb(struct mm_struct *mm,
155 struct task_struct *tsk)
156{
Benjamin Herrenschmidt25d21ad2009-07-23 23:15:47 +0000157 /* 64-bit Book3E keeps track of current PGD in the PACA */
158#ifdef CONFIG_PPC_BOOK3E_64
159 get_paca()->pgd = NULL;
160#endif
Benjamin Herrenschmidt5e696612008-12-18 19:13:24 +0000161}
162
Thomas Gleixnerc10e83f2017-12-14 12:27:29 +0100163static inline int arch_dup_mmap(struct mm_struct *oldmm,
164 struct mm_struct *mm)
Laurent Dufour83d3f0e2015-06-24 16:56:22 -0700165{
Thomas Gleixnerc10e83f2017-12-14 12:27:29 +0100166 return 0;
Laurent Dufour83d3f0e2015-06-24 16:56:22 -0700167}
168
Nicholas Piggin30b49ec2017-10-24 23:06:54 +1000169#ifndef CONFIG_PPC_BOOK3S_64
Laurent Dufour83d3f0e2015-06-24 16:56:22 -0700170static inline void arch_exit_mmap(struct mm_struct *mm)
171{
172}
Nicholas Piggin30b49ec2017-10-24 23:06:54 +1000173#else
174extern void arch_exit_mmap(struct mm_struct *mm);
175#endif
Laurent Dufour83d3f0e2015-06-24 16:56:22 -0700176
177static inline void arch_unmap(struct mm_struct *mm,
178 struct vm_area_struct *vma,
179 unsigned long start, unsigned long end)
180{
181 if (start <= mm->context.vdso_base && mm->context.vdso_base < end)
182 mm->context.vdso_base = 0;
183}
184
185static inline void arch_bprm_mm_init(struct mm_struct *mm,
186 struct vm_area_struct *vma)
187{
188}
189
Dave Hansen1b2ee122016-02-12 13:02:21 -0800190static inline bool arch_vma_access_permitted(struct vm_area_struct *vma,
Dave Hansend61172b2016-02-12 13:02:24 -0800191 bool write, bool execute, bool foreign)
Dave Hansen33a709b2016-02-12 13:02:19 -0800192{
193 /* by default, allow everything */
194 return true;
195}
Arnd Bergmann88ced032005-12-16 22:43:46 +0100196#endif /* __KERNEL__ */
Paul Mackerras047ea782005-11-19 20:17:32 +1100197#endif /* __ASM_POWERPC_MMU_CONTEXT_H */