powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not set
[linux-2.6-block.git] / arch / powerpc / include / asm / book3s / 64 / mmu.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
11a6f6ab
AK
2#ifndef _ASM_POWERPC_BOOK3S_64_MMU_H_
3#define _ASM_POWERPC_BOOK3S_64_MMU_H_
4
d09780f3
CL
5#include <asm/page.h>
6
debeda01
NP
7#ifdef CONFIG_HUGETLB_PAGE
8#define HAVE_ARCH_HUGETLB_UNMAPPED_AREA
9#endif
10#define HAVE_ARCH_UNMAPPED_AREA
11#define HAVE_ARCH_UNMAPPED_AREA_TOPDOWN
12
11a6f6ab
AK
13#ifndef __ASSEMBLY__
14/*
15 * Page size definition
16 *
17 * shift : is the "PAGE_SHIFT" value for that page size
18 * sllp : is a bit mask with the value of SLB L || LP to be or'ed
19 * directly to a slbmte "vsid" value
20 * penc : is the HPTE encoding mask for the "LP" field:
21 *
22 */
23struct mmu_psize_def {
24 unsigned int shift; /* number of bits */
25 int penc[MMU_PAGE_COUNT]; /* HPTE encoding */
26 unsigned int tlbiel; /* tlbiel supported for that page size */
27 unsigned long avpnm; /* bits to mask out in AVPN in the HPTE */
d6265cb3 28 unsigned long h_rpt_pgsize; /* H_RPT_INVALIDATE page size encoding */
2bfd65e4
AK
29 union {
30 unsigned long sllp; /* SLB L||LP (exact mask to use in slbmte) */
31 unsigned long ap; /* Ap encoding used by PowerISA 3.0 */
32 };
11a6f6ab
AK
33};
34extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
35#endif /* __ASSEMBLY__ */
36
11a6f6ab
AK
37/* 64-bit classic hash table MMU */
38#include <asm/book3s/64/mmu-hash.h>
11a6f6ab
AK
39
40#ifndef __ASSEMBLY__
e9983344 41/*
8ab102d6 42 * ISA 3.0 partition and process table entry format
e9983344
AK
43 */
44struct prtb_entry {
45 __be64 prtb0;
46 __be64 prtb1;
47};
48extern struct prtb_entry *process_tb;
49
50struct patb_entry {
51 __be64 patb0;
52 __be64 patb1;
53};
54extern struct patb_entry *partition_tb;
55
dbcbfee0 56/* Bits in patb0 field */
e9983344 57#define PATB_HR (1UL << 63)
70cd4c10 58#define RPDB_MASK 0x0fffffffffffff00UL
e9983344 59#define RPDB_SHIFT (1UL << 8)
dbcbfee0
PM
60#define RTS1_SHIFT 61 /* top 2 bits of radix tree size */
61#define RTS1_MASK (3UL << RTS1_SHIFT)
62#define RTS2_SHIFT 5 /* bottom 3 bits of radix tree size */
63#define RTS2_MASK (7UL << RTS2_SHIFT)
64#define RPDS_MASK 0x1f /* root page dir. size field */
65
66/* Bits in patb1 field */
67#define PATB_GR (1UL << 63) /* guest uses radix; must match HR */
68#define PRTS_MASK 0x1f /* process table size field */
70cd4c10 69#define PRTB_MASK 0x0ffffffffffff000UL
dbcbfee0 70
5402e239
NP
71/* Number of supported LPID bits */
72extern unsigned int mmu_lpid_bits;
73
a25bd72b
BH
74/* Number of supported PID bits */
75extern unsigned int mmu_pid_bits;
76
77/* Base PID to allocate from */
78extern unsigned int mmu_base_pid;
79
af9d00e9
AK
80/*
81 * memory block size used with radix translation.
82 */
950805f4 83extern unsigned long __ro_after_init radix_mem_block_size;
af9d00e9 84
a25bd72b
BH
85#define PRTB_SIZE_SHIFT (mmu_pid_bits + 4)
86#define PRTB_ENTRIES (1ul << mmu_pid_bits)
760573c1 87
5402e239
NP
88#define PATB_SIZE_SHIFT (mmu_lpid_bits + 4)
89#define PATB_ENTRIES (1ul << mmu_lpid_bits)
11a6f6ab
AK
90
91typedef unsigned long mm_context_id_t;
92struct spinlock;
93
1ab66d1f
AP
94/* Maximum possible number of NPUs in a system. */
95#define NV_MAX_NPUS 8
96
11a6f6ab 97typedef struct {
f384796c
AK
98 union {
99 /*
100 * We use id as the PIDR content for radix. On hash we can use
101 * more than one id. The extended ids are used when we start
102 * having address above 512TB. We allocate one extended id
103 * for each 512TB. The new id is then used with the 49 bit
104 * EA to build a new VA. We always use ESID_BITS_1T_MASK bits
105 * from EA and new context ids to build the new VAs.
106 */
107 mm_context_id_t id;
387e220a 108#ifdef CONFIG_PPC_64S_HASH_MMU
f384796c 109 mm_context_id_t extended_id[TASK_SIZE_USER64/TASK_CONTEXT_SIZE];
387e220a 110#endif
f384796c 111 };
11a6f6ab 112
a619e59c
BH
113 /* Number of bits in the mm_cpumask */
114 atomic_t active_cpus;
115
aff6f8cb
BH
116 /* Number of users of the external (Nest) MMU */
117 atomic_t copros;
118
c420644c
HM
119 /* Number of user space windows opened in process mm_context */
120 atomic_t vas_windows;
121
387e220a 122#ifdef CONFIG_PPC_64S_HASH_MMU
70110186 123 struct hash_mm_context *hash_context;
387e220a 124#endif
1ab66d1f 125
c102f076 126 void __user *vdso;
1c7ec8a4
AK
127 /*
128 * pagetable fragment support
129 */
11a6f6ab 130 void *pte_frag;
8a6c697b 131 void *pmd_frag;
11a6f6ab
AK
132#ifdef CONFIG_SPAPR_TCE_IOMMU
133 struct list_head iommu_group_mem_list;
134#endif
4fb158f6
RP
135
136#ifdef CONFIG_PPC_MEM_KEYS
137 /*
138 * Each bit represents one protection key.
139 * bit set -> key allocated
140 * bit unset -> key available for allocation
141 */
142 u32 pkey_allocation_map;
5586cf61 143 s16 execute_only_pkey; /* key holding execute-only protection */
4fb158f6 144#endif
11a6f6ab
AK
145} mm_context_t;
146
387e220a 147#ifdef CONFIG_PPC_64S_HASH_MMU
60458fba
AK
148static inline u16 mm_ctx_user_psize(mm_context_t *ctx)
149{
70110186 150 return ctx->hash_context->user_psize;
60458fba
AK
151}
152
153static inline void mm_ctx_set_user_psize(mm_context_t *ctx, u16 user_psize)
154{
70110186 155 ctx->hash_context->user_psize = user_psize;
60458fba
AK
156}
157
158static inline unsigned char *mm_ctx_low_slices(mm_context_t *ctx)
159{
70110186 160 return ctx->hash_context->low_slices_psize;
60458fba
AK
161}
162
163static inline unsigned char *mm_ctx_high_slices(mm_context_t *ctx)
164{
70110186 165 return ctx->hash_context->high_slices_psize;
60458fba
AK
166}
167
168static inline unsigned long mm_ctx_slb_addr_limit(mm_context_t *ctx)
169{
70110186 170 return ctx->hash_context->slb_addr_limit;
60458fba
AK
171}
172
173static inline void mm_ctx_set_slb_addr_limit(mm_context_t *ctx, unsigned long limit)
174{
70110186 175 ctx->hash_context->slb_addr_limit = limit;
60458fba
AK
176}
177
fca5c1e9
CL
178static inline struct slice_mask *slice_mask_for_size(mm_context_t *ctx, int psize)
179{
180#ifdef CONFIG_PPC_64K_PAGES
181 if (psize == MMU_PAGE_64K)
87746121 182 return &ctx->hash_context->mask_64k;
fca5c1e9
CL
183#endif
184#ifdef CONFIG_HUGETLB_PAGE
185 if (psize == MMU_PAGE_16M)
87746121 186 return &ctx->hash_context->mask_16m;
fca5c1e9 187 if (psize == MMU_PAGE_16G)
87746121 188 return &ctx->hash_context->mask_16g;
fca5c1e9
CL
189#endif
190 BUG_ON(psize != MMU_PAGE_4K);
191
87746121 192 return &ctx->hash_context->mask_4k;
fca5c1e9
CL
193}
194
60458fba
AK
195#ifdef CONFIG_PPC_SUBPAGE_PROT
196static inline struct subpage_prot_table *mm_ctx_subpage_prot(mm_context_t *ctx)
197{
ef629cc5 198 return ctx->hash_context->spt;
60458fba
AK
199}
200#endif
201
11a6f6ab
AK
202/*
203 * The current system page and segment sizes
204 */
11a6f6ab
AK
205extern int mmu_virtual_psize;
206extern int mmu_vmalloc_psize;
11a6f6ab 207extern int mmu_io_psize;
387e220a
NP
208#else /* CONFIG_PPC_64S_HASH_MMU */
209#ifdef CONFIG_PPC_64K_PAGES
210#define mmu_virtual_psize MMU_PAGE_64K
211#else
212#define mmu_virtual_psize MMU_PAGE_4K
213#endif
214#endif
58dbe9b3 215extern int mmu_linear_psize;
387e220a 216extern int mmu_vmemmap_psize;
11a6f6ab 217
756d08d1 218/* MMU initialization */
1a01dc87 219void mmu_early_init_devtree(void);
bacf9cf8 220void hash__early_init_devtree(void);
2537b09c 221void radix__early_init_devtree(void);
227ae625 222#ifdef CONFIG_PPC_PKEY
d3cd91fb
AK
223void pkey_early_init_devtree(void);
224#else
225static inline void pkey_early_init_devtree(void) {}
226#endif
227
756d08d1 228extern void hash__early_init_mmu(void);
2bfd65e4 229extern void radix__early_init_mmu(void);
9384e552 230static inline void __init early_init_mmu(void)
756d08d1 231{
2bfd65e4
AK
232 if (radix_enabled())
233 return radix__early_init_mmu();
756d08d1
AK
234 return hash__early_init_mmu();
235}
236extern void hash__early_init_mmu_secondary(void);
2bfd65e4 237extern void radix__early_init_mmu_secondary(void);
756d08d1
AK
238static inline void early_init_mmu_secondary(void)
239{
2bfd65e4
AK
240 if (radix_enabled())
241 return radix__early_init_mmu_secondary();
756d08d1
AK
242 return hash__early_init_mmu_secondary();
243}
244
245extern void hash__setup_initial_memory_limit(phys_addr_t first_memblock_base,
246 phys_addr_t first_memblock_size);
247static inline void setup_initial_memory_limit(phys_addr_t first_memblock_base,
248 phys_addr_t first_memblock_size)
249{
103a8542
AK
250 /*
251 * Hash has more strict restrictions. At this point we don't
252 * know which translations we will pick. Hence go with hash
253 * restrictions.
254 */
387e220a
NP
255 if (!early_radix_enabled())
256 hash__setup_initial_memory_limit(first_memblock_base,
257 first_memblock_size);
756d08d1 258}
eea8148c 259
cc3d2940 260#ifdef CONFIG_PPC_PSERIES
e14ff96d 261void __init radix_init_pseries(void);
cc3d2940 262#else
6c6fdbb2 263static inline void radix_init_pseries(void) { }
cc3d2940
PM
264#endif
265
01b0f0ea
NP
266#ifdef CONFIG_HOTPLUG_CPU
267#define arch_clear_mm_cpumask_cpu(cpu, mm) \
268 do { \
269 if (cpumask_test_cpu(cpu, mm_cpumask(mm))) { \
270 atomic_dec(&(mm)->context.active_cpus); \
271 cpumask_clear_cpu(cpu, mm_cpumask(mm)); \
272 } \
273 } while (0)
274
275void cleanup_cpu_mmu_context(void);
276#endif
277
387e220a 278#ifdef CONFIG_PPC_64S_HASH_MMU
c9f80734 279static inline int get_user_context(mm_context_t *ctx, unsigned long ea)
f384796c
AK
280{
281 int index = ea >> MAX_EA_BITS_PER_CONTEXT;
282
283 if (likely(index < ARRAY_SIZE(ctx->extended_id)))
284 return ctx->extended_id[index];
285
286 /* should never happen */
287 WARN_ON(1);
288 return 0;
289}
290
291static inline unsigned long get_user_vsid(mm_context_t *ctx,
292 unsigned long ea, int ssize)
293{
c9f80734 294 unsigned long context = get_user_context(ctx, ea);
f384796c
AK
295
296 return get_vsid(context, ea, ssize);
297}
387e220a 298#endif
f384796c 299
11a6f6ab
AK
300#endif /* __ASSEMBLY__ */
301#endif /* _ASM_POWERPC_BOOK3S_64_MMU_H_ */