pgtable-ppc32.h 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802
  1. #ifndef _ASM_POWERPC_PGTABLE_PPC32_H
  2. #define _ASM_POWERPC_PGTABLE_PPC32_H
  3. #include <asm-generic/pgtable-nopmd.h>
  4. #ifndef __ASSEMBLY__
  5. #include <linux/sched.h>
  6. #include <linux/threads.h>
  7. #include <asm/io.h> /* For sub-arch specific PPC_PIN_SIZE */
  8. extern unsigned long va_to_phys(unsigned long address);
  9. extern pte_t *va_to_pte(unsigned long address);
  10. extern unsigned long ioremap_bot, ioremap_base;
  11. #ifdef CONFIG_44x
  12. extern int icache_44x_need_flush;
  13. #endif
  14. #endif /* __ASSEMBLY__ */
  15. /*
  16. * The PowerPC MMU uses a hash table containing PTEs, together with
  17. * a set of 16 segment registers (on 32-bit implementations), to define
  18. * the virtual to physical address mapping.
  19. *
  20. * We use the hash table as an extended TLB, i.e. a cache of currently
  21. * active mappings. We maintain a two-level page table tree, much
  22. * like that used by the i386, for the sake of the Linux memory
  23. * management code. Low-level assembler code in hashtable.S
  24. * (procedure hash_page) is responsible for extracting ptes from the
  25. * tree and putting them into the hash table when necessary, and
  26. * updating the accessed and modified bits in the page table tree.
  27. */
  28. /*
  29. * The PowerPC MPC8xx uses a TLB with hardware assisted, software tablewalk.
  30. * We also use the two level tables, but we can put the real bits in them
  31. * needed for the TLB and tablewalk. These definitions require Mx_CTR.PPM = 0,
  32. * Mx_CTR.PPCS = 0, and MD_CTR.TWAM = 1. The level 2 descriptor has
  33. * additional page protection (when Mx_CTR.PPCS = 1) that allows TLB hit
  34. * based upon user/super access. The TLB does not have accessed nor write
  35. * protect. We assume that if the TLB get loaded with an entry it is
  36. * accessed, and overload the changed bit for write protect. We use
  37. * two bits in the software pte that are supposed to be set to zero in
  38. * the TLB entry (24 and 25) for these indicators. Although the level 1
  39. * descriptor contains the guarded and writethrough/copyback bits, we can
  40. * set these at the page level since they get copied from the Mx_TWC
  41. * register when the TLB entry is loaded. We will use bit 27 for guard, since
  42. * that is where it exists in the MD_TWC, and bit 26 for writethrough.
  43. * These will get masked from the level 2 descriptor at TLB load time, and
  44. * copied to the MD_TWC before it gets loaded.
  45. * Large page sizes added. We currently support two sizes, 4K and 8M.
  46. * This also allows a TLB hander optimization because we can directly
  47. * load the PMD into MD_TWC. The 8M pages are only used for kernel
  48. * mapping of well known areas. The PMD (PGD) entries contain control
  49. * flags in addition to the address, so care must be taken that the
  50. * software no longer assumes these are only pointers.
  51. */
  52. /*
  53. * At present, all PowerPC 400-class processors share a similar TLB
  54. * architecture. The instruction and data sides share a unified,
  55. * 64-entry, fully-associative TLB which is maintained totally under
  56. * software control. In addition, the instruction side has a
  57. * hardware-managed, 4-entry, fully-associative TLB which serves as a
  58. * first level to the shared TLB. These two TLBs are known as the UTLB
  59. * and ITLB, respectively (see "mmu.h" for definitions).
  60. */
  61. /*
  62. * The normal case is that PTEs are 32-bits and we have a 1-page
  63. * 1024-entry pgdir pointing to 1-page 1024-entry PTE pages. -- paulus
  64. *
  65. * For any >32-bit physical address platform, we can use the following
  66. * two level page table layout where the pgdir is 8KB and the MS 13 bits
  67. * are an index to the second level table. The combined pgdir/pmd first
  68. * level has 2048 entries and the second level has 512 64-bit PTE entries.
  69. * -Matt
  70. */
  71. /* PGDIR_SHIFT determines what a top-level page table entry can map */
  72. #define PGDIR_SHIFT (PAGE_SHIFT + PTE_SHIFT)
  73. #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
  74. #define PGDIR_MASK (~(PGDIR_SIZE-1))
  75. /*
  76. * entries per page directory level: our page-table tree is two-level, so
  77. * we don't really have any PMD directory.
  78. */
  79. #ifndef __ASSEMBLY__
  80. #define PTE_TABLE_SIZE (sizeof(pte_t) << PTE_SHIFT)
  81. #define PGD_TABLE_SIZE (sizeof(pgd_t) << (32 - PGDIR_SHIFT))
  82. #endif /* __ASSEMBLY__ */
  83. #define PTRS_PER_PTE (1 << PTE_SHIFT)
  84. #define PTRS_PER_PMD 1
  85. #define PTRS_PER_PGD (1 << (32 - PGDIR_SHIFT))
  86. #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE)
  87. #define FIRST_USER_ADDRESS 0
  88. #define pte_ERROR(e) \
  89. printk("%s:%d: bad pte %llx.\n", __FILE__, __LINE__, \
  90. (unsigned long long)pte_val(e))
  91. #define pgd_ERROR(e) \
  92. printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, pgd_val(e))
  93. /*
  94. * Just any arbitrary offset to the start of the vmalloc VM area: the
  95. * current 64MB value just means that there will be a 64MB "hole" after the
  96. * physical memory until the kernel virtual memory starts. That means that
  97. * any out-of-bounds memory accesses will hopefully be caught.
  98. * The vmalloc() routines leaves a hole of 4kB between each vmalloced
  99. * area for the same reason. ;)
  100. *
  101. * We no longer map larger than phys RAM with the BATs so we don't have
  102. * to worry about the VMALLOC_OFFSET causing problems. We do have to worry
  103. * about clashes between our early calls to ioremap() that start growing down
  104. * from ioremap_base being run into the VM area allocations (growing upwards
  105. * from VMALLOC_START). For this reason we have ioremap_bot to check when
  106. * we actually run into our mappings setup in the early boot with the VM
  107. * system. This really does become a problem for machines with good amounts
  108. * of RAM. -- Cort
  109. */
  110. #define VMALLOC_OFFSET (0x1000000) /* 16M */
  111. #ifdef PPC_PIN_SIZE
  112. #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
  113. #else
  114. #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
  115. #endif
  116. #define VMALLOC_END ioremap_bot
  117. /*
  118. * Bits in a linux-style PTE. These match the bits in the
  119. * (hardware-defined) PowerPC PTE as closely as possible.
  120. */
  121. #if defined(CONFIG_40x)
  122. /* There are several potential gotchas here. The 40x hardware TLBLO
  123. field looks like this:
  124. 0 1 2 3 4 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  125. RPN..................... 0 0 EX WR ZSEL....... W I M G
  126. Where possible we make the Linux PTE bits match up with this
  127. - bits 20 and 21 must be cleared, because we use 4k pages (40x can
  128. support down to 1k pages), this is done in the TLBMiss exception
  129. handler.
  130. - We use only zones 0 (for kernel pages) and 1 (for user pages)
  131. of the 16 available. Bit 24-26 of the TLB are cleared in the TLB
  132. miss handler. Bit 27 is PAGE_USER, thus selecting the correct
  133. zone.
  134. - PRESENT *must* be in the bottom two bits because swap cache
  135. entries use the top 30 bits. Because 40x doesn't support SMP
  136. anyway, M is irrelevant so we borrow it for PAGE_PRESENT. Bit 30
  137. is cleared in the TLB miss handler before the TLB entry is loaded.
  138. - All other bits of the PTE are loaded into TLBLO without
  139. modification, leaving us only the bits 20, 21, 24, 25, 26, 30 for
  140. software PTE bits. We actually use use bits 21, 24, 25, and
  141. 30 respectively for the software bits: ACCESSED, DIRTY, RW, and
  142. PRESENT.
  143. */
  144. /* Definitions for 40x embedded chips. */
  145. #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */
  146. #define _PAGE_FILE 0x001 /* when !present: nonlinear file mapping */
  147. #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */
  148. #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */
  149. #define _PAGE_WRITETHRU 0x008 /* W: caching is write-through */
  150. #define _PAGE_USER 0x010 /* matches one of the zone permission bits */
  151. #define _PAGE_RW 0x040 /* software: Writes permitted */
  152. #define _PAGE_DIRTY 0x080 /* software: dirty page */
  153. #define _PAGE_HWWRITE 0x100 /* hardware: Dirty & RW, set in exception */
  154. #define _PAGE_HWEXEC 0x200 /* hardware: EX permission */
  155. #define _PAGE_ACCESSED 0x400 /* software: R: page referenced */
  156. #define _PMD_PRESENT 0x400 /* PMD points to page of PTEs */
  157. #define _PMD_BAD 0x802
  158. #define _PMD_SIZE 0x0e0 /* size field, != 0 for large-page PMD entry */
  159. #define _PMD_SIZE_4M 0x0c0
  160. #define _PMD_SIZE_16M 0x0e0
  161. #define PMD_PAGE_SIZE(pmdval) (1024 << (((pmdval) & _PMD_SIZE) >> 4))
  162. /* Until my rework is finished, 40x still needs atomic PTE updates */
  163. #define PTE_ATOMIC_UPDATES 1
  164. #elif defined(CONFIG_44x)
  165. /*
  166. * Definitions for PPC440
  167. *
  168. * Because of the 3 word TLB entries to support 36-bit addressing,
  169. * the attribute are difficult to map in such a fashion that they
  170. * are easily loaded during exception processing. I decided to
  171. * organize the entry so the ERPN is the only portion in the
  172. * upper word of the PTE and the attribute bits below are packed
  173. * in as sensibly as they can be in the area below a 4KB page size
  174. * oriented RPN. This at least makes it easy to load the RPN and
  175. * ERPN fields in the TLB. -Matt
  176. *
  177. * Note that these bits preclude future use of a page size
  178. * less than 4KB.
  179. *
  180. *
  181. * PPC 440 core has following TLB attribute fields;
  182. *
  183. * TLB1:
  184. * 0 1 2 3 4 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  185. * RPN................................. - - - - - - ERPN.......
  186. *
  187. * TLB2:
  188. * 0 1 2 3 4 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  189. * - - - - - - U0 U1 U2 U3 W I M G E - UX UW UR SX SW SR
  190. *
  191. * Newer 440 cores (440x6 as used on AMCC 460EX/460GT) have additional
  192. * TLB2 storage attibute fields. Those are:
  193. *
  194. * TLB2:
  195. * 0...10 11 12 13 14 15 16...31
  196. * no change WL1 IL1I IL1D IL2I IL2D no change
  197. *
  198. * There are some constrains and options, to decide mapping software bits
  199. * into TLB entry.
  200. *
  201. * - PRESENT *must* be in the bottom three bits because swap cache
  202. * entries use the top 29 bits for TLB2.
  203. *
  204. * - FILE *must* be in the bottom three bits because swap cache
  205. * entries use the top 29 bits for TLB2.
  206. *
  207. * - CACHE COHERENT bit (M) has no effect on PPC440 core, because it
  208. * doesn't support SMP. So we can use this as software bit, like
  209. * DIRTY.
  210. *
  211. * With the PPC 44x Linux implementation, the 0-11th LSBs of the PTE are used
  212. * for memory protection related functions (see PTE structure in
  213. * include/asm-ppc/mmu.h). The _PAGE_XXX definitions in this file map to the
  214. * above bits. Note that the bit values are CPU specific, not architecture
  215. * specific.
  216. *
  217. * The kernel PTE entry holds an arch-dependent swp_entry structure under
  218. * certain situations. In other words, in such situations some portion of
  219. * the PTE bits are used as a swp_entry. In the PPC implementation, the
  220. * 3-24th LSB are shared with swp_entry, however the 0-2nd three LSB still
  221. * hold protection values. That means the three protection bits are
  222. * reserved for both PTE and SWAP entry at the most significant three
  223. * LSBs.
  224. *
  225. * There are three protection bits available for SWAP entry:
  226. * _PAGE_PRESENT
  227. * _PAGE_FILE
  228. * _PAGE_HASHPTE (if HW has)
  229. *
  230. * So those three bits have to be inside of 0-2nd LSB of PTE.
  231. *
  232. */
  233. #define _PAGE_PRESENT 0x00000001 /* S: PTE valid */
  234. #define _PAGE_RW 0x00000002 /* S: Write permission */
  235. #define _PAGE_FILE 0x00000004 /* S: nonlinear file mapping */
  236. #define _PAGE_HWEXEC 0x00000004 /* H: Execute permission */
  237. #define _PAGE_ACCESSED 0x00000008 /* S: Page referenced */
  238. #define _PAGE_DIRTY 0x00000010 /* S: Page dirty */
  239. #define _PAGE_USER 0x00000040 /* S: User page */
  240. #define _PAGE_ENDIAN 0x00000080 /* H: E bit */
  241. #define _PAGE_GUARDED 0x00000100 /* H: G bit */
  242. #define _PAGE_COHERENT 0x00000200 /* H: M bit */
  243. #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */
  244. #define _PAGE_WRITETHRU 0x00000800 /* H: W bit */
  245. /* TODO: Add large page lowmem mapping support */
  246. #define _PMD_PRESENT 0
  247. #define _PMD_PRESENT_MASK (PAGE_MASK)
  248. #define _PMD_BAD (~PAGE_MASK)
  249. /* ERPN in a PTE never gets cleared, ignore it */
  250. #define _PTE_NONE_MASK 0xffffffff00000000ULL
  251. #elif defined(CONFIG_FSL_BOOKE)
  252. /*
  253. MMU Assist Register 3:
  254. 32 33 34 35 36 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63
  255. RPN...................... 0 0 U0 U1 U2 U3 UX SX UW SW UR SR
  256. - PRESENT *must* be in the bottom three bits because swap cache
  257. entries use the top 29 bits.
  258. - FILE *must* be in the bottom three bits because swap cache
  259. entries use the top 29 bits.
  260. */
  261. /* Definitions for FSL Book-E Cores */
  262. #define _PAGE_PRESENT 0x00001 /* S: PTE contains a translation */
  263. #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */
  264. #define _PAGE_FILE 0x00002 /* S: when !present: nonlinear file mapping */
  265. #define _PAGE_RW 0x00004 /* S: Write permission (SW) */
  266. #define _PAGE_DIRTY 0x00008 /* S: Page dirty */
  267. #define _PAGE_HWEXEC 0x00010 /* H: SX permission */
  268. #define _PAGE_ACCESSED 0x00020 /* S: Page referenced */
  269. #define _PAGE_ENDIAN 0x00040 /* H: E bit */
  270. #define _PAGE_GUARDED 0x00080 /* H: G bit */
  271. #define _PAGE_COHERENT 0x00100 /* H: M bit */
  272. #define _PAGE_NO_CACHE 0x00200 /* H: I bit */
  273. #define _PAGE_WRITETHRU 0x00400 /* H: W bit */
  274. #ifdef CONFIG_PTE_64BIT
  275. /* ERPN in a PTE never gets cleared, ignore it */
  276. #define _PTE_NONE_MASK 0xffffffffffff0000ULL
  277. #endif
  278. #define _PMD_PRESENT 0
  279. #define _PMD_PRESENT_MASK (PAGE_MASK)
  280. #define _PMD_BAD (~PAGE_MASK)
  281. #elif defined(CONFIG_8xx)
  282. /* Definitions for 8xx embedded chips. */
  283. #define _PAGE_PRESENT 0x0001 /* Page is valid */
  284. #define _PAGE_FILE 0x0002 /* when !present: nonlinear file mapping */
  285. #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */
  286. #define _PAGE_SHARED 0x0004 /* No ASID (context) compare */
  287. /* These five software bits must be masked out when the entry is loaded
  288. * into the TLB.
  289. */
  290. #define _PAGE_EXEC 0x0008 /* software: i-cache coherency required */
  291. #define _PAGE_GUARDED 0x0010 /* software: guarded access */
  292. #define _PAGE_DIRTY 0x0020 /* software: page changed */
  293. #define _PAGE_RW 0x0040 /* software: user write access allowed */
  294. #define _PAGE_ACCESSED 0x0080 /* software: page referenced */
  295. /* Setting any bits in the nibble with the follow two controls will
  296. * require a TLB exception handler change. It is assumed unused bits
  297. * are always zero.
  298. */
  299. #define _PAGE_HWWRITE 0x0100 /* h/w write enable: never set in Linux PTE */
  300. #define _PAGE_USER 0x0800 /* One of the PP bits, the other is USER&~RW */
  301. #define _PMD_PRESENT 0x0001
  302. #define _PMD_BAD 0x0ff0
  303. #define _PMD_PAGE_MASK 0x000c
  304. #define _PMD_PAGE_8M 0x000c
  305. #define _PTE_NONE_MASK _PAGE_ACCESSED
  306. /* Until my rework is finished, 8xx still needs atomic PTE updates */
  307. #define PTE_ATOMIC_UPDATES 1
  308. #else /* CONFIG_6xx */
  309. /* Definitions for 60x, 740/750, etc. */
  310. #define _PAGE_PRESENT 0x001 /* software: pte contains a translation */
  311. #define _PAGE_HASHPTE 0x002 /* hash_page has made an HPTE for this pte */
  312. #define _PAGE_FILE 0x004 /* when !present: nonlinear file mapping */
  313. #define _PAGE_USER 0x004 /* usermode access allowed */
  314. #define _PAGE_GUARDED 0x008 /* G: prohibit speculative access */
  315. #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */
  316. #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */
  317. #define _PAGE_WRITETHRU 0x040 /* W: cache write-through */
  318. #define _PAGE_DIRTY 0x080 /* C: page changed */
  319. #define _PAGE_ACCESSED 0x100 /* R: page referenced */
  320. #define _PAGE_EXEC 0x200 /* software: i-cache coherency required */
  321. #define _PAGE_RW 0x400 /* software: user write access allowed */
  322. #define _PTE_NONE_MASK _PAGE_HASHPTE
  323. #define _PMD_PRESENT 0
  324. #define _PMD_PRESENT_MASK (PAGE_MASK)
  325. #define _PMD_BAD (~PAGE_MASK)
  326. /* Hash table based platforms need atomic updates of the linux PTE */
  327. #define PTE_ATOMIC_UPDATES 1
  328. #endif
  329. /*
  330. * Some bits are only used on some cpu families...
  331. */
  332. #ifndef _PAGE_HASHPTE
  333. #define _PAGE_HASHPTE 0
  334. #endif
  335. #ifndef _PTE_NONE_MASK
  336. #define _PTE_NONE_MASK 0
  337. #endif
  338. #ifndef _PAGE_SHARED
  339. #define _PAGE_SHARED 0
  340. #endif
  341. #ifndef _PAGE_HWWRITE
  342. #define _PAGE_HWWRITE 0
  343. #endif
  344. #ifndef _PAGE_HWEXEC
  345. #define _PAGE_HWEXEC 0
  346. #endif
  347. #ifndef _PAGE_EXEC
  348. #define _PAGE_EXEC 0
  349. #endif
  350. #ifndef _PAGE_ENDIAN
  351. #define _PAGE_ENDIAN 0
  352. #endif
  353. #ifndef _PAGE_COHERENT
  354. #define _PAGE_COHERENT 0
  355. #endif
  356. #ifndef _PAGE_WRITETHRU
  357. #define _PAGE_WRITETHRU 0
  358. #endif
  359. #ifndef _PMD_PRESENT_MASK
  360. #define _PMD_PRESENT_MASK _PMD_PRESENT
  361. #endif
  362. #ifndef _PMD_SIZE
  363. #define _PMD_SIZE 0
  364. #define PMD_PAGE_SIZE(pmd) bad_call_to_PMD_PAGE_SIZE()
  365. #endif
  366. #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
  367. #define PAGE_PROT_BITS __pgprot(_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \
  368. _PAGE_WRITETHRU | _PAGE_ENDIAN | \
  369. _PAGE_USER | _PAGE_ACCESSED | \
  370. _PAGE_RW | _PAGE_HWWRITE | _PAGE_DIRTY | \
  371. _PAGE_EXEC | _PAGE_HWEXEC)
  372. /*
  373. * Note: the _PAGE_COHERENT bit automatically gets set in the hardware
  374. * PTE if CONFIG_SMP is defined (hash_page does this); there is no need
  375. * to have it in the Linux PTE, and in fact the bit could be reused for
  376. * another purpose. -- paulus.
  377. */
  378. #ifdef CONFIG_44x
  379. #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_GUARDED)
  380. #else
  381. #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED)
  382. #endif
  383. #define _PAGE_WRENABLE (_PAGE_RW | _PAGE_DIRTY | _PAGE_HWWRITE)
  384. #define _PAGE_KERNEL (_PAGE_BASE | _PAGE_SHARED | _PAGE_WRENABLE)
  385. #ifdef CONFIG_PPC_STD_MMU
  386. /* On standard PPC MMU, no user access implies kernel read/write access,
  387. * so to write-protect kernel memory we must turn on user access */
  388. #define _PAGE_KERNEL_RO (_PAGE_BASE | _PAGE_SHARED | _PAGE_USER)
  389. #else
  390. #define _PAGE_KERNEL_RO (_PAGE_BASE | _PAGE_SHARED)
  391. #endif
  392. #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
  393. #define _PAGE_RAM (_PAGE_KERNEL | _PAGE_HWEXEC)
  394. #if defined(CONFIG_KGDB) || defined(CONFIG_XMON) || defined(CONFIG_BDI_SWITCH) ||\
  395. defined(CONFIG_KPROBES)
  396. /* We want the debuggers to be able to set breakpoints anywhere, so
  397. * don't write protect the kernel text */
  398. #define _PAGE_RAM_TEXT _PAGE_RAM
  399. #else
  400. #define _PAGE_RAM_TEXT (_PAGE_KERNEL_RO | _PAGE_HWEXEC)
  401. #endif
  402. #define PAGE_NONE __pgprot(_PAGE_BASE)
  403. #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
  404. #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
  405. #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
  406. #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
  407. #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
  408. #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
  409. #define PAGE_KERNEL __pgprot(_PAGE_RAM)
  410. #define PAGE_KERNEL_NOCACHE __pgprot(_PAGE_IO)
  411. /*
  412. * The PowerPC can only do execute protection on a segment (256MB) basis,
  413. * not on a page basis. So we consider execute permission the same as read.
  414. * Also, write permissions imply read permissions.
  415. * This is the closest we can get..
  416. */
  417. #define __P000 PAGE_NONE
  418. #define __P001 PAGE_READONLY_X
  419. #define __P010 PAGE_COPY
  420. #define __P011 PAGE_COPY_X
  421. #define __P100 PAGE_READONLY
  422. #define __P101 PAGE_READONLY_X
  423. #define __P110 PAGE_COPY
  424. #define __P111 PAGE_COPY_X
  425. #define __S000 PAGE_NONE
  426. #define __S001 PAGE_READONLY_X
  427. #define __S010 PAGE_SHARED
  428. #define __S011 PAGE_SHARED_X
  429. #define __S100 PAGE_READONLY
  430. #define __S101 PAGE_READONLY_X
  431. #define __S110 PAGE_SHARED
  432. #define __S111 PAGE_SHARED_X
  433. #ifndef __ASSEMBLY__
  434. /* Make sure we get a link error if PMD_PAGE_SIZE is ever called on a
  435. * kernel without large page PMD support */
  436. extern unsigned long bad_call_to_PMD_PAGE_SIZE(void);
  437. /*
  438. * Conversions between PTE values and page frame numbers.
  439. */
  440. /* in some case we want to additionaly adjust where the pfn is in the pte to
  441. * allow room for more flags */
  442. #if defined(CONFIG_FSL_BOOKE) && defined(CONFIG_PTE_64BIT)
  443. #define PFN_SHIFT_OFFSET (PAGE_SHIFT + 8)
  444. #else
  445. #define PFN_SHIFT_OFFSET (PAGE_SHIFT)
  446. #endif
  447. #define pte_pfn(x) (pte_val(x) >> PFN_SHIFT_OFFSET)
  448. #define pte_page(x) pfn_to_page(pte_pfn(x))
  449. #define pfn_pte(pfn, prot) __pte(((pte_basic_t)(pfn) << PFN_SHIFT_OFFSET) |\
  450. pgprot_val(prot))
  451. #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot)
  452. #endif /* __ASSEMBLY__ */
  453. #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0)
  454. #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT)
  455. #define pte_clear(mm,addr,ptep) do { set_pte_at((mm), (addr), (ptep), __pte(0)); } while (0)
  456. #define pmd_none(pmd) (!pmd_val(pmd))
  457. #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD)
  458. #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK)
  459. #define pmd_clear(pmdp) do { pmd_val(*(pmdp)) = 0; } while (0)
  460. #ifndef __ASSEMBLY__
  461. /*
  462. * The following only work if pte_present() is true.
  463. * Undefined behaviour if not..
  464. */
  465. static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_RW; }
  466. static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; }
  467. static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; }
  468. static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; }
  469. static inline int pte_special(pte_t pte) { return 0; }
  470. static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; }
  471. static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; }
  472. static inline pte_t pte_wrprotect(pte_t pte) {
  473. pte_val(pte) &= ~(_PAGE_RW | _PAGE_HWWRITE); return pte; }
  474. static inline pte_t pte_mkclean(pte_t pte) {
  475. pte_val(pte) &= ~(_PAGE_DIRTY | _PAGE_HWWRITE); return pte; }
  476. static inline pte_t pte_mkold(pte_t pte) {
  477. pte_val(pte) &= ~_PAGE_ACCESSED; return pte; }
  478. static inline pte_t pte_mkwrite(pte_t pte) {
  479. pte_val(pte) |= _PAGE_RW; return pte; }
  480. static inline pte_t pte_mkdirty(pte_t pte) {
  481. pte_val(pte) |= _PAGE_DIRTY; return pte; }
  482. static inline pte_t pte_mkyoung(pte_t pte) {
  483. pte_val(pte) |= _PAGE_ACCESSED; return pte; }
  484. static inline pte_t pte_mkspecial(pte_t pte) {
  485. return pte; }
  486. static inline unsigned long pte_pgprot(pte_t pte)
  487. {
  488. return __pgprot(pte_val(pte)) & PAGE_PROT_BITS;
  489. }
  490. static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
  491. {
  492. pte_val(pte) = (pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot);
  493. return pte;
  494. }
  495. /*
  496. * When flushing the tlb entry for a page, we also need to flush the hash
  497. * table entry. flush_hash_pages is assembler (for speed) in hashtable.S.
  498. */
  499. extern int flush_hash_pages(unsigned context, unsigned long va,
  500. unsigned long pmdval, int count);
  501. /* Add an HPTE to the hash table */
  502. extern void add_hash_page(unsigned context, unsigned long va,
  503. unsigned long pmdval);
  504. /*
  505. * Atomic PTE updates.
  506. *
  507. * pte_update clears and sets bit atomically, and returns
  508. * the old pte value. In the 64-bit PTE case we lock around the
  509. * low PTE word since we expect ALL flag bits to be there
  510. */
  511. #ifndef CONFIG_PTE_64BIT
  512. static inline unsigned long pte_update(pte_t *p,
  513. unsigned long clr,
  514. unsigned long set)
  515. {
  516. #ifdef PTE_ATOMIC_UPDATES
  517. unsigned long old, tmp;
  518. __asm__ __volatile__("\
  519. 1: lwarx %0,0,%3\n\
  520. andc %1,%0,%4\n\
  521. or %1,%1,%5\n"
  522. PPC405_ERR77(0,%3)
  523. " stwcx. %1,0,%3\n\
  524. bne- 1b"
  525. : "=&r" (old), "=&r" (tmp), "=m" (*p)
  526. : "r" (p), "r" (clr), "r" (set), "m" (*p)
  527. : "cc" );
  528. #else /* PTE_ATOMIC_UPDATES */
  529. unsigned long old = pte_val(*p);
  530. *p = __pte((old & ~clr) | set);
  531. #endif /* !PTE_ATOMIC_UPDATES */
  532. #ifdef CONFIG_44x
  533. if ((old & _PAGE_USER) && (old & _PAGE_HWEXEC))
  534. icache_44x_need_flush = 1;
  535. #endif
  536. return old;
  537. }
  538. #else /* CONFIG_PTE_64BIT */
  539. /* TODO: Change that to only modify the low word and move set_pte_at()
  540. * out of line
  541. */
  542. static inline unsigned long long pte_update(pte_t *p,
  543. unsigned long clr,
  544. unsigned long set)
  545. {
  546. #ifdef PTE_ATOMIC_UPDATES
  547. unsigned long long old;
  548. unsigned long tmp;
  549. __asm__ __volatile__("\
  550. 1: lwarx %L0,0,%4\n\
  551. lwzx %0,0,%3\n\
  552. andc %1,%L0,%5\n\
  553. or %1,%1,%6\n"
  554. PPC405_ERR77(0,%3)
  555. " stwcx. %1,0,%4\n\
  556. bne- 1b"
  557. : "=&r" (old), "=&r" (tmp), "=m" (*p)
  558. : "r" (p), "r" ((unsigned long)(p) + 4), "r" (clr), "r" (set), "m" (*p)
  559. : "cc" );
  560. #else /* PTE_ATOMIC_UPDATES */
  561. unsigned long long old = pte_val(*p);
  562. *p = __pte((old & ~(unsigned long long)clr) | set);
  563. #endif /* !PTE_ATOMIC_UPDATES */
  564. #ifdef CONFIG_44x
  565. if ((old & _PAGE_USER) && (old & _PAGE_HWEXEC))
  566. icache_44x_need_flush = 1;
  567. #endif
  568. return old;
  569. }
  570. #endif /* CONFIG_PTE_64BIT */
  571. /*
  572. * set_pte stores a linux PTE into the linux page table.
  573. * On machines which use an MMU hash table we avoid changing the
  574. * _PAGE_HASHPTE bit.
  575. */
  576. static inline void set_pte_at(struct mm_struct *mm, unsigned long addr,
  577. pte_t *ptep, pte_t pte)
  578. {
  579. #if _PAGE_HASHPTE != 0
  580. pte_update(ptep, ~_PAGE_HASHPTE, pte_val(pte) & ~_PAGE_HASHPTE);
  581. #else
  582. *ptep = pte;
  583. #endif
  584. }
  585. /*
  586. * 2.6 calls this without flushing the TLB entry; this is wrong
  587. * for our hash-based implementation, we fix that up here.
  588. */
  589. #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG
  590. static inline int __ptep_test_and_clear_young(unsigned int context, unsigned long addr, pte_t *ptep)
  591. {
  592. unsigned long old;
  593. old = pte_update(ptep, _PAGE_ACCESSED, 0);
  594. #if _PAGE_HASHPTE != 0
  595. if (old & _PAGE_HASHPTE) {
  596. unsigned long ptephys = __pa(ptep) & PAGE_MASK;
  597. flush_hash_pages(context, addr, ptephys, 1);
  598. }
  599. #endif
  600. return (old & _PAGE_ACCESSED) != 0;
  601. }
  602. #define ptep_test_and_clear_young(__vma, __addr, __ptep) \
  603. __ptep_test_and_clear_young((__vma)->vm_mm->context.id, __addr, __ptep)
  604. #define __HAVE_ARCH_PTEP_GET_AND_CLEAR
  605. static inline pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr,
  606. pte_t *ptep)
  607. {
  608. return __pte(pte_update(ptep, ~_PAGE_HASHPTE, 0));
  609. }
  610. #define __HAVE_ARCH_PTEP_SET_WRPROTECT
  611. static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr,
  612. pte_t *ptep)
  613. {
  614. pte_update(ptep, (_PAGE_RW | _PAGE_HWWRITE), 0);
  615. }
  616. static inline void huge_ptep_set_wrprotect(struct mm_struct *mm,
  617. unsigned long addr, pte_t *ptep)
  618. {
  619. ptep_set_wrprotect(mm, addr, ptep);
  620. }
  621. #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS
  622. static inline void __ptep_set_access_flags(pte_t *ptep, pte_t entry, int dirty)
  623. {
  624. unsigned long bits = pte_val(entry) &
  625. (_PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_RW);
  626. pte_update(ptep, 0, bits);
  627. }
  628. #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \
  629. ({ \
  630. int __changed = !pte_same(*(__ptep), __entry); \
  631. if (__changed) { \
  632. __ptep_set_access_flags(__ptep, __entry, __dirty); \
  633. flush_tlb_page_nohash(__vma, __address); \
  634. } \
  635. __changed; \
  636. })
  637. /*
  638. * Macro to mark a page protection value as "uncacheable".
  639. */
  640. #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | _PAGE_NO_CACHE | _PAGE_GUARDED))
  641. struct file;
  642. extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
  643. unsigned long size, pgprot_t vma_prot);
  644. #define __HAVE_PHYS_MEM_ACCESS_PROT
  645. #define __HAVE_ARCH_PTE_SAME
  646. #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0)
  647. /*
  648. * Note that on Book E processors, the pmd contains the kernel virtual
  649. * (lowmem) address of the pte page. The physical address is less useful
  650. * because everything runs with translation enabled (even the TLB miss
  651. * handler). On everything else the pmd contains the physical address
  652. * of the pte page. -- paulus
  653. */
  654. #ifndef CONFIG_BOOKE
  655. #define pmd_page_vaddr(pmd) \
  656. ((unsigned long) __va(pmd_val(pmd) & PAGE_MASK))
  657. #define pmd_page(pmd) \
  658. (mem_map + (pmd_val(pmd) >> PAGE_SHIFT))
  659. #else
  660. #define pmd_page_vaddr(pmd) \
  661. ((unsigned long) (pmd_val(pmd) & PAGE_MASK))
  662. #define pmd_page(pmd) \
  663. pfn_to_page((__pa(pmd_val(pmd)) >> PAGE_SHIFT))
  664. #endif
  665. /* to find an entry in a kernel page-table-directory */
  666. #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  667. /* to find an entry in a page-table-directory */
  668. #define pgd_index(address) ((address) >> PGDIR_SHIFT)
  669. #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
  670. /* Find an entry in the third-level page table.. */
  671. #define pte_index(address) \
  672. (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1))
  673. #define pte_offset_kernel(dir, addr) \
  674. ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(addr))
  675. #define pte_offset_map(dir, addr) \
  676. ((pte_t *) kmap_atomic(pmd_page(*(dir)), KM_PTE0) + pte_index(addr))
  677. #define pte_offset_map_nested(dir, addr) \
  678. ((pte_t *) kmap_atomic(pmd_page(*(dir)), KM_PTE1) + pte_index(addr))
  679. #define pte_unmap(pte) kunmap_atomic(pte, KM_PTE0)
  680. #define pte_unmap_nested(pte) kunmap_atomic(pte, KM_PTE1)
  681. /*
  682. * Encode and decode a swap entry.
  683. * Note that the bits we use in a PTE for representing a swap entry
  684. * must not include the _PAGE_PRESENT bit, the _PAGE_FILE bit, or the
  685. *_PAGE_HASHPTE bit (if used). -- paulus
  686. */
  687. #define __swp_type(entry) ((entry).val & 0x1f)
  688. #define __swp_offset(entry) ((entry).val >> 5)
  689. #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) })
  690. #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 3 })
  691. #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 })
  692. /* Encode and decode a nonlinear file mapping entry */
  693. #define PTE_FILE_MAX_BITS 29
  694. #define pte_to_pgoff(pte) (pte_val(pte) >> 3)
  695. #define pgoff_to_pte(off) ((pte_t) { ((off) << 3) | _PAGE_FILE })
  696. /*
  697. * No page table caches to initialise
  698. */
  699. #define pgtable_cache_init() do { } while (0)
  700. extern int get_pteptr(struct mm_struct *mm, unsigned long addr, pte_t **ptep,
  701. pmd_t **pmdp);
  702. #endif /* !__ASSEMBLY__ */
  703. #endif /* _ASM_POWERPC_PGTABLE_PPC32_H */