Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 2 | * PPC Huge TLB Page Support for Kernel. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * |
| 4 | * Copyright (C) 2003 David Gibson, IBM Corporation. |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 5 | * Copyright (C) 2011 Becky Bruce, Freescale Semiconductor |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | * |
| 7 | * Based on the IA-32 version: |
| 8 | * Copyright (C) 2002, Rohit Seth <rohit.seth@intel.com> |
| 9 | */ |
| 10 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | #include <linux/mm.h> |
David Gibson | 883a3e5 | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 12 | #include <linux/io.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 13 | #include <linux/slab.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <linux/hugetlb.h> |
Paul Mackerras | 342d3db | 2011-12-12 12:38:05 +0000 | [diff] [blame] | 15 | #include <linux/export.h> |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 16 | #include <linux/of_fdt.h> |
| 17 | #include <linux/memblock.h> |
| 18 | #include <linux/bootmem.h> |
Kumar Gala | 13020be | 2011-11-24 09:40:07 +0000 | [diff] [blame] | 19 | #include <linux/moduleparam.h> |
David Gibson | 883a3e5 | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 20 | #include <asm/pgtable.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | #include <asm/pgalloc.h> |
| 22 | #include <asm/tlb.h> |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 23 | #include <asm/setup.h> |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 24 | #include <asm/hugetlb.h> |
| 25 | |
| 26 | #ifdef CONFIG_HUGETLB_PAGE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | |
Jon Tollefson | 9122434 | 2008-07-23 21:27:55 -0700 | [diff] [blame] | 28 | #define PAGE_SHIFT_64K 16 |
| 29 | #define PAGE_SHIFT_16M 24 |
| 30 | #define PAGE_SHIFT_16G 34 |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 31 | |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 32 | unsigned int HPAGE_SHIFT; |
| 33 | |
| 34 | /* |
| 35 | * Tracks gpages after the device tree is scanned and before the |
Becky Bruce | a614688 | 2011-10-10 10:50:43 +0000 | [diff] [blame] | 36 | * huge_boot_pages list is ready. On non-Freescale implementations, this is |
| 37 | * just used to track 16G pages and so is a single array. FSL-based |
| 38 | * implementations may have more than one gpage size, so we need multiple |
| 39 | * arrays |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 40 | */ |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 41 | #ifdef CONFIG_PPC_FSL_BOOK3E |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 42 | #define MAX_NUMBER_GPAGES 128 |
| 43 | struct psize_gpages { |
| 44 | u64 gpage_list[MAX_NUMBER_GPAGES]; |
| 45 | unsigned int nr_gpages; |
| 46 | }; |
| 47 | static struct psize_gpages gpage_freearray[MMU_PAGE_COUNT]; |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 48 | #else |
| 49 | #define MAX_NUMBER_GPAGES 1024 |
| 50 | static u64 gpage_freearray[MAX_NUMBER_GPAGES]; |
| 51 | static unsigned nr_gpages; |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 52 | #endif |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 53 | |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 54 | #define hugepd_none(hpd) ((hpd).pd == 0) |
| 55 | |
Aneesh Kumar K.V | e2b3d20 | 2013-04-28 09:37:30 +0000 | [diff] [blame] | 56 | #ifdef CONFIG_PPC_BOOK3S_64 |
| 57 | /* |
| 58 | * At this point we do the placement change only for BOOK3S 64. This would |
| 59 | * possibly work on other subarchs. |
| 60 | */ |
| 61 | |
| 62 | /* |
| 63 | * We have PGD_INDEX_SIZ = 12 and PTE_INDEX_SIZE = 8, so that we can have |
| 64 | * 16GB hugepage pte in PGD and 16MB hugepage pte at PMD; |
Aneesh Kumar K.V | 0674352 | 2014-11-05 21:57:39 +0530 | [diff] [blame] | 65 | * |
| 66 | * Defined in such a way that we can optimize away code block at build time |
| 67 | * if CONFIG_HUGETLB_PAGE=n. |
Aneesh Kumar K.V | e2b3d20 | 2013-04-28 09:37:30 +0000 | [diff] [blame] | 68 | */ |
| 69 | int pmd_huge(pmd_t pmd) |
| 70 | { |
| 71 | /* |
| 72 | * leaf pte for huge page, bottom two bits != 00 |
| 73 | */ |
| 74 | return ((pmd_val(pmd) & 0x3) != 0x0); |
| 75 | } |
| 76 | |
| 77 | int pud_huge(pud_t pud) |
| 78 | { |
| 79 | /* |
| 80 | * leaf pte for huge page, bottom two bits != 00 |
| 81 | */ |
| 82 | return ((pud_val(pud) & 0x3) != 0x0); |
| 83 | } |
| 84 | |
| 85 | int pgd_huge(pgd_t pgd) |
| 86 | { |
| 87 | /* |
| 88 | * leaf pte for huge page, bottom two bits != 00 |
| 89 | */ |
| 90 | return ((pgd_val(pgd) & 0x3) != 0x0); |
| 91 | } |
Aneesh Kumar K.V | ec2640b | 2015-09-07 12:53:53 +0530 | [diff] [blame] | 92 | |
| 93 | #if defined(CONFIG_PPC_64K_PAGES) && defined(CONFIG_DEBUG_VM) |
| 94 | /* |
| 95 | * This enables us to catch the wrong page directory format |
| 96 | * Moved here so that we can use WARN() in the call. |
| 97 | */ |
| 98 | int hugepd_ok(hugepd_t hpd) |
| 99 | { |
| 100 | bool is_hugepd; |
| 101 | |
| 102 | /* |
| 103 | * We should not find this format in page directory, warn otherwise. |
| 104 | */ |
| 105 | is_hugepd = (((hpd.pd & 0x3) == 0x0) && ((hpd.pd & HUGEPD_SHIFT_MASK) != 0)); |
| 106 | WARN(is_hugepd, "Found wrong page directory format\n"); |
| 107 | return 0; |
| 108 | } |
| 109 | #endif |
| 110 | |
Aneesh Kumar K.V | e2b3d20 | 2013-04-28 09:37:30 +0000 | [diff] [blame] | 111 | #else |
| 112 | int pmd_huge(pmd_t pmd) |
| 113 | { |
| 114 | return 0; |
| 115 | } |
| 116 | |
| 117 | int pud_huge(pud_t pud) |
| 118 | { |
| 119 | return 0; |
| 120 | } |
| 121 | |
| 122 | int pgd_huge(pgd_t pgd) |
| 123 | { |
| 124 | return 0; |
| 125 | } |
| 126 | #endif |
| 127 | |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 128 | pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr) |
| 129 | { |
Aneesh Kumar K.V | 12bc9f6 | 2013-06-20 14:30:18 +0530 | [diff] [blame] | 130 | /* Only called for hugetlbfs pages, hence can ignore THP */ |
Aneesh Kumar K.V | 891121e | 2015-10-09 08:32:21 +0530 | [diff] [blame] | 131 | return __find_linux_pte_or_hugepte(mm->pgd, addr, NULL, NULL); |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 132 | } |
| 133 | |
| 134 | static int __hugepte_alloc(struct mm_struct *mm, hugepd_t *hpdp, |
| 135 | unsigned long address, unsigned pdshift, unsigned pshift) |
| 136 | { |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 137 | struct kmem_cache *cachep; |
| 138 | pte_t *new; |
| 139 | |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 140 | #ifdef CONFIG_PPC_FSL_BOOK3E |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 141 | int i; |
| 142 | int num_hugepd = 1 << (pshift - pdshift); |
| 143 | cachep = hugepte_cache; |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 144 | #else |
| 145 | cachep = PGT_CACHE(pdshift - pshift); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 146 | #endif |
| 147 | |
| 148 | new = kmem_cache_zalloc(cachep, GFP_KERNEL|__GFP_REPEAT); |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 149 | |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 150 | BUG_ON(pshift > HUGEPD_SHIFT_MASK); |
| 151 | BUG_ON((unsigned long)new & HUGEPD_SHIFT_MASK); |
| 152 | |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 153 | if (! new) |
| 154 | return -ENOMEM; |
| 155 | |
| 156 | spin_lock(&mm->page_table_lock); |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 157 | #ifdef CONFIG_PPC_FSL_BOOK3E |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 158 | /* |
| 159 | * We have multiple higher-level entries that point to the same |
| 160 | * actual pte location. Fill in each as we go and backtrack on error. |
| 161 | * We need all of these so the DTLB pgtable walk code can find the |
| 162 | * right higher-level entry without knowing if it's a hugepage or not. |
| 163 | */ |
| 164 | for (i = 0; i < num_hugepd; i++, hpdp++) { |
| 165 | if (unlikely(!hugepd_none(*hpdp))) |
| 166 | break; |
| 167 | else |
Aneesh Kumar K.V | cf9427b | 2013-04-28 09:37:29 +0000 | [diff] [blame] | 168 | /* We use the old format for PPC_FSL_BOOK3E */ |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 169 | hpdp->pd = ((unsigned long)new & ~PD_HUGE) | pshift; |
| 170 | } |
| 171 | /* If we bailed from the for loop early, an error occurred, clean up */ |
| 172 | if (i < num_hugepd) { |
| 173 | for (i = i - 1 ; i >= 0; i--, hpdp--) |
| 174 | hpdp->pd = 0; |
| 175 | kmem_cache_free(cachep, new); |
| 176 | } |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 177 | #else |
| 178 | if (!hugepd_none(*hpdp)) |
| 179 | kmem_cache_free(cachep, new); |
Aneesh Kumar K.V | cf9427b | 2013-04-28 09:37:29 +0000 | [diff] [blame] | 180 | else { |
| 181 | #ifdef CONFIG_PPC_BOOK3S_64 |
| 182 | hpdp->pd = (unsigned long)new | |
| 183 | (shift_to_mmu_psize(pshift) << 2); |
| 184 | #else |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 185 | hpdp->pd = ((unsigned long)new & ~PD_HUGE) | pshift; |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 186 | #endif |
Aneesh Kumar K.V | cf9427b | 2013-04-28 09:37:29 +0000 | [diff] [blame] | 187 | } |
| 188 | #endif |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 189 | spin_unlock(&mm->page_table_lock); |
| 190 | return 0; |
| 191 | } |
| 192 | |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 193 | /* |
| 194 | * These macros define how to determine which level of the page table holds |
| 195 | * the hpdp. |
| 196 | */ |
| 197 | #ifdef CONFIG_PPC_FSL_BOOK3E |
| 198 | #define HUGEPD_PGD_SHIFT PGDIR_SHIFT |
| 199 | #define HUGEPD_PUD_SHIFT PUD_SHIFT |
| 200 | #else |
| 201 | #define HUGEPD_PGD_SHIFT PUD_SHIFT |
| 202 | #define HUGEPD_PUD_SHIFT PMD_SHIFT |
| 203 | #endif |
| 204 | |
Aneesh Kumar K.V | e2b3d20 | 2013-04-28 09:37:30 +0000 | [diff] [blame] | 205 | #ifdef CONFIG_PPC_BOOK3S_64 |
| 206 | /* |
| 207 | * At this point we do the placement change only for BOOK3S 64. This would |
| 208 | * possibly work on other subarchs. |
| 209 | */ |
| 210 | pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr, unsigned long sz) |
| 211 | { |
| 212 | pgd_t *pg; |
| 213 | pud_t *pu; |
| 214 | pmd_t *pm; |
| 215 | hugepd_t *hpdp = NULL; |
| 216 | unsigned pshift = __ffs(sz); |
| 217 | unsigned pdshift = PGDIR_SHIFT; |
| 218 | |
| 219 | addr &= ~(sz-1); |
| 220 | pg = pgd_offset(mm, addr); |
| 221 | |
| 222 | if (pshift == PGDIR_SHIFT) |
| 223 | /* 16GB huge page */ |
| 224 | return (pte_t *) pg; |
| 225 | else if (pshift > PUD_SHIFT) |
| 226 | /* |
| 227 | * We need to use hugepd table |
| 228 | */ |
| 229 | hpdp = (hugepd_t *)pg; |
| 230 | else { |
| 231 | pdshift = PUD_SHIFT; |
| 232 | pu = pud_alloc(mm, pg, addr); |
| 233 | if (pshift == PUD_SHIFT) |
| 234 | return (pte_t *)pu; |
| 235 | else if (pshift > PMD_SHIFT) |
| 236 | hpdp = (hugepd_t *)pu; |
| 237 | else { |
| 238 | pdshift = PMD_SHIFT; |
| 239 | pm = pmd_alloc(mm, pu, addr); |
| 240 | if (pshift == PMD_SHIFT) |
| 241 | /* 16MB hugepage */ |
| 242 | return (pte_t *)pm; |
| 243 | else |
| 244 | hpdp = (hugepd_t *)pm; |
| 245 | } |
| 246 | } |
| 247 | if (!hpdp) |
| 248 | return NULL; |
| 249 | |
| 250 | BUG_ON(!hugepd_none(*hpdp) && !hugepd_ok(*hpdp)); |
| 251 | |
| 252 | if (hugepd_none(*hpdp) && __hugepte_alloc(mm, hpdp, addr, pdshift, pshift)) |
| 253 | return NULL; |
| 254 | |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 255 | return hugepte_offset(*hpdp, addr, pdshift); |
Aneesh Kumar K.V | e2b3d20 | 2013-04-28 09:37:30 +0000 | [diff] [blame] | 256 | } |
| 257 | |
| 258 | #else |
| 259 | |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 260 | pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr, unsigned long sz) |
| 261 | { |
| 262 | pgd_t *pg; |
| 263 | pud_t *pu; |
| 264 | pmd_t *pm; |
| 265 | hugepd_t *hpdp = NULL; |
| 266 | unsigned pshift = __ffs(sz); |
| 267 | unsigned pdshift = PGDIR_SHIFT; |
David Gibson | 0b26425 | 2008-09-05 11:49:54 +1000 | [diff] [blame] | 268 | |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 269 | addr &= ~(sz-1); |
| 270 | |
| 271 | pg = pgd_offset(mm, addr); |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 272 | |
| 273 | if (pshift >= HUGEPD_PGD_SHIFT) { |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 274 | hpdp = (hugepd_t *)pg; |
| 275 | } else { |
| 276 | pdshift = PUD_SHIFT; |
| 277 | pu = pud_alloc(mm, pg, addr); |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 278 | if (pshift >= HUGEPD_PUD_SHIFT) { |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 279 | hpdp = (hugepd_t *)pu; |
| 280 | } else { |
| 281 | pdshift = PMD_SHIFT; |
| 282 | pm = pmd_alloc(mm, pu, addr); |
| 283 | hpdp = (hugepd_t *)pm; |
| 284 | } |
| 285 | } |
| 286 | |
| 287 | if (!hpdp) |
| 288 | return NULL; |
| 289 | |
| 290 | BUG_ON(!hugepd_none(*hpdp) && !hugepd_ok(*hpdp)); |
| 291 | |
| 292 | if (hugepd_none(*hpdp) && __hugepte_alloc(mm, hpdp, addr, pdshift, pshift)) |
| 293 | return NULL; |
| 294 | |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 295 | return hugepte_offset(*hpdp, addr, pdshift); |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 296 | } |
Aneesh Kumar K.V | e2b3d20 | 2013-04-28 09:37:30 +0000 | [diff] [blame] | 297 | #endif |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 298 | |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 299 | #ifdef CONFIG_PPC_FSL_BOOK3E |
Jon Tollefson | 658013e | 2008-07-23 21:27:54 -0700 | [diff] [blame] | 300 | /* Build list of addresses of gigantic pages. This function is used in early |
Anton Blanchard | 14ed740 | 2014-09-17 22:15:34 +1000 | [diff] [blame] | 301 | * boot before the buddy allocator is setup. |
Jon Tollefson | 658013e | 2008-07-23 21:27:54 -0700 | [diff] [blame] | 302 | */ |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 303 | void add_gpage(u64 addr, u64 page_size, unsigned long number_of_pages) |
| 304 | { |
| 305 | unsigned int idx = shift_to_mmu_psize(__ffs(page_size)); |
| 306 | int i; |
| 307 | |
| 308 | if (addr == 0) |
| 309 | return; |
| 310 | |
| 311 | gpage_freearray[idx].nr_gpages = number_of_pages; |
| 312 | |
| 313 | for (i = 0; i < number_of_pages; i++) { |
| 314 | gpage_freearray[idx].gpage_list[i] = addr; |
| 315 | addr += page_size; |
| 316 | } |
| 317 | } |
| 318 | |
| 319 | /* |
| 320 | * Moves the gigantic page addresses from the temporary list to the |
| 321 | * huge_boot_pages list. |
| 322 | */ |
| 323 | int alloc_bootmem_huge_page(struct hstate *hstate) |
| 324 | { |
| 325 | struct huge_bootmem_page *m; |
Wanpeng Li | 2415cf1 | 2013-07-03 15:02:43 -0700 | [diff] [blame] | 326 | int idx = shift_to_mmu_psize(huge_page_shift(hstate)); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 327 | int nr_gpages = gpage_freearray[idx].nr_gpages; |
| 328 | |
| 329 | if (nr_gpages == 0) |
| 330 | return 0; |
| 331 | |
| 332 | #ifdef CONFIG_HIGHMEM |
| 333 | /* |
| 334 | * If gpages can be in highmem we can't use the trick of storing the |
| 335 | * data structure in the page; allocate space for this |
| 336 | */ |
Michael Ellerman | e39f223f | 2014-11-18 16:47:35 +1100 | [diff] [blame] | 337 | m = memblock_virt_alloc(sizeof(struct huge_bootmem_page), 0); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 338 | m->phys = gpage_freearray[idx].gpage_list[--nr_gpages]; |
| 339 | #else |
| 340 | m = phys_to_virt(gpage_freearray[idx].gpage_list[--nr_gpages]); |
| 341 | #endif |
| 342 | |
| 343 | list_add(&m->list, &huge_boot_pages); |
| 344 | gpage_freearray[idx].nr_gpages = nr_gpages; |
| 345 | gpage_freearray[idx].gpage_list[nr_gpages] = 0; |
| 346 | m->hstate = hstate; |
| 347 | |
| 348 | return 1; |
| 349 | } |
| 350 | /* |
| 351 | * Scan the command line hugepagesz= options for gigantic pages; store those in |
| 352 | * a list that we use to allocate the memory once all options are parsed. |
| 353 | */ |
| 354 | |
| 355 | unsigned long gpage_npages[MMU_PAGE_COUNT]; |
| 356 | |
Paul Gortmaker | 8952812 | 2012-05-07 10:32:22 -0400 | [diff] [blame] | 357 | static int __init do_gpage_early_setup(char *param, char *val, |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 358 | const char *unused, void *arg) |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 359 | { |
| 360 | static phys_addr_t size; |
| 361 | unsigned long npages; |
| 362 | |
| 363 | /* |
| 364 | * The hugepagesz and hugepages cmdline options are interleaved. We |
| 365 | * use the size variable to keep track of whether or not this was done |
| 366 | * properly and skip over instances where it is incorrect. Other |
| 367 | * command-line parsing code will issue warnings, so we don't need to. |
| 368 | * |
| 369 | */ |
| 370 | if ((strcmp(param, "default_hugepagesz") == 0) || |
| 371 | (strcmp(param, "hugepagesz") == 0)) { |
| 372 | size = memparse(val, NULL); |
| 373 | } else if (strcmp(param, "hugepages") == 0) { |
| 374 | if (size != 0) { |
| 375 | if (sscanf(val, "%lu", &npages) <= 0) |
| 376 | npages = 0; |
James Yang | c4f3eb5 | 2014-11-14 12:32:24 -0600 | [diff] [blame] | 377 | if (npages > MAX_NUMBER_GPAGES) { |
| 378 | pr_warn("MMU: %lu pages requested for page " |
| 379 | "size %llu KB, limiting to " |
| 380 | __stringify(MAX_NUMBER_GPAGES) "\n", |
| 381 | npages, size / 1024); |
| 382 | npages = MAX_NUMBER_GPAGES; |
| 383 | } |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 384 | gpage_npages[shift_to_mmu_psize(__ffs(size))] = npages; |
| 385 | size = 0; |
| 386 | } |
| 387 | } |
| 388 | return 0; |
| 389 | } |
| 390 | |
| 391 | |
| 392 | /* |
| 393 | * This function allocates physical space for pages that are larger than the |
| 394 | * buddy allocator can handle. We want to allocate these in highmem because |
| 395 | * the amount of lowmem is limited. This means that this function MUST be |
| 396 | * called before lowmem_end_addr is set up in MMU_init() in order for the lmb |
| 397 | * allocate to grab highmem. |
| 398 | */ |
| 399 | void __init reserve_hugetlb_gpages(void) |
| 400 | { |
| 401 | static __initdata char cmdline[COMMAND_LINE_SIZE]; |
| 402 | phys_addr_t size, base; |
| 403 | int i; |
| 404 | |
| 405 | strlcpy(cmdline, boot_command_line, COMMAND_LINE_SIZE); |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 406 | parse_args("hugetlb gpages", cmdline, NULL, 0, 0, 0, |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 407 | NULL, &do_gpage_early_setup); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 408 | |
| 409 | /* |
| 410 | * Walk gpage list in reverse, allocating larger page sizes first. |
| 411 | * Skip over unsupported sizes, or sizes that have 0 gpages allocated. |
| 412 | * When we reach the point in the list where pages are no longer |
| 413 | * considered gpages, we're done. |
| 414 | */ |
| 415 | for (i = MMU_PAGE_COUNT-1; i >= 0; i--) { |
| 416 | if (mmu_psize_defs[i].shift == 0 || gpage_npages[i] == 0) |
| 417 | continue; |
| 418 | else if (mmu_psize_to_shift(i) < (MAX_ORDER + PAGE_SHIFT)) |
| 419 | break; |
| 420 | |
| 421 | size = (phys_addr_t)(1ULL << mmu_psize_to_shift(i)); |
| 422 | base = memblock_alloc_base(size * gpage_npages[i], size, |
| 423 | MEMBLOCK_ALLOC_ANYWHERE); |
| 424 | add_gpage(base, size, gpage_npages[i]); |
| 425 | } |
| 426 | } |
| 427 | |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 428 | #else /* !PPC_FSL_BOOK3E */ |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 429 | |
| 430 | /* Build list of addresses of gigantic pages. This function is used in early |
Anton Blanchard | 14ed740 | 2014-09-17 22:15:34 +1000 | [diff] [blame] | 431 | * boot before the buddy allocator is setup. |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 432 | */ |
| 433 | void add_gpage(u64 addr, u64 page_size, unsigned long number_of_pages) |
Jon Tollefson | 658013e | 2008-07-23 21:27:54 -0700 | [diff] [blame] | 434 | { |
| 435 | if (!addr) |
| 436 | return; |
| 437 | while (number_of_pages > 0) { |
| 438 | gpage_freearray[nr_gpages] = addr; |
| 439 | nr_gpages++; |
| 440 | number_of_pages--; |
| 441 | addr += page_size; |
| 442 | } |
| 443 | } |
| 444 | |
Jon Tollefson | ec4b2c0 | 2008-07-23 21:27:53 -0700 | [diff] [blame] | 445 | /* Moves the gigantic page addresses from the temporary list to the |
Jon Tollefson | 0d9ea75 | 2008-07-23 21:27:56 -0700 | [diff] [blame] | 446 | * huge_boot_pages list. |
| 447 | */ |
| 448 | int alloc_bootmem_huge_page(struct hstate *hstate) |
Jon Tollefson | ec4b2c0 | 2008-07-23 21:27:53 -0700 | [diff] [blame] | 449 | { |
| 450 | struct huge_bootmem_page *m; |
| 451 | if (nr_gpages == 0) |
| 452 | return 0; |
| 453 | m = phys_to_virt(gpage_freearray[--nr_gpages]); |
| 454 | gpage_freearray[nr_gpages] = 0; |
| 455 | list_add(&m->list, &huge_boot_pages); |
Jon Tollefson | 0d9ea75 | 2008-07-23 21:27:56 -0700 | [diff] [blame] | 456 | m->hstate = hstate; |
Jon Tollefson | ec4b2c0 | 2008-07-23 21:27:53 -0700 | [diff] [blame] | 457 | return 1; |
| 458 | } |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 459 | #endif |
Jon Tollefson | ec4b2c0 | 2008-07-23 21:27:53 -0700 | [diff] [blame] | 460 | |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 461 | #ifdef CONFIG_PPC_FSL_BOOK3E |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 462 | #define HUGEPD_FREELIST_SIZE \ |
| 463 | ((PAGE_SIZE - sizeof(struct hugepd_freelist)) / sizeof(pte_t)) |
| 464 | |
| 465 | struct hugepd_freelist { |
| 466 | struct rcu_head rcu; |
| 467 | unsigned int index; |
| 468 | void *ptes[0]; |
| 469 | }; |
| 470 | |
| 471 | static DEFINE_PER_CPU(struct hugepd_freelist *, hugepd_freelist_cur); |
| 472 | |
| 473 | static void hugepd_free_rcu_callback(struct rcu_head *head) |
| 474 | { |
| 475 | struct hugepd_freelist *batch = |
| 476 | container_of(head, struct hugepd_freelist, rcu); |
| 477 | unsigned int i; |
| 478 | |
| 479 | for (i = 0; i < batch->index; i++) |
| 480 | kmem_cache_free(hugepte_cache, batch->ptes[i]); |
| 481 | |
| 482 | free_page((unsigned long)batch); |
| 483 | } |
| 484 | |
| 485 | static void hugepd_free(struct mmu_gather *tlb, void *hugepte) |
| 486 | { |
| 487 | struct hugepd_freelist **batchp; |
| 488 | |
Christoph Lameter | 69111ba | 2014-10-21 15:23:25 -0500 | [diff] [blame] | 489 | batchp = this_cpu_ptr(&hugepd_freelist_cur); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 490 | |
| 491 | if (atomic_read(&tlb->mm->mm_users) < 2 || |
| 492 | cpumask_equal(mm_cpumask(tlb->mm), |
| 493 | cpumask_of(smp_processor_id()))) { |
| 494 | kmem_cache_free(hugepte_cache, hugepte); |
Tiejun Chen | 94b09d7 | 2014-01-20 16:39:34 +0800 | [diff] [blame] | 495 | put_cpu_var(hugepd_freelist_cur); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 496 | return; |
| 497 | } |
| 498 | |
| 499 | if (*batchp == NULL) { |
| 500 | *batchp = (struct hugepd_freelist *)__get_free_page(GFP_ATOMIC); |
| 501 | (*batchp)->index = 0; |
| 502 | } |
| 503 | |
| 504 | (*batchp)->ptes[(*batchp)->index++] = hugepte; |
| 505 | if ((*batchp)->index == HUGEPD_FREELIST_SIZE) { |
| 506 | call_rcu_sched(&(*batchp)->rcu, hugepd_free_rcu_callback); |
| 507 | *batchp = NULL; |
| 508 | } |
Tiejun Chen | 94b09d7 | 2014-01-20 16:39:34 +0800 | [diff] [blame] | 509 | put_cpu_var(hugepd_freelist_cur); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 510 | } |
| 511 | #endif |
| 512 | |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 513 | static void free_hugepd_range(struct mmu_gather *tlb, hugepd_t *hpdp, int pdshift, |
| 514 | unsigned long start, unsigned long end, |
| 515 | unsigned long floor, unsigned long ceiling) |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 516 | { |
| 517 | pte_t *hugepte = hugepd_page(*hpdp); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 518 | int i; |
| 519 | |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 520 | unsigned long pdmask = ~((1UL << pdshift) - 1); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 521 | unsigned int num_hugepd = 1; |
| 522 | |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 523 | #ifdef CONFIG_PPC_FSL_BOOK3E |
| 524 | /* Note: On fsl the hpdp may be the first of several */ |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 525 | num_hugepd = (1 << (hugepd_shift(*hpdp) - pdshift)); |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 526 | #else |
| 527 | unsigned int shift = hugepd_shift(*hpdp); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 528 | #endif |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 529 | |
| 530 | start &= pdmask; |
| 531 | if (start < floor) |
| 532 | return; |
| 533 | if (ceiling) { |
| 534 | ceiling &= pdmask; |
| 535 | if (! ceiling) |
| 536 | return; |
| 537 | } |
| 538 | if (end - 1 > ceiling - 1) |
| 539 | return; |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 540 | |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 541 | for (i = 0; i < num_hugepd; i++, hpdp++) |
| 542 | hpdp->pd = 0; |
| 543 | |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 544 | #ifdef CONFIG_PPC_FSL_BOOK3E |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 545 | hugepd_free(tlb, hugepte); |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 546 | #else |
| 547 | pgtable_free_tlb(tlb, hugepte, pdshift - shift); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 548 | #endif |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 549 | } |
| 550 | |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 551 | static void hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, |
| 552 | unsigned long addr, unsigned long end, |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 553 | unsigned long floor, unsigned long ceiling) |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 554 | { |
| 555 | pmd_t *pmd; |
| 556 | unsigned long next; |
| 557 | unsigned long start; |
| 558 | |
| 559 | start = addr; |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 560 | do { |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 561 | pmd = pmd_offset(pud, addr); |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 562 | next = pmd_addr_end(addr, end); |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 563 | if (!is_hugepd(__hugepd(pmd_val(*pmd)))) { |
Aneesh Kumar K.V | 8bbd9f0 | 2013-06-19 12:04:26 +0530 | [diff] [blame] | 564 | /* |
| 565 | * if it is not hugepd pointer, we should already find |
| 566 | * it cleared. |
| 567 | */ |
| 568 | WARN_ON(!pmd_none_or_clear_bad(pmd)); |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 569 | continue; |
Aneesh Kumar K.V | 8bbd9f0 | 2013-06-19 12:04:26 +0530 | [diff] [blame] | 570 | } |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 571 | #ifdef CONFIG_PPC_FSL_BOOK3E |
| 572 | /* |
| 573 | * Increment next by the size of the huge mapping since |
| 574 | * there may be more than one entry at this level for a |
| 575 | * single hugepage, but all of them point to |
| 576 | * the same kmem cache that holds the hugepte. |
| 577 | */ |
| 578 | next = addr + (1 << hugepd_shift(*(hugepd_t *)pmd)); |
| 579 | #endif |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 580 | free_hugepd_range(tlb, (hugepd_t *)pmd, PMD_SHIFT, |
| 581 | addr, next, floor, ceiling); |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 582 | } while (addr = next, addr != end); |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 583 | |
| 584 | start &= PUD_MASK; |
| 585 | if (start < floor) |
| 586 | return; |
| 587 | if (ceiling) { |
| 588 | ceiling &= PUD_MASK; |
| 589 | if (!ceiling) |
| 590 | return; |
| 591 | } |
| 592 | if (end - 1 > ceiling - 1) |
| 593 | return; |
| 594 | |
| 595 | pmd = pmd_offset(pud, start); |
| 596 | pud_clear(pud); |
Benjamin Herrenschmidt | 9e1b32c | 2009-07-22 15:44:28 +1000 | [diff] [blame] | 597 | pmd_free_tlb(tlb, pmd, start); |
Scott Wood | 50c6a66 | 2015-04-10 19:37:34 -0500 | [diff] [blame] | 598 | mm_dec_nr_pmds(tlb->mm); |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 599 | } |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 600 | |
| 601 | static void hugetlb_free_pud_range(struct mmu_gather *tlb, pgd_t *pgd, |
| 602 | unsigned long addr, unsigned long end, |
| 603 | unsigned long floor, unsigned long ceiling) |
| 604 | { |
| 605 | pud_t *pud; |
| 606 | unsigned long next; |
| 607 | unsigned long start; |
| 608 | |
| 609 | start = addr; |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 610 | do { |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 611 | pud = pud_offset(pgd, addr); |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 612 | next = pud_addr_end(addr, end); |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 613 | if (!is_hugepd(__hugepd(pud_val(*pud)))) { |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 614 | if (pud_none_or_clear_bad(pud)) |
| 615 | continue; |
Jon Tollefson | 0d9ea75 | 2008-07-23 21:27:56 -0700 | [diff] [blame] | 616 | hugetlb_free_pmd_range(tlb, pud, addr, next, floor, |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 617 | ceiling); |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 618 | } else { |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 619 | #ifdef CONFIG_PPC_FSL_BOOK3E |
| 620 | /* |
| 621 | * Increment next by the size of the huge mapping since |
| 622 | * there may be more than one entry at this level for a |
| 623 | * single hugepage, but all of them point to |
| 624 | * the same kmem cache that holds the hugepte. |
| 625 | */ |
| 626 | next = addr + (1 << hugepd_shift(*(hugepd_t *)pud)); |
| 627 | #endif |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 628 | free_hugepd_range(tlb, (hugepd_t *)pud, PUD_SHIFT, |
| 629 | addr, next, floor, ceiling); |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 630 | } |
Becky Bruce | a1cd541 | 2011-10-10 10:50:39 +0000 | [diff] [blame] | 631 | } while (addr = next, addr != end); |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 632 | |
| 633 | start &= PGDIR_MASK; |
| 634 | if (start < floor) |
| 635 | return; |
| 636 | if (ceiling) { |
| 637 | ceiling &= PGDIR_MASK; |
| 638 | if (!ceiling) |
| 639 | return; |
| 640 | } |
| 641 | if (end - 1 > ceiling - 1) |
| 642 | return; |
| 643 | |
| 644 | pud = pud_offset(pgd, start); |
| 645 | pgd_clear(pgd); |
Benjamin Herrenschmidt | 9e1b32c | 2009-07-22 15:44:28 +1000 | [diff] [blame] | 646 | pud_free_tlb(tlb, pud, start); |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 647 | } |
| 648 | |
| 649 | /* |
| 650 | * This function frees user-level page tables of a process. |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 651 | */ |
Jan Beulich | 42b7772 | 2008-07-23 21:27:10 -0700 | [diff] [blame] | 652 | void hugetlb_free_pgd_range(struct mmu_gather *tlb, |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 653 | unsigned long addr, unsigned long end, |
| 654 | unsigned long floor, unsigned long ceiling) |
| 655 | { |
| 656 | pgd_t *pgd; |
| 657 | unsigned long next; |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 658 | |
| 659 | /* |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 660 | * Because there are a number of different possible pagetable |
| 661 | * layouts for hugepage ranges, we limit knowledge of how |
| 662 | * things should be laid out to the allocation path |
| 663 | * (huge_pte_alloc(), above). Everything else works out the |
| 664 | * structure as it goes from information in the hugepd |
| 665 | * pointers. That means that we can't here use the |
| 666 | * optimization used in the normal page free_pgd_range(), of |
| 667 | * checking whether we're actually covering a large enough |
| 668 | * range to have to do anything at the top level of the walk |
| 669 | * instead of at the bottom. |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 670 | * |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 671 | * To make sense of this, you should probably go read the big |
| 672 | * block comment at the top of the normal free_pgd_range(), |
| 673 | * too. |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 674 | */ |
| 675 | |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 676 | do { |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 677 | next = pgd_addr_end(addr, end); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 678 | pgd = pgd_offset(tlb->mm, addr); |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 679 | if (!is_hugepd(__hugepd(pgd_val(*pgd)))) { |
David Gibson | 0b26425 | 2008-09-05 11:49:54 +1000 | [diff] [blame] | 680 | if (pgd_none_or_clear_bad(pgd)) |
| 681 | continue; |
| 682 | hugetlb_free_pud_range(tlb, pgd, addr, next, floor, ceiling); |
| 683 | } else { |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 684 | #ifdef CONFIG_PPC_FSL_BOOK3E |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 685 | /* |
| 686 | * Increment next by the size of the huge mapping since |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 687 | * there may be more than one entry at the pgd level |
| 688 | * for a single hugepage, but all of them point to the |
| 689 | * same kmem cache that holds the hugepte. |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 690 | */ |
| 691 | next = addr + (1 << hugepd_shift(*(hugepd_t *)pgd)); |
| 692 | #endif |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 693 | free_hugepd_range(tlb, (hugepd_t *)pgd, PGDIR_SHIFT, |
| 694 | addr, next, floor, ceiling); |
David Gibson | 0b26425 | 2008-09-05 11:49:54 +1000 | [diff] [blame] | 695 | } |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 696 | } while (addr = next, addr != end); |
David Gibson | e28f7fa | 2005-08-05 19:39:06 +1000 | [diff] [blame] | 697 | } |
| 698 | |
Aneesh Kumar K.V | 691e95f | 2015-03-30 10:41:03 +0530 | [diff] [blame] | 699 | /* |
| 700 | * We are holding mmap_sem, so a parallel huge page collapse cannot run. |
| 701 | * To prevent hugepage split, disable irq. |
| 702 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 703 | struct page * |
| 704 | follow_huge_addr(struct mm_struct *mm, unsigned long address, int write) |
| 705 | { |
Aneesh Kumar K.V | 891121e | 2015-10-09 08:32:21 +0530 | [diff] [blame] | 706 | bool is_thp; |
Aneesh Kumar K.V | 7b868e8 | 2015-05-11 11:58:29 +0530 | [diff] [blame] | 707 | pte_t *ptep, pte; |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 708 | unsigned shift; |
Aneesh Kumar K.V | 691e95f | 2015-03-30 10:41:03 +0530 | [diff] [blame] | 709 | unsigned long mask, flags; |
Aneesh Kumar K.V | 7b868e8 | 2015-05-11 11:58:29 +0530 | [diff] [blame] | 710 | struct page *page = ERR_PTR(-EINVAL); |
| 711 | |
| 712 | local_irq_save(flags); |
Aneesh Kumar K.V | 891121e | 2015-10-09 08:32:21 +0530 | [diff] [blame] | 713 | ptep = find_linux_pte_or_hugepte(mm->pgd, address, &is_thp, &shift); |
Aneesh Kumar K.V | 7b868e8 | 2015-05-11 11:58:29 +0530 | [diff] [blame] | 714 | if (!ptep) |
| 715 | goto no_page; |
| 716 | pte = READ_ONCE(*ptep); |
Aneesh Kumar K.V | 12bc9f6 | 2013-06-20 14:30:18 +0530 | [diff] [blame] | 717 | /* |
Aneesh Kumar K.V | 7b868e8 | 2015-05-11 11:58:29 +0530 | [diff] [blame] | 718 | * Verify it is a huge page else bail. |
Aneesh Kumar K.V | 12bc9f6 | 2013-06-20 14:30:18 +0530 | [diff] [blame] | 719 | * Transparent hugepages are handled by generic code. We can skip them |
| 720 | * here. |
| 721 | */ |
Aneesh Kumar K.V | 891121e | 2015-10-09 08:32:21 +0530 | [diff] [blame] | 722 | if (!shift || is_thp) |
Aneesh Kumar K.V | 7b868e8 | 2015-05-11 11:58:29 +0530 | [diff] [blame] | 723 | goto no_page; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 724 | |
Aneesh Kumar K.V | 7b868e8 | 2015-05-11 11:58:29 +0530 | [diff] [blame] | 725 | if (!pte_present(pte)) { |
| 726 | page = NULL; |
| 727 | goto no_page; |
Aneesh Kumar K.V | 691e95f | 2015-03-30 10:41:03 +0530 | [diff] [blame] | 728 | } |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 729 | mask = (1UL << shift) - 1; |
Aneesh Kumar K.V | 7b868e8 | 2015-05-11 11:58:29 +0530 | [diff] [blame] | 730 | page = pte_page(pte); |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 731 | if (page) |
| 732 | page += (address & mask) / PAGE_SIZE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 733 | |
Aneesh Kumar K.V | 7b868e8 | 2015-05-11 11:58:29 +0530 | [diff] [blame] | 734 | no_page: |
Aneesh Kumar K.V | 691e95f | 2015-03-30 10:41:03 +0530 | [diff] [blame] | 735 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 736 | return page; |
| 737 | } |
| 738 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 739 | struct page * |
| 740 | follow_huge_pmd(struct mm_struct *mm, unsigned long address, |
| 741 | pmd_t *pmd, int write) |
| 742 | { |
| 743 | BUG(); |
| 744 | return NULL; |
| 745 | } |
| 746 | |
Naoya Horiguchi | 61f77ed | 2015-02-11 15:25:15 -0800 | [diff] [blame] | 747 | struct page * |
| 748 | follow_huge_pud(struct mm_struct *mm, unsigned long address, |
| 749 | pud_t *pud, int write) |
| 750 | { |
| 751 | BUG(); |
| 752 | return NULL; |
| 753 | } |
| 754 | |
David Gibson | 39adfa5 | 2009-11-23 20:03:40 +0000 | [diff] [blame] | 755 | static unsigned long hugepte_addr_end(unsigned long addr, unsigned long end, |
| 756 | unsigned long sz) |
| 757 | { |
| 758 | unsigned long __boundary = (addr + sz) & ~(sz-1); |
| 759 | return (__boundary - 1 < end - 1) ? __boundary : end; |
| 760 | } |
| 761 | |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 762 | int gup_huge_pd(hugepd_t hugepd, unsigned long addr, unsigned pdshift, |
| 763 | unsigned long end, int write, struct page **pages, int *nr) |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 764 | { |
| 765 | pte_t *ptep; |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 766 | unsigned long sz = 1UL << hugepd_shift(hugepd); |
David Gibson | 39adfa5 | 2009-11-23 20:03:40 +0000 | [diff] [blame] | 767 | unsigned long next; |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 768 | |
| 769 | ptep = hugepte_offset(hugepd, addr, pdshift); |
| 770 | do { |
David Gibson | 39adfa5 | 2009-11-23 20:03:40 +0000 | [diff] [blame] | 771 | next = hugepte_addr_end(addr, end, sz); |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 772 | if (!gup_hugepte(ptep, sz, addr, end, write, pages, nr)) |
| 773 | return 0; |
David Gibson | 39adfa5 | 2009-11-23 20:03:40 +0000 | [diff] [blame] | 774 | } while (ptep++, addr = next, addr != end); |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 775 | |
| 776 | return 1; |
| 777 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 778 | |
Becky Bruce | 7651295 | 2011-10-10 10:50:36 +0000 | [diff] [blame] | 779 | #ifdef CONFIG_PPC_MM_SLICES |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 780 | unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr, |
| 781 | unsigned long len, unsigned long pgoff, |
| 782 | unsigned long flags) |
| 783 | { |
Jon Tollefson | 0d9ea75 | 2008-07-23 21:27:56 -0700 | [diff] [blame] | 784 | struct hstate *hstate = hstate_file(file); |
| 785 | int mmu_psize = shift_to_mmu_psize(huge_page_shift(hstate)); |
Brian King | 48f797d | 2008-12-04 04:07:54 +0000 | [diff] [blame] | 786 | |
Michel Lespinasse | 34d0717 | 2013-04-29 11:53:52 -0700 | [diff] [blame] | 787 | return slice_get_unmapped_area(addr, len, flags, mmu_psize, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 788 | } |
Becky Bruce | 7651295 | 2011-10-10 10:50:36 +0000 | [diff] [blame] | 789 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 790 | |
Mel Gorman | 3340289 | 2009-01-06 14:38:54 -0800 | [diff] [blame] | 791 | unsigned long vma_mmu_pagesize(struct vm_area_struct *vma) |
| 792 | { |
Paul Mackerras | 25c29f9 | 2011-09-20 19:58:10 +0000 | [diff] [blame] | 793 | #ifdef CONFIG_PPC_MM_SLICES |
Mel Gorman | 3340289 | 2009-01-06 14:38:54 -0800 | [diff] [blame] | 794 | unsigned int psize = get_slice_psize(vma->vm_mm, vma->vm_start); |
| 795 | |
| 796 | return 1UL << mmu_psize_to_shift(psize); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 797 | #else |
| 798 | if (!is_vm_hugetlb_page(vma)) |
| 799 | return PAGE_SIZE; |
| 800 | |
| 801 | return huge_page_size(hstate_vma(vma)); |
| 802 | #endif |
| 803 | } |
| 804 | |
| 805 | static inline bool is_power_of_4(unsigned long x) |
| 806 | { |
| 807 | if (is_power_of_2(x)) |
| 808 | return (__ilog2(x) % 2) ? false : true; |
| 809 | return false; |
Mel Gorman | 3340289 | 2009-01-06 14:38:54 -0800 | [diff] [blame] | 810 | } |
| 811 | |
David Gibson | d1837cb | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 812 | static int __init add_huge_page_size(unsigned long long size) |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 813 | { |
David Gibson | d1837cb | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 814 | int shift = __ffs(size); |
| 815 | int mmu_psize; |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 816 | |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 817 | /* Check that it is a page size supported by the hardware and |
David Gibson | d1837cb | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 818 | * that it fits within pagetable and slice limits. */ |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 819 | #ifdef CONFIG_PPC_FSL_BOOK3E |
| 820 | if ((size < PAGE_SIZE) || !is_power_of_4(size)) |
| 821 | return -EINVAL; |
| 822 | #else |
David Gibson | d1837cb | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 823 | if (!is_power_of_2(size) |
| 824 | || (shift > SLICE_HIGH_SHIFT) || (shift <= PAGE_SHIFT)) |
| 825 | return -EINVAL; |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 826 | #endif |
Jon Tollefson | 9122434 | 2008-07-23 21:27:55 -0700 | [diff] [blame] | 827 | |
David Gibson | d1837cb | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 828 | if ((mmu_psize = shift_to_mmu_psize(shift)) < 0) |
| 829 | return -EINVAL; |
| 830 | |
David Gibson | d1837cb | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 831 | BUG_ON(mmu_psize_defs[mmu_psize].shift != shift); |
| 832 | |
| 833 | /* Return if huge page size has already been setup */ |
| 834 | if (size_to_hstate(size)) |
| 835 | return 0; |
| 836 | |
| 837 | hugetlb_add_hstate(shift - PAGE_SHIFT); |
| 838 | |
| 839 | return 0; |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 840 | } |
| 841 | |
| 842 | static int __init hugepage_setup_sz(char *str) |
| 843 | { |
| 844 | unsigned long long size; |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 845 | |
| 846 | size = memparse(str, &str); |
| 847 | |
David Gibson | d1837cb | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 848 | if (add_huge_page_size(size) != 0) |
Jon Tollefson | 4ec161c | 2008-01-04 09:59:50 +1100 | [diff] [blame] | 849 | printk(KERN_WARNING "Invalid huge page size specified(%llu)\n", size); |
| 850 | |
| 851 | return 1; |
| 852 | } |
| 853 | __setup("hugepagesz=", hugepage_setup_sz); |
| 854 | |
Becky Bruce | 881fde1 | 2011-10-10 10:50:40 +0000 | [diff] [blame] | 855 | #ifdef CONFIG_PPC_FSL_BOOK3E |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 856 | struct kmem_cache *hugepte_cache; |
| 857 | static int __init hugetlbpage_init(void) |
| 858 | { |
| 859 | int psize; |
| 860 | |
| 861 | for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { |
| 862 | unsigned shift; |
| 863 | |
| 864 | if (!mmu_psize_defs[psize].shift) |
| 865 | continue; |
| 866 | |
| 867 | shift = mmu_psize_to_shift(psize); |
| 868 | |
| 869 | /* Don't treat normal page sizes as huge... */ |
| 870 | if (shift != PAGE_SHIFT) |
| 871 | if (add_huge_page_size(1ULL << shift) < 0) |
| 872 | continue; |
| 873 | } |
| 874 | |
| 875 | /* |
| 876 | * Create a kmem cache for hugeptes. The bottom bits in the pte have |
| 877 | * size information encoded in them, so align them to allow this |
| 878 | */ |
| 879 | hugepte_cache = kmem_cache_create("hugepte-cache", sizeof(pte_t), |
| 880 | HUGEPD_SHIFT_MASK + 1, 0, NULL); |
| 881 | if (hugepte_cache == NULL) |
| 882 | panic("%s: Unable to create kmem cache for hugeptes\n", |
| 883 | __func__); |
| 884 | |
| 885 | /* Default hpage size = 4M */ |
| 886 | if (mmu_psize_defs[MMU_PAGE_4M].shift) |
| 887 | HPAGE_SHIFT = mmu_psize_defs[MMU_PAGE_4M].shift; |
| 888 | else |
| 889 | panic("%s: Unable to set default huge page size\n", __func__); |
| 890 | |
| 891 | |
| 892 | return 0; |
| 893 | } |
| 894 | #else |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 895 | static int __init hugetlbpage_init(void) |
| 896 | { |
David Gibson | a4fe3ce | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 897 | int psize; |
Jon Tollefson | 0d9ea75 | 2008-07-23 21:27:56 -0700 | [diff] [blame] | 898 | |
Matt Evans | 44ae3ab | 2011-04-06 19:48:50 +0000 | [diff] [blame] | 899 | if (!mmu_has_feature(MMU_FTR_16M_PAGE)) |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 900 | return -ENODEV; |
Benjamin Herrenschmidt | 00df438 | 2008-07-28 16:13:18 +1000 | [diff] [blame] | 901 | |
Jon Tollefson | 0d9ea75 | 2008-07-23 21:27:56 -0700 | [diff] [blame] | 902 | for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) { |
David Gibson | d1837cb | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 903 | unsigned shift; |
| 904 | unsigned pdshift; |
| 905 | |
| 906 | if (!mmu_psize_defs[psize].shift) |
| 907 | continue; |
| 908 | |
| 909 | shift = mmu_psize_to_shift(psize); |
| 910 | |
| 911 | if (add_huge_page_size(1ULL << shift) < 0) |
| 912 | continue; |
| 913 | |
| 914 | if (shift < PMD_SHIFT) |
| 915 | pdshift = PMD_SHIFT; |
| 916 | else if (shift < PUD_SHIFT) |
| 917 | pdshift = PUD_SHIFT; |
| 918 | else |
| 919 | pdshift = PGDIR_SHIFT; |
Aneesh Kumar K.V | e2b3d20 | 2013-04-28 09:37:30 +0000 | [diff] [blame] | 920 | /* |
| 921 | * if we have pdshift and shift value same, we don't |
| 922 | * use pgt cache for hugepd. |
| 923 | */ |
| 924 | if (pdshift != shift) { |
| 925 | pgtable_cache_add(pdshift - shift, NULL); |
| 926 | if (!PGT_CACHE(pdshift - shift)) |
| 927 | panic("hugetlbpage_init(): could not create " |
| 928 | "pgtable cache for %d bit pagesize\n", shift); |
| 929 | } |
Jon Tollefson | 0d9ea75 | 2008-07-23 21:27:56 -0700 | [diff] [blame] | 930 | } |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 931 | |
David Gibson | d1837cb | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 932 | /* Set default large page size. Currently, we pick 16M or 1M |
| 933 | * depending on what is available |
| 934 | */ |
| 935 | if (mmu_psize_defs[MMU_PAGE_16M].shift) |
| 936 | HPAGE_SHIFT = mmu_psize_defs[MMU_PAGE_16M].shift; |
| 937 | else if (mmu_psize_defs[MMU_PAGE_1M].shift) |
| 938 | HPAGE_SHIFT = mmu_psize_defs[MMU_PAGE_1M].shift; |
| 939 | |
David Gibson | f10a04c | 2006-04-28 15:02:51 +1000 | [diff] [blame] | 940 | return 0; |
| 941 | } |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 942 | #endif |
Paul Gortmaker | 6f11428 | 2015-05-01 20:08:21 -0400 | [diff] [blame] | 943 | arch_initcall(hugetlbpage_init); |
David Gibson | 0895ecd | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 944 | |
| 945 | void flush_dcache_icache_hugepage(struct page *page) |
| 946 | { |
| 947 | int i; |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 948 | void *start; |
David Gibson | 0895ecd | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 949 | |
| 950 | BUG_ON(!PageCompound(page)); |
| 951 | |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 952 | for (i = 0; i < (1UL << compound_order(page)); i++) { |
| 953 | if (!PageHighMem(page)) { |
| 954 | __flush_dcache_icache(page_address(page+i)); |
| 955 | } else { |
Cong Wang | 2480b20 | 2011-11-25 23:14:16 +0800 | [diff] [blame] | 956 | start = kmap_atomic(page+i); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 957 | __flush_dcache_icache(start); |
Cong Wang | 2480b20 | 2011-11-25 23:14:16 +0800 | [diff] [blame] | 958 | kunmap_atomic(start); |
Becky Bruce | 41151e7 | 2011-06-28 09:54:48 +0000 | [diff] [blame] | 959 | } |
| 960 | } |
David Gibson | 0895ecd | 2009-10-26 19:24:31 +0000 | [diff] [blame] | 961 | } |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 962 | |
| 963 | #endif /* CONFIG_HUGETLB_PAGE */ |
| 964 | |
| 965 | /* |
| 966 | * We have 4 cases for pgds and pmds: |
| 967 | * (1) invalid (all zeroes) |
| 968 | * (2) pointer to next table, as normal; bottom 6 bits == 0 |
| 969 | * (3) leaf pte for huge page, bottom two bits != 00 |
| 970 | * (4) hugepd pointer, bottom two bits == 00, next 4 bits indicate size of table |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 971 | * |
| 972 | * So long as we atomically load page table pointers we are safe against teardown, |
| 973 | * we can follow the address down to the the page and take a ref on it. |
Aneesh Kumar K.V | 691e95f | 2015-03-30 10:41:03 +0530 | [diff] [blame] | 974 | * This function need to be called with interrupts disabled. We use this variant |
| 975 | * when we have MSR[EE] = 0 but the paca->soft_enabled = 1 |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 976 | */ |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 977 | |
Aneesh Kumar K.V | 691e95f | 2015-03-30 10:41:03 +0530 | [diff] [blame] | 978 | pte_t *__find_linux_pte_or_hugepte(pgd_t *pgdir, unsigned long ea, |
Aneesh Kumar K.V | 891121e | 2015-10-09 08:32:21 +0530 | [diff] [blame] | 979 | bool *is_thp, unsigned *shift) |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 980 | { |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 981 | pgd_t pgd, *pgdp; |
| 982 | pud_t pud, *pudp; |
| 983 | pmd_t pmd, *pmdp; |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 984 | pte_t *ret_pte; |
| 985 | hugepd_t *hpdp = NULL; |
| 986 | unsigned pdshift = PGDIR_SHIFT; |
| 987 | |
| 988 | if (shift) |
| 989 | *shift = 0; |
| 990 | |
Aneesh Kumar K.V | 891121e | 2015-10-09 08:32:21 +0530 | [diff] [blame] | 991 | if (is_thp) |
| 992 | *is_thp = false; |
| 993 | |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 994 | pgdp = pgdir + pgd_index(ea); |
Michael Ellerman | 4f9c53c | 2015-03-25 20:11:57 +1100 | [diff] [blame] | 995 | pgd = READ_ONCE(*pgdp); |
Aneesh Kumar K.V | ac52ae4 | 2013-06-20 14:30:17 +0530 | [diff] [blame] | 996 | /* |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 997 | * Always operate on the local stack value. This make sure the |
| 998 | * value don't get updated by a parallel THP split/collapse, |
| 999 | * page fault or a page unmap. The return pte_t * is still not |
| 1000 | * stable. So should be checked there for above conditions. |
Aneesh Kumar K.V | ac52ae4 | 2013-06-20 14:30:17 +0530 | [diff] [blame] | 1001 | */ |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1002 | if (pgd_none(pgd)) |
Aneesh Kumar K.V | ac52ae4 | 2013-06-20 14:30:17 +0530 | [diff] [blame] | 1003 | return NULL; |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1004 | else if (pgd_huge(pgd)) { |
| 1005 | ret_pte = (pte_t *) pgdp; |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1006 | goto out; |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 1007 | } else if (is_hugepd(__hugepd(pgd_val(pgd)))) |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1008 | hpdp = (hugepd_t *)&pgd; |
Aneesh Kumar K.V | ac52ae4 | 2013-06-20 14:30:17 +0530 | [diff] [blame] | 1009 | else { |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1010 | /* |
| 1011 | * Even if we end up with an unmap, the pgtable will not |
| 1012 | * be freed, because we do an rcu free and here we are |
| 1013 | * irq disabled |
| 1014 | */ |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1015 | pdshift = PUD_SHIFT; |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1016 | pudp = pud_offset(&pgd, ea); |
Christian Borntraeger | da1a288 | 2015-01-06 22:47:41 +0100 | [diff] [blame] | 1017 | pud = READ_ONCE(*pudp); |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1018 | |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1019 | if (pud_none(pud)) |
Aneesh Kumar K.V | ac52ae4 | 2013-06-20 14:30:17 +0530 | [diff] [blame] | 1020 | return NULL; |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1021 | else if (pud_huge(pud)) { |
| 1022 | ret_pte = (pte_t *) pudp; |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1023 | goto out; |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 1024 | } else if (is_hugepd(__hugepd(pud_val(pud)))) |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1025 | hpdp = (hugepd_t *)&pud; |
Aneesh Kumar K.V | ac52ae4 | 2013-06-20 14:30:17 +0530 | [diff] [blame] | 1026 | else { |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1027 | pdshift = PMD_SHIFT; |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1028 | pmdp = pmd_offset(&pud, ea); |
Christian Borntraeger | da1a288 | 2015-01-06 22:47:41 +0100 | [diff] [blame] | 1029 | pmd = READ_ONCE(*pmdp); |
Aneesh Kumar K.V | ac52ae4 | 2013-06-20 14:30:17 +0530 | [diff] [blame] | 1030 | /* |
| 1031 | * A hugepage collapse is captured by pmd_none, because |
| 1032 | * it mark the pmd none and do a hpte invalidate. |
| 1033 | * |
Aneesh Kumar K.V | 7d6e7f7 | 2015-03-30 10:41:04 +0530 | [diff] [blame] | 1034 | * We don't worry about pmd_trans_splitting here, The |
| 1035 | * caller if it needs to handle the splitting case |
| 1036 | * should check for that. |
Aneesh Kumar K.V | ac52ae4 | 2013-06-20 14:30:17 +0530 | [diff] [blame] | 1037 | */ |
Aneesh Kumar K.V | 7d6e7f7 | 2015-03-30 10:41:04 +0530 | [diff] [blame] | 1038 | if (pmd_none(pmd)) |
Aneesh Kumar K.V | ac52ae4 | 2013-06-20 14:30:17 +0530 | [diff] [blame] | 1039 | return NULL; |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1040 | |
Aneesh Kumar K.V | 891121e | 2015-10-09 08:32:21 +0530 | [diff] [blame] | 1041 | if (pmd_trans_huge(pmd)) { |
| 1042 | if (is_thp) |
| 1043 | *is_thp = true; |
| 1044 | ret_pte = (pte_t *) pmdp; |
| 1045 | goto out; |
| 1046 | } |
| 1047 | |
| 1048 | if (pmd_huge(pmd)) { |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1049 | ret_pte = (pte_t *) pmdp; |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1050 | goto out; |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 1051 | } else if (is_hugepd(__hugepd(pmd_val(pmd)))) |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1052 | hpdp = (hugepd_t *)&pmd; |
Aneesh Kumar K.V | ac52ae4 | 2013-06-20 14:30:17 +0530 | [diff] [blame] | 1053 | else |
Aneesh Kumar K.V | 0ac52dd | 2013-06-20 14:30:22 +0530 | [diff] [blame] | 1054 | return pte_offset_kernel(&pmd, ea); |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1055 | } |
| 1056 | } |
| 1057 | if (!hpdp) |
| 1058 | return NULL; |
| 1059 | |
Aneesh Kumar K.V | b30e759 | 2014-11-05 21:57:41 +0530 | [diff] [blame] | 1060 | ret_pte = hugepte_offset(*hpdp, ea, pdshift); |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1061 | pdshift = hugepd_shift(*hpdp); |
| 1062 | out: |
| 1063 | if (shift) |
| 1064 | *shift = pdshift; |
| 1065 | return ret_pte; |
| 1066 | } |
Aneesh Kumar K.V | 691e95f | 2015-03-30 10:41:03 +0530 | [diff] [blame] | 1067 | EXPORT_SYMBOL_GPL(__find_linux_pte_or_hugepte); |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1068 | |
| 1069 | int gup_hugepte(pte_t *ptep, unsigned long sz, unsigned long addr, |
| 1070 | unsigned long end, int write, struct page **pages, int *nr) |
| 1071 | { |
| 1072 | unsigned long mask; |
| 1073 | unsigned long pte_end; |
| 1074 | struct page *head, *page, *tail; |
| 1075 | pte_t pte; |
| 1076 | int refs; |
| 1077 | |
| 1078 | pte_end = (addr + sz) & ~(sz-1); |
| 1079 | if (pte_end < end) |
| 1080 | end = pte_end; |
| 1081 | |
Michael Ellerman | 4f9c53c | 2015-03-25 20:11:57 +1100 | [diff] [blame] | 1082 | pte = READ_ONCE(*ptep); |
Aneesh Kumar K.V | 2940999 | 2013-06-20 14:30:16 +0530 | [diff] [blame] | 1083 | mask = _PAGE_PRESENT | _PAGE_USER; |
| 1084 | if (write) |
| 1085 | mask |= _PAGE_RW; |
| 1086 | |
| 1087 | if ((pte_val(pte) & mask) != mask) |
| 1088 | return 0; |
| 1089 | |
| 1090 | /* hugepages are never "special" */ |
| 1091 | VM_BUG_ON(!pfn_valid(pte_pfn(pte))); |
| 1092 | |
| 1093 | refs = 0; |
| 1094 | head = pte_page(pte); |
| 1095 | |
| 1096 | page = head + ((addr & (sz-1)) >> PAGE_SHIFT); |
| 1097 | tail = page; |
| 1098 | do { |
| 1099 | VM_BUG_ON(compound_head(page) != head); |
| 1100 | pages[*nr] = page; |
| 1101 | (*nr)++; |
| 1102 | page++; |
| 1103 | refs++; |
| 1104 | } while (addr += PAGE_SIZE, addr != end); |
| 1105 | |
| 1106 | if (!page_cache_add_speculative(head, refs)) { |
| 1107 | *nr -= refs; |
| 1108 | return 0; |
| 1109 | } |
| 1110 | |
| 1111 | if (unlikely(pte_val(pte) != pte_val(*ptep))) { |
| 1112 | /* Could be optimized better */ |
| 1113 | *nr -= refs; |
| 1114 | while (refs--) |
| 1115 | put_page(head); |
| 1116 | return 0; |
| 1117 | } |
| 1118 | |
| 1119 | /* |
| 1120 | * Any tail page need their mapcount reference taken before we |
| 1121 | * return. |
| 1122 | */ |
| 1123 | while (refs--) { |
| 1124 | if (PageTail(tail)) |
| 1125 | get_huge_page_tail(tail); |
| 1126 | tail++; |
| 1127 | } |
| 1128 | |
| 1129 | return 1; |
| 1130 | } |