pgtable.h 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636
  1. /*
  2. * S390 version
  3. * Copyright IBM Corp. 1999, 2000
  4. * Author(s): Hartmut Penner (hp@de.ibm.com)
  5. * Ulrich Weigand (weigand@de.ibm.com)
  6. * Martin Schwidefsky (schwidefsky@de.ibm.com)
  7. *
  8. * Derived from "include/asm-i386/pgtable.h"
  9. */
  10. #ifndef _ASM_S390_PGTABLE_H
  11. #define _ASM_S390_PGTABLE_H
  12. /*
  13. * The Linux memory management assumes a three-level page table setup. For
  14. * s390 31 bit we "fold" the mid level into the top-level page table, so
  15. * that we physically have the same two-level page table as the s390 mmu
  16. * expects in 31 bit mode. For s390 64 bit we use three of the five levels
  17. * the hardware provides (region first and region second tables are not
  18. * used).
  19. *
  20. * The "pgd_xxx()" functions are trivial for a folded two-level
  21. * setup: the pgd is never bad, and a pmd always exists (as it's folded
  22. * into the pgd entry)
  23. *
  24. * This file contains the functions and defines necessary to modify and use
  25. * the S390 page table tree.
  26. */
  27. #ifndef __ASSEMBLY__
  28. #include <linux/sched.h>
  29. #include <linux/mm_types.h>
  30. #include <linux/page-flags.h>
  31. #include <asm/bug.h>
  32. #include <asm/page.h>
  33. extern pgd_t swapper_pg_dir[] __attribute__ ((aligned (4096)));
  34. extern void paging_init(void);
  35. extern void vmem_map_init(void);
  36. /*
  37. * The S390 doesn't have any external MMU info: the kernel page
  38. * tables contain all the necessary information.
  39. */
  40. #define update_mmu_cache(vma, address, ptep) do { } while (0)
  41. #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0)
  42. /*
  43. * ZERO_PAGE is a global shared page that is always zero; used
  44. * for zero-mapped memory areas etc..
  45. */
  46. extern unsigned long empty_zero_page;
  47. extern unsigned long zero_page_mask;
  48. #define ZERO_PAGE(vaddr) \
  49. (virt_to_page((void *)(empty_zero_page + \
  50. (((unsigned long)(vaddr)) &zero_page_mask))))
  51. #define __HAVE_COLOR_ZERO_PAGE
  52. /* TODO: s390 cannot support io_remap_pfn_range... */
  53. #endif /* !__ASSEMBLY__ */
  54. /*
  55. * PMD_SHIFT determines the size of the area a second-level page
  56. * table can map
  57. * PGDIR_SHIFT determines what a third-level page table entry can map
  58. */
  59. #ifndef CONFIG_64BIT
  60. # define PMD_SHIFT 20
  61. # define PUD_SHIFT 20
  62. # define PGDIR_SHIFT 20
  63. #else /* CONFIG_64BIT */
  64. # define PMD_SHIFT 20
  65. # define PUD_SHIFT 31
  66. # define PGDIR_SHIFT 42
  67. #endif /* CONFIG_64BIT */
  68. #define PMD_SIZE (1UL << PMD_SHIFT)
  69. #define PMD_MASK (~(PMD_SIZE-1))
  70. #define PUD_SIZE (1UL << PUD_SHIFT)
  71. #define PUD_MASK (~(PUD_SIZE-1))
  72. #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
  73. #define PGDIR_MASK (~(PGDIR_SIZE-1))
  74. /*
  75. * entries per page directory level: the S390 is two-level, so
  76. * we don't really have any PMD directory physically.
  77. * for S390 segment-table entries are combined to one PGD
  78. * that leads to 1024 pte per pgd
  79. */
  80. #define PTRS_PER_PTE 256
  81. #ifndef CONFIG_64BIT
  82. #define PTRS_PER_PMD 1
  83. #define PTRS_PER_PUD 1
  84. #else /* CONFIG_64BIT */
  85. #define PTRS_PER_PMD 2048
  86. #define PTRS_PER_PUD 2048
  87. #endif /* CONFIG_64BIT */
  88. #define PTRS_PER_PGD 2048
  89. #define FIRST_USER_ADDRESS 0
  90. #define pte_ERROR(e) \
  91. printk("%s:%d: bad pte %p.\n", __FILE__, __LINE__, (void *) pte_val(e))
  92. #define pmd_ERROR(e) \
  93. printk("%s:%d: bad pmd %p.\n", __FILE__, __LINE__, (void *) pmd_val(e))
  94. #define pud_ERROR(e) \
  95. printk("%s:%d: bad pud %p.\n", __FILE__, __LINE__, (void *) pud_val(e))
  96. #define pgd_ERROR(e) \
  97. printk("%s:%d: bad pgd %p.\n", __FILE__, __LINE__, (void *) pgd_val(e))
  98. #ifndef __ASSEMBLY__
  99. /*
  100. * The vmalloc and module area will always be on the topmost area of the kernel
  101. * mapping. We reserve 96MB (31bit) / 128GB (64bit) for vmalloc and modules.
  102. * On 64 bit kernels we have a 2GB area at the top of the vmalloc area where
  103. * modules will reside. That makes sure that inter module branches always
  104. * happen without trampolines and in addition the placement within a 2GB frame
  105. * is branch prediction unit friendly.
  106. */
  107. extern unsigned long VMALLOC_START;
  108. extern unsigned long VMALLOC_END;
  109. extern struct page *vmemmap;
  110. #define VMEM_MAX_PHYS ((unsigned long) vmemmap)
  111. #ifdef CONFIG_64BIT
  112. extern unsigned long MODULES_VADDR;
  113. extern unsigned long MODULES_END;
  114. #define MODULES_VADDR MODULES_VADDR
  115. #define MODULES_END MODULES_END
  116. #define MODULES_LEN (1UL << 31)
  117. #endif
  118. /*
  119. * A 31 bit pagetable entry of S390 has following format:
  120. * | PFRA | | OS |
  121. * 0 0IP0
  122. * 00000000001111111111222222222233
  123. * 01234567890123456789012345678901
  124. *
  125. * I Page-Invalid Bit: Page is not available for address-translation
  126. * P Page-Protection Bit: Store access not possible for page
  127. *
  128. * A 31 bit segmenttable entry of S390 has following format:
  129. * | P-table origin | |PTL
  130. * 0 IC
  131. * 00000000001111111111222222222233
  132. * 01234567890123456789012345678901
  133. *
  134. * I Segment-Invalid Bit: Segment is not available for address-translation
  135. * C Common-Segment Bit: Segment is not private (PoP 3-30)
  136. * PTL Page-Table-Length: Page-table length (PTL+1*16 entries -> up to 256)
  137. *
  138. * The 31 bit segmenttable origin of S390 has following format:
  139. *
  140. * |S-table origin | | STL |
  141. * X **GPS
  142. * 00000000001111111111222222222233
  143. * 01234567890123456789012345678901
  144. *
  145. * X Space-Switch event:
  146. * G Segment-Invalid Bit: *
  147. * P Private-Space Bit: Segment is not private (PoP 3-30)
  148. * S Storage-Alteration:
  149. * STL Segment-Table-Length: Segment-table length (STL+1*16 entries -> up to 2048)
  150. *
  151. * A 64 bit pagetable entry of S390 has following format:
  152. * | PFRA |0IPC| OS |
  153. * 0000000000111111111122222222223333333333444444444455555555556666
  154. * 0123456789012345678901234567890123456789012345678901234567890123
  155. *
  156. * I Page-Invalid Bit: Page is not available for address-translation
  157. * P Page-Protection Bit: Store access not possible for page
  158. * C Change-bit override: HW is not required to set change bit
  159. *
  160. * A 64 bit segmenttable entry of S390 has following format:
  161. * | P-table origin | TT
  162. * 0000000000111111111122222222223333333333444444444455555555556666
  163. * 0123456789012345678901234567890123456789012345678901234567890123
  164. *
  165. * I Segment-Invalid Bit: Segment is not available for address-translation
  166. * C Common-Segment Bit: Segment is not private (PoP 3-30)
  167. * P Page-Protection Bit: Store access not possible for page
  168. * TT Type 00
  169. *
  170. * A 64 bit region table entry of S390 has following format:
  171. * | S-table origin | TF TTTL
  172. * 0000000000111111111122222222223333333333444444444455555555556666
  173. * 0123456789012345678901234567890123456789012345678901234567890123
  174. *
  175. * I Segment-Invalid Bit: Segment is not available for address-translation
  176. * TT Type 01
  177. * TF
  178. * TL Table length
  179. *
  180. * The 64 bit regiontable origin of S390 has following format:
  181. * | region table origon | DTTL
  182. * 0000000000111111111122222222223333333333444444444455555555556666
  183. * 0123456789012345678901234567890123456789012345678901234567890123
  184. *
  185. * X Space-Switch event:
  186. * G Segment-Invalid Bit:
  187. * P Private-Space Bit:
  188. * S Storage-Alteration:
  189. * R Real space
  190. * TL Table-Length:
  191. *
  192. * A storage key has the following format:
  193. * | ACC |F|R|C|0|
  194. * 0 3 4 5 6 7
  195. * ACC: access key
  196. * F : fetch protection bit
  197. * R : referenced bit
  198. * C : changed bit
  199. */
  200. /* Hardware bits in the page table entry */
  201. #define _PAGE_CO 0x100 /* HW Change-bit override */
  202. #define _PAGE_PROTECT 0x200 /* HW read-only bit */
  203. #define _PAGE_INVALID 0x400 /* HW invalid bit */
  204. #define _PAGE_LARGE 0x800 /* Bit to mark a large pte */
  205. /* Software bits in the page table entry */
  206. #define _PAGE_PRESENT 0x001 /* SW pte present bit */
  207. #define _PAGE_TYPE 0x002 /* SW pte type bit */
  208. #define _PAGE_YOUNG 0x004 /* SW pte young bit */
  209. #define _PAGE_DIRTY 0x008 /* SW pte dirty bit */
  210. #define _PAGE_READ 0x010 /* SW pte read bit */
  211. #define _PAGE_WRITE 0x020 /* SW pte write bit */
  212. #define _PAGE_SPECIAL 0x040 /* SW associated with special page */
  213. #define __HAVE_ARCH_PTE_SPECIAL
  214. /* Set of bits not changed in pte_modify */
  215. #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL | _PAGE_CO | \
  216. _PAGE_DIRTY | _PAGE_YOUNG)
  217. /*
  218. * handle_pte_fault uses pte_present, pte_none and pte_file to find out the
  219. * pte type WITHOUT holding the page table lock. The _PAGE_PRESENT bit
  220. * is used to distinguish present from not-present ptes. It is changed only
  221. * with the page table lock held.
  222. *
  223. * The following table gives the different possible bit combinations for
  224. * the pte hardware and software bits in the last 12 bits of a pte:
  225. *
  226. * 842100000000
  227. * 000084210000
  228. * 000000008421
  229. * .IR...wrdytp
  230. * empty .10...000000
  231. * swap .10...xxxx10
  232. * file .11...xxxxx0
  233. * prot-none, clean, old .11...000001
  234. * prot-none, clean, young .11...000101
  235. * prot-none, dirty, old .10...001001
  236. * prot-none, dirty, young .10...001101
  237. * read-only, clean, old .11...010001
  238. * read-only, clean, young .01...010101
  239. * read-only, dirty, old .11...011001
  240. * read-only, dirty, young .01...011101
  241. * read-write, clean, old .11...110001
  242. * read-write, clean, young .01...110101
  243. * read-write, dirty, old .10...111001
  244. * read-write, dirty, young .00...111101
  245. *
  246. * pte_present is true for the bit pattern .xx...xxxxx1, (pte & 0x001) == 0x001
  247. * pte_none is true for the bit pattern .10...xxxx00, (pte & 0x603) == 0x400
  248. * pte_file is true for the bit pattern .11...xxxxx0, (pte & 0x601) == 0x600
  249. * pte_swap is true for the bit pattern .10...xxxx10, (pte & 0x603) == 0x402
  250. */
  251. #ifndef CONFIG_64BIT
  252. /* Bits in the segment table address-space-control-element */
  253. #define _ASCE_SPACE_SWITCH 0x80000000UL /* space switch event */
  254. #define _ASCE_ORIGIN_MASK 0x7ffff000UL /* segment table origin */
  255. #define _ASCE_PRIVATE_SPACE 0x100 /* private space control */
  256. #define _ASCE_ALT_EVENT 0x80 /* storage alteration event control */
  257. #define _ASCE_TABLE_LENGTH 0x7f /* 128 x 64 entries = 8k */
  258. /* Bits in the segment table entry */
  259. #define _SEGMENT_ENTRY_BITS 0x7fffffffUL /* Valid segment table bits */
  260. #define _SEGMENT_ENTRY_ORIGIN 0x7fffffc0UL /* page table origin */
  261. #define _SEGMENT_ENTRY_PROTECT 0x200 /* page protection bit */
  262. #define _SEGMENT_ENTRY_INVALID 0x20 /* invalid segment table entry */
  263. #define _SEGMENT_ENTRY_COMMON 0x10 /* common segment bit */
  264. #define _SEGMENT_ENTRY_PTL 0x0f /* page table length */
  265. #define _SEGMENT_ENTRY_NONE _SEGMENT_ENTRY_PROTECT
  266. #define _SEGMENT_ENTRY (_SEGMENT_ENTRY_PTL)
  267. #define _SEGMENT_ENTRY_EMPTY (_SEGMENT_ENTRY_INVALID)
  268. /*
  269. * Segment table entry encoding (I = invalid, R = read-only bit):
  270. * ..R...I.....
  271. * prot-none ..1...1.....
  272. * read-only ..1...0.....
  273. * read-write ..0...0.....
  274. * empty ..0...1.....
  275. */
  276. /* Page status table bits for virtualization */
  277. #define PGSTE_ACC_BITS 0xf0000000UL
  278. #define PGSTE_FP_BIT 0x08000000UL
  279. #define PGSTE_PCL_BIT 0x00800000UL
  280. #define PGSTE_HR_BIT 0x00400000UL
  281. #define PGSTE_HC_BIT 0x00200000UL
  282. #define PGSTE_GR_BIT 0x00040000UL
  283. #define PGSTE_GC_BIT 0x00020000UL
  284. #define PGSTE_IN_BIT 0x00008000UL /* IPTE notify bit */
  285. #else /* CONFIG_64BIT */
  286. /* Bits in the segment/region table address-space-control-element */
  287. #define _ASCE_ORIGIN ~0xfffUL/* segment table origin */
  288. #define _ASCE_PRIVATE_SPACE 0x100 /* private space control */
  289. #define _ASCE_ALT_EVENT 0x80 /* storage alteration event control */
  290. #define _ASCE_SPACE_SWITCH 0x40 /* space switch event */
  291. #define _ASCE_REAL_SPACE 0x20 /* real space control */
  292. #define _ASCE_TYPE_MASK 0x0c /* asce table type mask */
  293. #define _ASCE_TYPE_REGION1 0x0c /* region first table type */
  294. #define _ASCE_TYPE_REGION2 0x08 /* region second table type */
  295. #define _ASCE_TYPE_REGION3 0x04 /* region third table type */
  296. #define _ASCE_TYPE_SEGMENT 0x00 /* segment table type */
  297. #define _ASCE_TABLE_LENGTH 0x03 /* region table length */
  298. /* Bits in the region table entry */
  299. #define _REGION_ENTRY_ORIGIN ~0xfffUL/* region/segment table origin */
  300. #define _REGION_ENTRY_PROTECT 0x200 /* region protection bit */
  301. #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */
  302. #define _REGION_ENTRY_TYPE_MASK 0x0c /* region/segment table type mask */
  303. #define _REGION_ENTRY_TYPE_R1 0x0c /* region first table type */
  304. #define _REGION_ENTRY_TYPE_R2 0x08 /* region second table type */
  305. #define _REGION_ENTRY_TYPE_R3 0x04 /* region third table type */
  306. #define _REGION_ENTRY_LENGTH 0x03 /* region third length */
  307. #define _REGION1_ENTRY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_LENGTH)
  308. #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID)
  309. #define _REGION2_ENTRY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_LENGTH)
  310. #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID)
  311. #define _REGION3_ENTRY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_LENGTH)
  312. #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID)
  313. #define _REGION3_ENTRY_LARGE 0x400 /* RTTE-format control, large page */
  314. #define _REGION3_ENTRY_RO 0x200 /* page protection bit */
  315. #define _REGION3_ENTRY_CO 0x100 /* change-recording override */
  316. /* Bits in the segment table entry */
  317. #define _SEGMENT_ENTRY_BITS 0xfffffffffffffe33UL
  318. #define _SEGMENT_ENTRY_BITS_LARGE 0xfffffffffff1ff33UL
  319. #define _SEGMENT_ENTRY_ORIGIN_LARGE ~0xfffffUL /* large page address */
  320. #define _SEGMENT_ENTRY_ORIGIN ~0x7ffUL/* segment table origin */
  321. #define _SEGMENT_ENTRY_PROTECT 0x200 /* page protection bit */
  322. #define _SEGMENT_ENTRY_INVALID 0x20 /* invalid segment table entry */
  323. #define _SEGMENT_ENTRY (0)
  324. #define _SEGMENT_ENTRY_EMPTY (_SEGMENT_ENTRY_INVALID)
  325. #define _SEGMENT_ENTRY_LARGE 0x400 /* STE-format control, large page */
  326. #define _SEGMENT_ENTRY_CO 0x100 /* change-recording override */
  327. #define _SEGMENT_ENTRY_SPLIT 0x001 /* THP splitting bit */
  328. #define _SEGMENT_ENTRY_YOUNG 0x002 /* SW segment young bit */
  329. #define _SEGMENT_ENTRY_NONE _SEGMENT_ENTRY_YOUNG
  330. /*
  331. * Segment table entry encoding (R = read-only, I = invalid, y = young bit):
  332. * ..R...I...y.
  333. * prot-none, old ..0...1...1.
  334. * prot-none, young ..1...1...1.
  335. * read-only, old ..1...1...0.
  336. * read-only, young ..1...0...1.
  337. * read-write, old ..0...1...0.
  338. * read-write, young ..0...0...1.
  339. * The segment table origin is used to distinguish empty (origin==0) from
  340. * read-write, old segment table entries (origin!=0)
  341. */
  342. #define _SEGMENT_ENTRY_SPLIT_BIT 0 /* THP splitting bit number */
  343. /* Set of bits not changed in pmd_modify */
  344. #define _SEGMENT_CHG_MASK (_SEGMENT_ENTRY_ORIGIN | _SEGMENT_ENTRY_LARGE \
  345. | _SEGMENT_ENTRY_SPLIT | _SEGMENT_ENTRY_CO)
  346. /* Page status table bits for virtualization */
  347. #define PGSTE_ACC_BITS 0xf000000000000000UL
  348. #define PGSTE_FP_BIT 0x0800000000000000UL
  349. #define PGSTE_PCL_BIT 0x0080000000000000UL
  350. #define PGSTE_HR_BIT 0x0040000000000000UL
  351. #define PGSTE_HC_BIT 0x0020000000000000UL
  352. #define PGSTE_GR_BIT 0x0004000000000000UL
  353. #define PGSTE_GC_BIT 0x0002000000000000UL
  354. #define PGSTE_IN_BIT 0x0000800000000000UL /* IPTE notify bit */
  355. #endif /* CONFIG_64BIT */
  356. /*
  357. * A user page table pointer has the space-switch-event bit, the
  358. * private-space-control bit and the storage-alteration-event-control
  359. * bit set. A kernel page table pointer doesn't need them.
  360. */
  361. #define _ASCE_USER_BITS (_ASCE_SPACE_SWITCH | _ASCE_PRIVATE_SPACE | \
  362. _ASCE_ALT_EVENT)
  363. /*
  364. * Page protection definitions.
  365. */
  366. #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_INVALID)
  367. #define PAGE_READ __pgprot(_PAGE_PRESENT | _PAGE_READ | \
  368. _PAGE_INVALID | _PAGE_PROTECT)
  369. #define PAGE_WRITE __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
  370. _PAGE_INVALID | _PAGE_PROTECT)
  371. #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
  372. _PAGE_YOUNG | _PAGE_DIRTY)
  373. #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
  374. _PAGE_YOUNG | _PAGE_DIRTY)
  375. #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \
  376. _PAGE_PROTECT)
  377. /*
  378. * On s390 the page table entry has an invalid bit and a read-only bit.
  379. * Read permission implies execute permission and write permission
  380. * implies read permission.
  381. */
  382. /*xwr*/
  383. #define __P000 PAGE_NONE
  384. #define __P001 PAGE_READ
  385. #define __P010 PAGE_READ
  386. #define __P011 PAGE_READ
  387. #define __P100 PAGE_READ
  388. #define __P101 PAGE_READ
  389. #define __P110 PAGE_READ
  390. #define __P111 PAGE_READ
  391. #define __S000 PAGE_NONE
  392. #define __S001 PAGE_READ
  393. #define __S010 PAGE_WRITE
  394. #define __S011 PAGE_WRITE
  395. #define __S100 PAGE_READ
  396. #define __S101 PAGE_READ
  397. #define __S110 PAGE_WRITE
  398. #define __S111 PAGE_WRITE
  399. /*
  400. * Segment entry (large page) protection definitions.
  401. */
  402. #define SEGMENT_NONE __pgprot(_SEGMENT_ENTRY_INVALID | \
  403. _SEGMENT_ENTRY_NONE)
  404. #define SEGMENT_READ __pgprot(_SEGMENT_ENTRY_INVALID | \
  405. _SEGMENT_ENTRY_PROTECT)
  406. #define SEGMENT_WRITE __pgprot(_SEGMENT_ENTRY_INVALID)
  407. static inline int mm_has_pgste(struct mm_struct *mm)
  408. {
  409. #ifdef CONFIG_PGSTE
  410. if (unlikely(mm->context.has_pgste))
  411. return 1;
  412. #endif
  413. return 0;
  414. }
  415. /*
  416. * pgd/pmd/pte query functions
  417. */
  418. #ifndef CONFIG_64BIT
  419. static inline int pgd_present(pgd_t pgd) { return 1; }
  420. static inline int pgd_none(pgd_t pgd) { return 0; }
  421. static inline int pgd_bad(pgd_t pgd) { return 0; }
  422. static inline int pud_present(pud_t pud) { return 1; }
  423. static inline int pud_none(pud_t pud) { return 0; }
  424. static inline int pud_large(pud_t pud) { return 0; }
  425. static inline int pud_bad(pud_t pud) { return 0; }
  426. #else /* CONFIG_64BIT */
  427. static inline int pgd_present(pgd_t pgd)
  428. {
  429. if ((pgd_val(pgd) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R2)
  430. return 1;
  431. return (pgd_val(pgd) & _REGION_ENTRY_ORIGIN) != 0UL;
  432. }
  433. static inline int pgd_none(pgd_t pgd)
  434. {
  435. if ((pgd_val(pgd) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R2)
  436. return 0;
  437. return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL;
  438. }
  439. static inline int pgd_bad(pgd_t pgd)
  440. {
  441. /*
  442. * With dynamic page table levels the pgd can be a region table
  443. * entry or a segment table entry. Check for the bit that are
  444. * invalid for either table entry.
  445. */
  446. unsigned long mask =
  447. ~_SEGMENT_ENTRY_ORIGIN & ~_REGION_ENTRY_INVALID &
  448. ~_REGION_ENTRY_TYPE_MASK & ~_REGION_ENTRY_LENGTH;
  449. return (pgd_val(pgd) & mask) != 0;
  450. }
  451. static inline int pud_present(pud_t pud)
  452. {
  453. if ((pud_val(pud) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R3)
  454. return 1;
  455. return (pud_val(pud) & _REGION_ENTRY_ORIGIN) != 0UL;
  456. }
  457. static inline int pud_none(pud_t pud)
  458. {
  459. if ((pud_val(pud) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R3)
  460. return 0;
  461. return (pud_val(pud) & _REGION_ENTRY_INVALID) != 0UL;
  462. }
  463. static inline int pud_large(pud_t pud)
  464. {
  465. if ((pud_val(pud) & _REGION_ENTRY_TYPE_MASK) != _REGION_ENTRY_TYPE_R3)
  466. return 0;
  467. return !!(pud_val(pud) & _REGION3_ENTRY_LARGE);
  468. }
  469. static inline int pud_bad(pud_t pud)
  470. {
  471. /*
  472. * With dynamic page table levels the pud can be a region table
  473. * entry or a segment table entry. Check for the bit that are
  474. * invalid for either table entry.
  475. */
  476. unsigned long mask =
  477. ~_SEGMENT_ENTRY_ORIGIN & ~_REGION_ENTRY_INVALID &
  478. ~_REGION_ENTRY_TYPE_MASK & ~_REGION_ENTRY_LENGTH;
  479. return (pud_val(pud) & mask) != 0;
  480. }
  481. #endif /* CONFIG_64BIT */
  482. static inline int pmd_present(pmd_t pmd)
  483. {
  484. return pmd_val(pmd) != _SEGMENT_ENTRY_INVALID;
  485. }
  486. static inline int pmd_none(pmd_t pmd)
  487. {
  488. return pmd_val(pmd) == _SEGMENT_ENTRY_INVALID;
  489. }
  490. static inline int pmd_large(pmd_t pmd)
  491. {
  492. #ifdef CONFIG_64BIT
  493. return (pmd_val(pmd) & _SEGMENT_ENTRY_LARGE) != 0;
  494. #else
  495. return 0;
  496. #endif
  497. }
  498. static inline int pmd_prot_none(pmd_t pmd)
  499. {
  500. return (pmd_val(pmd) & _SEGMENT_ENTRY_INVALID) &&
  501. (pmd_val(pmd) & _SEGMENT_ENTRY_NONE);
  502. }
  503. static inline int pmd_bad(pmd_t pmd)
  504. {
  505. #ifdef CONFIG_64BIT
  506. if (pmd_large(pmd))
  507. return (pmd_val(pmd) & ~_SEGMENT_ENTRY_BITS_LARGE) != 0;
  508. #endif
  509. return (pmd_val(pmd) & ~_SEGMENT_ENTRY_BITS) != 0;
  510. }
  511. #define __HAVE_ARCH_PMDP_SPLITTING_FLUSH
  512. extern void pmdp_splitting_flush(struct vm_area_struct *vma,
  513. unsigned long addr, pmd_t *pmdp);
  514. #define __HAVE_ARCH_PMDP_SET_ACCESS_FLAGS
  515. extern int pmdp_set_access_flags(struct vm_area_struct *vma,
  516. unsigned long address, pmd_t *pmdp,
  517. pmd_t entry, int dirty);
  518. #define __HAVE_ARCH_PMDP_CLEAR_YOUNG_FLUSH
  519. extern int pmdp_clear_flush_young(struct vm_area_struct *vma,
  520. unsigned long address, pmd_t *pmdp);
  521. #define __HAVE_ARCH_PMD_WRITE
  522. static inline int pmd_write(pmd_t pmd)
  523. {
  524. if (pmd_prot_none(pmd))
  525. return 0;
  526. return (pmd_val(pmd) & _SEGMENT_ENTRY_PROTECT) == 0;
  527. }
  528. static inline int pmd_young(pmd_t pmd)
  529. {
  530. int young = 0;
  531. #ifdef CONFIG_64BIT
  532. if (pmd_prot_none(pmd))
  533. young = (pmd_val(pmd) & _SEGMENT_ENTRY_PROTECT) != 0;
  534. else
  535. young = (pmd_val(pmd) & _SEGMENT_ENTRY_YOUNG) != 0;
  536. #endif
  537. return young;
  538. }
  539. static inline int pte_present(pte_t pte)
  540. {
  541. /* Bit pattern: (pte & 0x001) == 0x001 */
  542. return (pte_val(pte) & _PAGE_PRESENT) != 0;
  543. }
  544. static inline int pte_none(pte_t pte)
  545. {
  546. /* Bit pattern: pte == 0x400 */
  547. return pte_val(pte) == _PAGE_INVALID;
  548. }
  549. static inline int pte_file(pte_t pte)
  550. {
  551. /* Bit pattern: (pte & 0x601) == 0x600 */
  552. return (pte_val(pte) & (_PAGE_INVALID | _PAGE_PROTECT | _PAGE_PRESENT))
  553. == (_PAGE_INVALID | _PAGE_PROTECT);
  554. }
  555. static inline int pte_special(pte_t pte)
  556. {
  557. return (pte_val(pte) & _PAGE_SPECIAL);
  558. }
  559. #define __HAVE_ARCH_PTE_SAME
  560. static inline int pte_same(pte_t a, pte_t b)
  561. {
  562. return pte_val(a) == pte_val(b);
  563. }
  564. static inline pgste_t pgste_get_lock(pte_t *ptep)
  565. {
  566. unsigned long new = 0;
  567. #ifdef CONFIG_PGSTE
  568. unsigned long old;
  569. preempt_disable();
  570. asm(
  571. " lg %0,%2\n"
  572. "0: lgr %1,%0\n"
  573. " nihh %0,0xff7f\n" /* clear PCL bit in old */
  574. " oihh %1,0x0080\n" /* set PCL bit in new */
  575. " csg %0,%1,%2\n"
  576. " jl 0b\n"
  577. : "=&d" (old), "=&d" (new), "=Q" (ptep[PTRS_PER_PTE])
  578. : "Q" (ptep[PTRS_PER_PTE]) : "cc", "memory");
  579. #endif
  580. return __pgste(new);
  581. }
  582. static inline void pgste_set_unlock(pte_t *ptep, pgste_t pgste)
  583. {
  584. #ifdef CONFIG_PGSTE
  585. asm(
  586. " nihh %1,0xff7f\n" /* clear PCL bit */
  587. " stg %1,%0\n"
  588. : "=Q" (ptep[PTRS_PER_PTE])
  589. : "d" (pgste_val(pgste)), "Q" (ptep[PTRS_PER_PTE])
  590. : "cc", "memory");
  591. preempt_enable();
  592. #endif
  593. }
  594. static inline pgste_t pgste_get(pte_t *ptep)
  595. {
  596. unsigned long pgste = 0;
  597. #ifdef CONFIG_PGSTE
  598. pgste = *(unsigned long *)(ptep + PTRS_PER_PTE);
  599. #endif
  600. return __pgste(pgste);
  601. }
  602. static inline void pgste_set(pte_t *ptep, pgste_t pgste)
  603. {
  604. #ifdef CONFIG_PGSTE
  605. *(pgste_t *)(ptep + PTRS_PER_PTE) = pgste;
  606. #endif
  607. }
  608. static inline pgste_t pgste_update_all(pte_t *ptep, pgste_t pgste)
  609. {
  610. #ifdef CONFIG_PGSTE
  611. unsigned long address, bits, skey;
  612. if (pte_val(*ptep) & _PAGE_INVALID)
  613. return pgste;
  614. address = pte_val(*ptep) & PAGE_MASK;
  615. skey = (unsigned long) page_get_storage_key(address);
  616. bits = skey & (_PAGE_CHANGED | _PAGE_REFERENCED);
  617. if (!(pgste_val(pgste) & PGSTE_HC_BIT) && (bits & _PAGE_CHANGED)) {
  618. /* Transfer dirty + referenced bit to host bits in pgste */
  619. pgste_val(pgste) |= bits << 52;
  620. page_set_storage_key(address, skey ^ bits, 0);
  621. } else if (!(pgste_val(pgste) & PGSTE_HR_BIT) &&
  622. (bits & _PAGE_REFERENCED)) {
  623. /* Transfer referenced bit to host bit in pgste */
  624. pgste_val(pgste) |= PGSTE_HR_BIT;
  625. page_reset_referenced(address);
  626. }
  627. /* Transfer page changed & referenced bit to guest bits in pgste */
  628. pgste_val(pgste) |= bits << 48; /* GR bit & GC bit */
  629. /* Copy page access key and fetch protection bit to pgste */
  630. pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT);
  631. pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56;
  632. #endif
  633. return pgste;
  634. }
  635. static inline pgste_t pgste_update_young(pte_t *ptep, pgste_t pgste)
  636. {
  637. #ifdef CONFIG_PGSTE
  638. if (pte_val(*ptep) & _PAGE_INVALID)
  639. return pgste;
  640. /* Get referenced bit from storage key */
  641. if (page_reset_referenced(pte_val(*ptep) & PAGE_MASK))
  642. pgste_val(pgste) |= PGSTE_HR_BIT | PGSTE_GR_BIT;
  643. #endif
  644. return pgste;
  645. }
  646. static inline void pgste_set_key(pte_t *ptep, pgste_t pgste, pte_t entry)
  647. {
  648. #ifdef CONFIG_PGSTE
  649. unsigned long address;
  650. unsigned long nkey;
  651. if (pte_val(entry) & _PAGE_INVALID)
  652. return;
  653. VM_BUG_ON(!(pte_val(*ptep) & _PAGE_INVALID));
  654. address = pte_val(entry) & PAGE_MASK;
  655. /*
  656. * Set page access key and fetch protection bit from pgste.
  657. * The guest C/R information is still in the PGSTE, set real
  658. * key C/R to 0.
  659. */
  660. nkey = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56;
  661. page_set_storage_key(address, nkey, 0);
  662. #endif
  663. }
  664. static inline void pgste_set_pte(pte_t *ptep, pte_t entry)
  665. {
  666. if (!MACHINE_HAS_ESOP && (pte_val(entry) & _PAGE_WRITE)) {
  667. /*
  668. * Without enhanced suppression-on-protection force
  669. * the dirty bit on for all writable ptes.
  670. */
  671. pte_val(entry) |= _PAGE_DIRTY;
  672. pte_val(entry) &= ~_PAGE_PROTECT;
  673. }
  674. *ptep = entry;
  675. }
  676. /**
  677. * struct gmap_struct - guest address space
  678. * @mm: pointer to the parent mm_struct
  679. * @table: pointer to the page directory
  680. * @asce: address space control element for gmap page table
  681. * @crst_list: list of all crst tables used in the guest address space
  682. */
  683. struct gmap {
  684. struct list_head list;
  685. struct mm_struct *mm;
  686. unsigned long *table;
  687. unsigned long asce;
  688. void *private;
  689. struct list_head crst_list;
  690. };
  691. /**
  692. * struct gmap_rmap - reverse mapping for segment table entries
  693. * @gmap: pointer to the gmap_struct
  694. * @entry: pointer to a segment table entry
  695. * @vmaddr: virtual address in the guest address space
  696. */
  697. struct gmap_rmap {
  698. struct list_head list;
  699. struct gmap *gmap;
  700. unsigned long *entry;
  701. unsigned long vmaddr;
  702. };
  703. /**
  704. * struct gmap_pgtable - gmap information attached to a page table
  705. * @vmaddr: address of the 1MB segment in the process virtual memory
  706. * @mapper: list of segment table entries mapping a page table
  707. */
  708. struct gmap_pgtable {
  709. unsigned long vmaddr;
  710. struct list_head mapper;
  711. };
  712. /**
  713. * struct gmap_notifier - notify function block for page invalidation
  714. * @notifier_call: address of callback function
  715. */
  716. struct gmap_notifier {
  717. struct list_head list;
  718. void (*notifier_call)(struct gmap *gmap, unsigned long address);
  719. };
  720. struct gmap *gmap_alloc(struct mm_struct *mm);
  721. void gmap_free(struct gmap *gmap);
  722. void gmap_enable(struct gmap *gmap);
  723. void gmap_disable(struct gmap *gmap);
  724. int gmap_map_segment(struct gmap *gmap, unsigned long from,
  725. unsigned long to, unsigned long len);
  726. int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len);
  727. unsigned long __gmap_translate(unsigned long address, struct gmap *);
  728. unsigned long gmap_translate(unsigned long address, struct gmap *);
  729. unsigned long __gmap_fault(unsigned long address, struct gmap *);
  730. unsigned long gmap_fault(unsigned long address, struct gmap *);
  731. void gmap_discard(unsigned long from, unsigned long to, struct gmap *);
  732. void gmap_register_ipte_notifier(struct gmap_notifier *);
  733. void gmap_unregister_ipte_notifier(struct gmap_notifier *);
  734. int gmap_ipte_notify(struct gmap *, unsigned long start, unsigned long len);
  735. void gmap_do_ipte_notify(struct mm_struct *, unsigned long addr, pte_t *);
  736. static inline pgste_t pgste_ipte_notify(struct mm_struct *mm,
  737. unsigned long addr,
  738. pte_t *ptep, pgste_t pgste)
  739. {
  740. #ifdef CONFIG_PGSTE
  741. if (pgste_val(pgste) & PGSTE_IN_BIT) {
  742. pgste_val(pgste) &= ~PGSTE_IN_BIT;
  743. gmap_do_ipte_notify(mm, addr, ptep);
  744. }
  745. #endif
  746. return pgste;
  747. }
  748. /*
  749. * Certain architectures need to do special things when PTEs
  750. * within a page table are directly modified. Thus, the following
  751. * hook is made available.
  752. */
  753. static inline void set_pte_at(struct mm_struct *mm, unsigned long addr,
  754. pte_t *ptep, pte_t entry)
  755. {
  756. pgste_t pgste;
  757. if (mm_has_pgste(mm)) {
  758. pgste = pgste_get_lock(ptep);
  759. pgste_set_key(ptep, pgste, entry);
  760. pgste_set_pte(ptep, entry);
  761. pgste_set_unlock(ptep, pgste);
  762. } else {
  763. if (!(pte_val(entry) & _PAGE_INVALID) && MACHINE_HAS_EDAT1)
  764. pte_val(entry) |= _PAGE_CO;
  765. *ptep = entry;
  766. }
  767. }
  768. /*
  769. * query functions pte_write/pte_dirty/pte_young only work if
  770. * pte_present() is true. Undefined behaviour if not..
  771. */
  772. static inline int pte_write(pte_t pte)
  773. {
  774. return (pte_val(pte) & _PAGE_WRITE) != 0;
  775. }
  776. static inline int pte_dirty(pte_t pte)
  777. {
  778. return (pte_val(pte) & _PAGE_DIRTY) != 0;
  779. }
  780. static inline int pte_young(pte_t pte)
  781. {
  782. return (pte_val(pte) & _PAGE_YOUNG) != 0;
  783. }
  784. /*
  785. * pgd/pmd/pte modification functions
  786. */
  787. static inline void pgd_clear(pgd_t *pgd)
  788. {
  789. #ifdef CONFIG_64BIT
  790. if ((pgd_val(*pgd) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R2)
  791. pgd_val(*pgd) = _REGION2_ENTRY_EMPTY;
  792. #endif
  793. }
  794. static inline void pud_clear(pud_t *pud)
  795. {
  796. #ifdef CONFIG_64BIT
  797. if ((pud_val(*pud) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3)
  798. pud_val(*pud) = _REGION3_ENTRY_EMPTY;
  799. #endif
  800. }
  801. static inline void pmd_clear(pmd_t *pmdp)
  802. {
  803. pmd_val(*pmdp) = _SEGMENT_ENTRY_INVALID;
  804. }
  805. static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
  806. {
  807. pte_val(*ptep) = _PAGE_INVALID;
  808. }
  809. /*
  810. * The following pte modification functions only work if
  811. * pte_present() is true. Undefined behaviour if not..
  812. */
  813. static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
  814. {
  815. pte_val(pte) &= _PAGE_CHG_MASK;
  816. pte_val(pte) |= pgprot_val(newprot);
  817. /*
  818. * newprot for PAGE_NONE, PAGE_READ and PAGE_WRITE has the
  819. * invalid bit set, clear it again for readable, young pages
  820. */
  821. if ((pte_val(pte) & _PAGE_YOUNG) && (pte_val(pte) & _PAGE_READ))
  822. pte_val(pte) &= ~_PAGE_INVALID;
  823. /*
  824. * newprot for PAGE_READ and PAGE_WRITE has the page protection
  825. * bit set, clear it again for writable, dirty pages
  826. */
  827. if ((pte_val(pte) & _PAGE_DIRTY) && (pte_val(pte) & _PAGE_WRITE))
  828. pte_val(pte) &= ~_PAGE_PROTECT;
  829. return pte;
  830. }
  831. static inline pte_t pte_wrprotect(pte_t pte)
  832. {
  833. pte_val(pte) &= ~_PAGE_WRITE;
  834. pte_val(pte) |= _PAGE_PROTECT;
  835. return pte;
  836. }
  837. static inline pte_t pte_mkwrite(pte_t pte)
  838. {
  839. pte_val(pte) |= _PAGE_WRITE;
  840. if (pte_val(pte) & _PAGE_DIRTY)
  841. pte_val(pte) &= ~_PAGE_PROTECT;
  842. return pte;
  843. }
  844. static inline pte_t pte_mkclean(pte_t pte)
  845. {
  846. pte_val(pte) &= ~_PAGE_DIRTY;
  847. pte_val(pte) |= _PAGE_PROTECT;
  848. return pte;
  849. }
  850. static inline pte_t pte_mkdirty(pte_t pte)
  851. {
  852. pte_val(pte) |= _PAGE_DIRTY;
  853. if (pte_val(pte) & _PAGE_WRITE)
  854. pte_val(pte) &= ~_PAGE_PROTECT;
  855. return pte;
  856. }
  857. static inline pte_t pte_mkold(pte_t pte)
  858. {
  859. pte_val(pte) &= ~_PAGE_YOUNG;
  860. pte_val(pte) |= _PAGE_INVALID;
  861. return pte;
  862. }
  863. static inline pte_t pte_mkyoung(pte_t pte)
  864. {
  865. pte_val(pte) |= _PAGE_YOUNG;
  866. if (pte_val(pte) & _PAGE_READ)
  867. pte_val(pte) &= ~_PAGE_INVALID;
  868. return pte;
  869. }
  870. static inline pte_t pte_mkspecial(pte_t pte)
  871. {
  872. pte_val(pte) |= _PAGE_SPECIAL;
  873. return pte;
  874. }
  875. #ifdef CONFIG_HUGETLB_PAGE
  876. static inline pte_t pte_mkhuge(pte_t pte)
  877. {
  878. pte_val(pte) |= _PAGE_LARGE;
  879. return pte;
  880. }
  881. #endif
  882. /*
  883. * Get (and clear) the user dirty bit for a pte.
  884. */
  885. static inline int ptep_test_and_clear_user_dirty(struct mm_struct *mm,
  886. pte_t *ptep)
  887. {
  888. pgste_t pgste;
  889. int dirty = 0;
  890. if (mm_has_pgste(mm)) {
  891. pgste = pgste_get_lock(ptep);
  892. pgste = pgste_update_all(ptep, pgste);
  893. dirty = !!(pgste_val(pgste) & PGSTE_HC_BIT);
  894. pgste_val(pgste) &= ~PGSTE_HC_BIT;
  895. pgste_set_unlock(ptep, pgste);
  896. return dirty;
  897. }
  898. return dirty;
  899. }
  900. /*
  901. * Get (and clear) the user referenced bit for a pte.
  902. */
  903. static inline int ptep_test_and_clear_user_young(struct mm_struct *mm,
  904. pte_t *ptep)
  905. {
  906. pgste_t pgste;
  907. int young = 0;
  908. if (mm_has_pgste(mm)) {
  909. pgste = pgste_get_lock(ptep);
  910. pgste = pgste_update_young(ptep, pgste);
  911. young = !!(pgste_val(pgste) & PGSTE_HR_BIT);
  912. pgste_val(pgste) &= ~PGSTE_HR_BIT;
  913. pgste_set_unlock(ptep, pgste);
  914. }
  915. return young;
  916. }
  917. static inline void __ptep_ipte(unsigned long address, pte_t *ptep)
  918. {
  919. if (!(pte_val(*ptep) & _PAGE_INVALID)) {
  920. #ifndef CONFIG_64BIT
  921. /* pto must point to the start of the segment table */
  922. pte_t *pto = (pte_t *) (((unsigned long) ptep) & 0x7ffffc00);
  923. #else
  924. /* ipte in zarch mode can do the math */
  925. pte_t *pto = ptep;
  926. #endif
  927. asm volatile(
  928. " ipte %2,%3"
  929. : "=m" (*ptep) : "m" (*ptep),
  930. "a" (pto), "a" (address));
  931. }
  932. }
  933. static inline void ptep_flush_lazy(struct mm_struct *mm,
  934. unsigned long address, pte_t *ptep)
  935. {
  936. int active = (mm == current->active_mm) ? 1 : 0;
  937. if (atomic_read(&mm->context.attach_count) > active)
  938. __ptep_ipte(address, ptep);
  939. else
  940. mm->context.flush_mm = 1;
  941. }
  942. #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG
  943. static inline int ptep_test_and_clear_young(struct vm_area_struct *vma,
  944. unsigned long addr, pte_t *ptep)
  945. {
  946. pgste_t pgste;
  947. pte_t pte;
  948. int young;
  949. if (mm_has_pgste(vma->vm_mm)) {
  950. pgste = pgste_get_lock(ptep);
  951. pgste = pgste_ipte_notify(vma->vm_mm, addr, ptep, pgste);
  952. }
  953. pte = *ptep;
  954. __ptep_ipte(addr, ptep);
  955. young = pte_young(pte);
  956. pte = pte_mkold(pte);
  957. if (mm_has_pgste(vma->vm_mm)) {
  958. pgste_set_pte(ptep, pte);
  959. pgste_set_unlock(ptep, pgste);
  960. } else
  961. *ptep = pte;
  962. return young;
  963. }
  964. #define __HAVE_ARCH_PTEP_CLEAR_YOUNG_FLUSH
  965. static inline int ptep_clear_flush_young(struct vm_area_struct *vma,
  966. unsigned long address, pte_t *ptep)
  967. {
  968. return ptep_test_and_clear_young(vma, address, ptep);
  969. }
  970. /*
  971. * This is hard to understand. ptep_get_and_clear and ptep_clear_flush
  972. * both clear the TLB for the unmapped pte. The reason is that
  973. * ptep_get_and_clear is used in common code (e.g. change_pte_range)
  974. * to modify an active pte. The sequence is
  975. * 1) ptep_get_and_clear
  976. * 2) set_pte_at
  977. * 3) flush_tlb_range
  978. * On s390 the tlb needs to get flushed with the modification of the pte
  979. * if the pte is active. The only way how this can be implemented is to
  980. * have ptep_get_and_clear do the tlb flush. In exchange flush_tlb_range
  981. * is a nop.
  982. */
  983. #define __HAVE_ARCH_PTEP_GET_AND_CLEAR
  984. static inline pte_t ptep_get_and_clear(struct mm_struct *mm,
  985. unsigned long address, pte_t *ptep)
  986. {
  987. pgste_t pgste;
  988. pte_t pte;
  989. if (mm_has_pgste(mm)) {
  990. pgste = pgste_get_lock(ptep);
  991. pgste = pgste_ipte_notify(mm, address, ptep, pgste);
  992. }
  993. pte = *ptep;
  994. ptep_flush_lazy(mm, address, ptep);
  995. pte_val(*ptep) = _PAGE_INVALID;
  996. if (mm_has_pgste(mm)) {
  997. pgste = pgste_update_all(&pte, pgste);
  998. pgste_set_unlock(ptep, pgste);
  999. }
  1000. return pte;
  1001. }
  1002. #define __HAVE_ARCH_PTEP_MODIFY_PROT_TRANSACTION
  1003. static inline pte_t ptep_modify_prot_start(struct mm_struct *mm,
  1004. unsigned long address,
  1005. pte_t *ptep)
  1006. {
  1007. pgste_t pgste;
  1008. pte_t pte;
  1009. if (mm_has_pgste(mm)) {
  1010. pgste = pgste_get_lock(ptep);
  1011. pgste_ipte_notify(mm, address, ptep, pgste);
  1012. }
  1013. pte = *ptep;
  1014. ptep_flush_lazy(mm, address, ptep);
  1015. pte_val(*ptep) |= _PAGE_INVALID;
  1016. if (mm_has_pgste(mm)) {
  1017. pgste = pgste_update_all(&pte, pgste);
  1018. pgste_set(ptep, pgste);
  1019. }
  1020. return pte;
  1021. }
  1022. static inline void ptep_modify_prot_commit(struct mm_struct *mm,
  1023. unsigned long address,
  1024. pte_t *ptep, pte_t pte)
  1025. {
  1026. pgste_t pgste;
  1027. if (mm_has_pgste(mm)) {
  1028. pgste = pgste_get(ptep);
  1029. pgste_set_key(ptep, pgste, pte);
  1030. pgste_set_pte(ptep, pte);
  1031. pgste_set_unlock(ptep, pgste);
  1032. } else
  1033. *ptep = pte;
  1034. }
  1035. #define __HAVE_ARCH_PTEP_CLEAR_FLUSH
  1036. static inline pte_t ptep_clear_flush(struct vm_area_struct *vma,
  1037. unsigned long address, pte_t *ptep)
  1038. {
  1039. pgste_t pgste;
  1040. pte_t pte;
  1041. if (mm_has_pgste(vma->vm_mm)) {
  1042. pgste = pgste_get_lock(ptep);
  1043. pgste = pgste_ipte_notify(vma->vm_mm, address, ptep, pgste);
  1044. }
  1045. pte = *ptep;
  1046. __ptep_ipte(address, ptep);
  1047. pte_val(*ptep) = _PAGE_INVALID;
  1048. if (mm_has_pgste(vma->vm_mm)) {
  1049. pgste = pgste_update_all(&pte, pgste);
  1050. pgste_set_unlock(ptep, pgste);
  1051. }
  1052. return pte;
  1053. }
  1054. /*
  1055. * The batched pte unmap code uses ptep_get_and_clear_full to clear the
  1056. * ptes. Here an optimization is possible. tlb_gather_mmu flushes all
  1057. * tlbs of an mm if it can guarantee that the ptes of the mm_struct
  1058. * cannot be accessed while the batched unmap is running. In this case
  1059. * full==1 and a simple pte_clear is enough. See tlb.h.
  1060. */
  1061. #define __HAVE_ARCH_PTEP_GET_AND_CLEAR_FULL
  1062. static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm,
  1063. unsigned long address,
  1064. pte_t *ptep, int full)
  1065. {
  1066. pgste_t pgste;
  1067. pte_t pte;
  1068. if (!full && mm_has_pgste(mm)) {
  1069. pgste = pgste_get_lock(ptep);
  1070. pgste = pgste_ipte_notify(mm, address, ptep, pgste);
  1071. }
  1072. pte = *ptep;
  1073. if (!full)
  1074. ptep_flush_lazy(mm, address, ptep);
  1075. pte_val(*ptep) = _PAGE_INVALID;
  1076. if (!full && mm_has_pgste(mm)) {
  1077. pgste = pgste_update_all(&pte, pgste);
  1078. pgste_set_unlock(ptep, pgste);
  1079. }
  1080. return pte;
  1081. }
  1082. #define __HAVE_ARCH_PTEP_SET_WRPROTECT
  1083. static inline pte_t ptep_set_wrprotect(struct mm_struct *mm,
  1084. unsigned long address, pte_t *ptep)
  1085. {
  1086. pgste_t pgste;
  1087. pte_t pte = *ptep;
  1088. if (pte_write(pte)) {
  1089. if (mm_has_pgste(mm)) {
  1090. pgste = pgste_get_lock(ptep);
  1091. pgste = pgste_ipte_notify(mm, address, ptep, pgste);
  1092. }
  1093. ptep_flush_lazy(mm, address, ptep);
  1094. pte = pte_wrprotect(pte);
  1095. if (mm_has_pgste(mm)) {
  1096. pgste_set_pte(ptep, pte);
  1097. pgste_set_unlock(ptep, pgste);
  1098. } else
  1099. *ptep = pte;
  1100. }
  1101. return pte;
  1102. }
  1103. #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS
  1104. static inline int ptep_set_access_flags(struct vm_area_struct *vma,
  1105. unsigned long address, pte_t *ptep,
  1106. pte_t entry, int dirty)
  1107. {
  1108. pgste_t pgste;
  1109. if (pte_same(*ptep, entry))
  1110. return 0;
  1111. if (mm_has_pgste(vma->vm_mm)) {
  1112. pgste = pgste_get_lock(ptep);
  1113. pgste = pgste_ipte_notify(vma->vm_mm, address, ptep, pgste);
  1114. }
  1115. __ptep_ipte(address, ptep);
  1116. if (mm_has_pgste(vma->vm_mm)) {
  1117. pgste_set_pte(ptep, entry);
  1118. pgste_set_unlock(ptep, pgste);
  1119. } else
  1120. *ptep = entry;
  1121. return 1;
  1122. }
  1123. /*
  1124. * Conversion functions: convert a page and protection to a page entry,
  1125. * and a page entry and page directory to the page they refer to.
  1126. */
  1127. static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot)
  1128. {
  1129. pte_t __pte;
  1130. pte_val(__pte) = physpage + pgprot_val(pgprot);
  1131. return pte_mkyoung(__pte);
  1132. }
  1133. static inline pte_t mk_pte(struct page *page, pgprot_t pgprot)
  1134. {
  1135. unsigned long physpage = page_to_phys(page);
  1136. pte_t __pte = mk_pte_phys(physpage, pgprot);
  1137. if (pte_write(__pte) && PageDirty(page))
  1138. __pte = pte_mkdirty(__pte);
  1139. return __pte;
  1140. }
  1141. #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  1142. #define pud_index(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1))
  1143. #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1))
  1144. #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1))
  1145. #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address))
  1146. #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  1147. #ifndef CONFIG_64BIT
  1148. #define pmd_deref(pmd) (pmd_val(pmd) & _SEGMENT_ENTRY_ORIGIN)
  1149. #define pud_deref(pmd) ({ BUG(); 0UL; })
  1150. #define pgd_deref(pmd) ({ BUG(); 0UL; })
  1151. #define pud_offset(pgd, address) ((pud_t *) pgd)
  1152. #define pmd_offset(pud, address) ((pmd_t *) pud + pmd_index(address))
  1153. #else /* CONFIG_64BIT */
  1154. #define pmd_deref(pmd) (pmd_val(pmd) & _SEGMENT_ENTRY_ORIGIN)
  1155. #define pud_deref(pud) (pud_val(pud) & _REGION_ENTRY_ORIGIN)
  1156. #define pgd_deref(pgd) (pgd_val(pgd) & _REGION_ENTRY_ORIGIN)
  1157. static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address)
  1158. {
  1159. pud_t *pud = (pud_t *) pgd;
  1160. if ((pgd_val(*pgd) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R2)
  1161. pud = (pud_t *) pgd_deref(*pgd);
  1162. return pud + pud_index(address);
  1163. }
  1164. static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address)
  1165. {
  1166. pmd_t *pmd = (pmd_t *) pud;
  1167. if ((pud_val(*pud) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3)
  1168. pmd = (pmd_t *) pud_deref(*pud);
  1169. return pmd + pmd_index(address);
  1170. }
  1171. #endif /* CONFIG_64BIT */
  1172. #define pfn_pte(pfn,pgprot) mk_pte_phys(__pa((pfn) << PAGE_SHIFT),(pgprot))
  1173. #define pte_pfn(x) (pte_val(x) >> PAGE_SHIFT)
  1174. #define pte_page(x) pfn_to_page(pte_pfn(x))
  1175. #define pmd_page(pmd) pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT)
  1176. /* Find an entry in the lowest level page table.. */
  1177. #define pte_offset(pmd, addr) ((pte_t *) pmd_deref(*(pmd)) + pte_index(addr))
  1178. #define pte_offset_kernel(pmd, address) pte_offset(pmd,address)
  1179. #define pte_offset_map(pmd, address) pte_offset_kernel(pmd, address)
  1180. #define pte_unmap(pte) do { } while (0)
  1181. static inline void __pmd_idte(unsigned long address, pmd_t *pmdp)
  1182. {
  1183. unsigned long sto = (unsigned long) pmdp -
  1184. pmd_index(address) * sizeof(pmd_t);
  1185. if (!(pmd_val(*pmdp) & _SEGMENT_ENTRY_INVALID)) {
  1186. asm volatile(
  1187. " .insn rrf,0xb98e0000,%2,%3,0,0"
  1188. : "=m" (*pmdp)
  1189. : "m" (*pmdp), "a" (sto),
  1190. "a" ((address & HPAGE_MASK))
  1191. : "cc"
  1192. );
  1193. }
  1194. }
  1195. static inline void __pmd_csp(pmd_t *pmdp)
  1196. {
  1197. register unsigned long reg2 asm("2") = pmd_val(*pmdp);
  1198. register unsigned long reg3 asm("3") = pmd_val(*pmdp) |
  1199. _SEGMENT_ENTRY_INVALID;
  1200. register unsigned long reg4 asm("4") = ((unsigned long) pmdp) + 5;
  1201. asm volatile(
  1202. " csp %1,%3"
  1203. : "=m" (*pmdp)
  1204. : "d" (reg2), "d" (reg3), "d" (reg4), "m" (*pmdp) : "cc");
  1205. }
  1206. #if defined(CONFIG_TRANSPARENT_HUGEPAGE) || defined(CONFIG_HUGETLB_PAGE)
  1207. static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot)
  1208. {
  1209. /*
  1210. * pgprot is PAGE_NONE, PAGE_READ, or PAGE_WRITE (see __Pxxx / __Sxxx)
  1211. * Convert to segment table entry format.
  1212. */
  1213. if (pgprot_val(pgprot) == pgprot_val(PAGE_NONE))
  1214. return pgprot_val(SEGMENT_NONE);
  1215. if (pgprot_val(pgprot) == pgprot_val(PAGE_READ))
  1216. return pgprot_val(SEGMENT_READ);
  1217. return pgprot_val(SEGMENT_WRITE);
  1218. }
  1219. static inline pmd_t pmd_mkyoung(pmd_t pmd)
  1220. {
  1221. #ifdef CONFIG_64BIT
  1222. if (pmd_prot_none(pmd)) {
  1223. pmd_val(pmd) |= _SEGMENT_ENTRY_PROTECT;
  1224. } else {
  1225. pmd_val(pmd) |= _SEGMENT_ENTRY_YOUNG;
  1226. pmd_val(pmd) &= ~_SEGMENT_ENTRY_INVALID;
  1227. }
  1228. #endif
  1229. return pmd;
  1230. }
  1231. static inline pmd_t pmd_mkold(pmd_t pmd)
  1232. {
  1233. #ifdef CONFIG_64BIT
  1234. if (pmd_prot_none(pmd)) {
  1235. pmd_val(pmd) &= ~_SEGMENT_ENTRY_PROTECT;
  1236. } else {
  1237. pmd_val(pmd) &= ~_SEGMENT_ENTRY_YOUNG;
  1238. pmd_val(pmd) |= _SEGMENT_ENTRY_INVALID;
  1239. }
  1240. #endif
  1241. return pmd;
  1242. }
  1243. static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
  1244. {
  1245. int young;
  1246. young = pmd_young(pmd);
  1247. pmd_val(pmd) &= _SEGMENT_CHG_MASK;
  1248. pmd_val(pmd) |= massage_pgprot_pmd(newprot);
  1249. if (young)
  1250. pmd = pmd_mkyoung(pmd);
  1251. return pmd;
  1252. }
  1253. static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot)
  1254. {
  1255. pmd_t __pmd;
  1256. pmd_val(__pmd) = physpage + massage_pgprot_pmd(pgprot);
  1257. return pmd_mkyoung(__pmd);
  1258. }
  1259. static inline pmd_t pmd_mkwrite(pmd_t pmd)
  1260. {
  1261. /* Do not clobber PROT_NONE segments! */
  1262. if (!pmd_prot_none(pmd))
  1263. pmd_val(pmd) &= ~_SEGMENT_ENTRY_PROTECT;
  1264. return pmd;
  1265. }
  1266. #endif /* CONFIG_TRANSPARENT_HUGEPAGE || CONFIG_HUGETLB_PAGE */
  1267. #ifdef CONFIG_TRANSPARENT_HUGEPAGE
  1268. #define __HAVE_ARCH_PGTABLE_DEPOSIT
  1269. extern void pgtable_trans_huge_deposit(struct mm_struct *mm, pmd_t *pmdp,
  1270. pgtable_t pgtable);
  1271. #define __HAVE_ARCH_PGTABLE_WITHDRAW
  1272. extern pgtable_t pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp);
  1273. static inline int pmd_trans_splitting(pmd_t pmd)
  1274. {
  1275. return pmd_val(pmd) & _SEGMENT_ENTRY_SPLIT;
  1276. }
  1277. static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr,
  1278. pmd_t *pmdp, pmd_t entry)
  1279. {
  1280. if (!(pmd_val(entry) & _SEGMENT_ENTRY_INVALID) && MACHINE_HAS_EDAT1)
  1281. pmd_val(entry) |= _SEGMENT_ENTRY_CO;
  1282. *pmdp = entry;
  1283. }
  1284. static inline pmd_t pmd_mkhuge(pmd_t pmd)
  1285. {
  1286. pmd_val(pmd) |= _SEGMENT_ENTRY_LARGE;
  1287. return pmd;
  1288. }
  1289. static inline pmd_t pmd_wrprotect(pmd_t pmd)
  1290. {
  1291. /* Do not clobber PROT_NONE segments! */
  1292. if (!pmd_prot_none(pmd))
  1293. pmd_val(pmd) |= _SEGMENT_ENTRY_PROTECT;
  1294. return pmd;
  1295. }
  1296. static inline pmd_t pmd_mkdirty(pmd_t pmd)
  1297. {
  1298. /* No dirty bit in the segment table entry. */
  1299. return pmd;
  1300. }
  1301. #define __HAVE_ARCH_PMDP_TEST_AND_CLEAR_YOUNG
  1302. static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma,
  1303. unsigned long address, pmd_t *pmdp)
  1304. {
  1305. pmd_t pmd;
  1306. pmd = *pmdp;
  1307. __pmd_idte(address, pmdp);
  1308. *pmdp = pmd_mkold(pmd);
  1309. return pmd_young(pmd);
  1310. }
  1311. #define __HAVE_ARCH_PMDP_GET_AND_CLEAR
  1312. static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm,
  1313. unsigned long address, pmd_t *pmdp)
  1314. {
  1315. pmd_t pmd = *pmdp;
  1316. __pmd_idte(address, pmdp);
  1317. pmd_clear(pmdp);
  1318. return pmd;
  1319. }
  1320. #define __HAVE_ARCH_PMDP_CLEAR_FLUSH
  1321. static inline pmd_t pmdp_clear_flush(struct vm_area_struct *vma,
  1322. unsigned long address, pmd_t *pmdp)
  1323. {
  1324. return pmdp_get_and_clear(vma->vm_mm, address, pmdp);
  1325. }
  1326. #define __HAVE_ARCH_PMDP_INVALIDATE
  1327. static inline void pmdp_invalidate(struct vm_area_struct *vma,
  1328. unsigned long address, pmd_t *pmdp)
  1329. {
  1330. __pmd_idte(address, pmdp);
  1331. }
  1332. #define __HAVE_ARCH_PMDP_SET_WRPROTECT
  1333. static inline void pmdp_set_wrprotect(struct mm_struct *mm,
  1334. unsigned long address, pmd_t *pmdp)
  1335. {
  1336. pmd_t pmd = *pmdp;
  1337. if (pmd_write(pmd)) {
  1338. __pmd_idte(address, pmdp);
  1339. set_pmd_at(mm, address, pmdp, pmd_wrprotect(pmd));
  1340. }
  1341. }
  1342. #define pfn_pmd(pfn, pgprot) mk_pmd_phys(__pa((pfn) << PAGE_SHIFT), (pgprot))
  1343. #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot))
  1344. static inline int pmd_trans_huge(pmd_t pmd)
  1345. {
  1346. return pmd_val(pmd) & _SEGMENT_ENTRY_LARGE;
  1347. }
  1348. static inline int has_transparent_hugepage(void)
  1349. {
  1350. return MACHINE_HAS_HPAGE ? 1 : 0;
  1351. }
  1352. static inline unsigned long pmd_pfn(pmd_t pmd)
  1353. {
  1354. return pmd_val(pmd) >> PAGE_SHIFT;
  1355. }
  1356. #endif /* CONFIG_TRANSPARENT_HUGEPAGE */
  1357. /*
  1358. * 31 bit swap entry format:
  1359. * A page-table entry has some bits we have to treat in a special way.
  1360. * Bits 0, 20 and bit 23 have to be zero, otherwise an specification
  1361. * exception will occur instead of a page translation exception. The
  1362. * specifiation exception has the bad habit not to store necessary
  1363. * information in the lowcore.
  1364. * Bits 21, 22, 30 and 31 are used to indicate the page type.
  1365. * A swap pte is indicated by bit pattern (pte & 0x603) == 0x402
  1366. * This leaves the bits 1-19 and bits 24-29 to store type and offset.
  1367. * We use the 5 bits from 25-29 for the type and the 20 bits from 1-19
  1368. * plus 24 for the offset.
  1369. * 0| offset |0110|o|type |00|
  1370. * 0 0000000001111111111 2222 2 22222 33
  1371. * 0 1234567890123456789 0123 4 56789 01
  1372. *
  1373. * 64 bit swap entry format:
  1374. * A page-table entry has some bits we have to treat in a special way.
  1375. * Bits 52 and bit 55 have to be zero, otherwise an specification
  1376. * exception will occur instead of a page translation exception. The
  1377. * specifiation exception has the bad habit not to store necessary
  1378. * information in the lowcore.
  1379. * Bits 53, 54, 62 and 63 are used to indicate the page type.
  1380. * A swap pte is indicated by bit pattern (pte & 0x603) == 0x402
  1381. * This leaves the bits 0-51 and bits 56-61 to store type and offset.
  1382. * We use the 5 bits from 57-61 for the type and the 53 bits from 0-51
  1383. * plus 56 for the offset.
  1384. * | offset |0110|o|type |00|
  1385. * 0000000000111111111122222222223333333333444444444455 5555 5 55566 66
  1386. * 0123456789012345678901234567890123456789012345678901 2345 6 78901 23
  1387. */
  1388. #ifndef CONFIG_64BIT
  1389. #define __SWP_OFFSET_MASK (~0UL >> 12)
  1390. #else
  1391. #define __SWP_OFFSET_MASK (~0UL >> 11)
  1392. #endif
  1393. static inline pte_t mk_swap_pte(unsigned long type, unsigned long offset)
  1394. {
  1395. pte_t pte;
  1396. offset &= __SWP_OFFSET_MASK;
  1397. pte_val(pte) = _PAGE_INVALID | _PAGE_TYPE | ((type & 0x1f) << 2) |
  1398. ((offset & 1UL) << 7) | ((offset & ~1UL) << 11);
  1399. return pte;
  1400. }
  1401. #define __swp_type(entry) (((entry).val >> 2) & 0x1f)
  1402. #define __swp_offset(entry) (((entry).val >> 11) | (((entry).val >> 7) & 1))
  1403. #define __swp_entry(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) })
  1404. #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) })
  1405. #define __swp_entry_to_pte(x) ((pte_t) { (x).val })
  1406. #ifndef CONFIG_64BIT
  1407. # define PTE_FILE_MAX_BITS 26
  1408. #else /* CONFIG_64BIT */
  1409. # define PTE_FILE_MAX_BITS 59
  1410. #endif /* CONFIG_64BIT */
  1411. #define pte_to_pgoff(__pte) \
  1412. ((((__pte).pte >> 12) << 7) + (((__pte).pte >> 1) & 0x7f))
  1413. #define pgoff_to_pte(__off) \
  1414. ((pte_t) { ((((__off) & 0x7f) << 1) + (((__off) >> 7) << 12)) \
  1415. | _PAGE_INVALID | _PAGE_PROTECT })
  1416. #endif /* !__ASSEMBLY__ */
  1417. #define kern_addr_valid(addr) (1)
  1418. extern int vmem_add_mapping(unsigned long start, unsigned long size);
  1419. extern int vmem_remove_mapping(unsigned long start, unsigned long size);
  1420. extern int s390_enable_sie(void);
  1421. /*
  1422. * No page table caches to initialise
  1423. */
  1424. static inline void pgtable_cache_init(void) { }
  1425. static inline void check_pgt_cache(void) { }
  1426. #include <asm-generic/pgtable.h>
  1427. #endif /* _S390_PAGE_H */