Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | * S390 version |
Heiko Carstens | a53c8fa | 2012-07-20 11:15:04 +0200 | [diff] [blame] | 3 | * Copyright IBM Corp. 1999, 2000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 11 | #ifndef _ASM_S390_PGTABLE_H |
| 12 | #define _ASM_S390_PGTABLE_H |
| 13 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | /* |
| 15 | * The Linux memory management assumes a three-level page table setup. For |
| 16 | * s390 31 bit we "fold" the mid level into the top-level page table, so |
| 17 | * that we physically have the same two-level page table as the s390 mmu |
| 18 | * expects in 31 bit mode. For s390 64 bit we use three of the five levels |
| 19 | * the hardware provides (region first and region second tables are not |
| 20 | * used). |
| 21 | * |
| 22 | * The "pgd_xxx()" functions are trivial for a folded two-level |
| 23 | * setup: the pgd is never bad, and a pmd always exists (as it's folded |
| 24 | * into the pgd entry) |
| 25 | * |
| 26 | * This file contains the functions and defines necessary to modify and use |
| 27 | * the S390 page table tree. |
| 28 | */ |
| 29 | #ifndef __ASSEMBLY__ |
Heiko Carstens | 9789db0 | 2008-07-14 09:59:11 +0200 | [diff] [blame] | 30 | #include <linux/sched.h> |
Heiko Carstens | 2dcea57 | 2006-09-29 01:58:41 -0700 | [diff] [blame] | 31 | #include <linux/mm_types.h> |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 32 | #include <linux/page-flags.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | #include <asm/bug.h> |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 34 | #include <asm/page.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | extern pgd_t swapper_pg_dir[] __attribute__ ((aligned (4096))); |
| 37 | extern void paging_init(void); |
Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 38 | extern void vmem_map_init(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | |
| 40 | /* |
| 41 | * The S390 doesn't have any external MMU info: the kernel page |
| 42 | * tables contain all the necessary information. |
| 43 | */ |
Russell King | 4b3073e | 2009-12-18 16:40:18 +0000 | [diff] [blame] | 44 | #define update_mmu_cache(vma, address, ptep) do { } while (0) |
David Miller | b113da6 | 2012-10-08 16:34:25 -0700 | [diff] [blame] | 45 | #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | |
| 47 | /* |
Martin Schwidefsky | 238ec4e | 2010-10-25 16:10:07 +0200 | [diff] [blame] | 48 | * ZERO_PAGE is a global shared page that is always zero; used |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | * for zero-mapped memory areas etc.. |
| 50 | */ |
Martin Schwidefsky | 238ec4e | 2010-10-25 16:10:07 +0200 | [diff] [blame] | 51 | |
| 52 | extern unsigned long empty_zero_page; |
| 53 | extern unsigned long zero_page_mask; |
| 54 | |
| 55 | #define ZERO_PAGE(vaddr) \ |
| 56 | (virt_to_page((void *)(empty_zero_page + \ |
| 57 | (((unsigned long)(vaddr)) &zero_page_mask)))) |
Kirill A. Shutemov | 816422a | 2012-12-12 13:52:36 -0800 | [diff] [blame] | 58 | #define __HAVE_COLOR_ZERO_PAGE |
Martin Schwidefsky | 238ec4e | 2010-10-25 16:10:07 +0200 | [diff] [blame] | 59 | |
Linus Torvalds | 4f2e290 | 2013-04-17 08:46:19 -0700 | [diff] [blame] | 60 | /* TODO: s390 cannot support io_remap_pfn_range... */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | #endif /* !__ASSEMBLY__ */ |
| 62 | |
| 63 | /* |
| 64 | * PMD_SHIFT determines the size of the area a second-level page |
| 65 | * table can map |
| 66 | * PGDIR_SHIFT determines what a third-level page table entry can map |
| 67 | */ |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 68 | #ifndef CONFIG_64BIT |
Martin Schwidefsky | 146e4b3 | 2008-02-09 18:24:35 +0100 | [diff] [blame] | 69 | # define PMD_SHIFT 20 |
| 70 | # define PUD_SHIFT 20 |
| 71 | # define PGDIR_SHIFT 20 |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 72 | #else /* CONFIG_64BIT */ |
Martin Schwidefsky | 146e4b3 | 2008-02-09 18:24:35 +0100 | [diff] [blame] | 73 | # define PMD_SHIFT 20 |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 74 | # define PUD_SHIFT 31 |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 75 | # define PGDIR_SHIFT 42 |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 76 | #endif /* CONFIG_64BIT */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | |
| 78 | #define PMD_SIZE (1UL << PMD_SHIFT) |
| 79 | #define PMD_MASK (~(PMD_SIZE-1)) |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 80 | #define PUD_SIZE (1UL << PUD_SHIFT) |
| 81 | #define PUD_MASK (~(PUD_SIZE-1)) |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 82 | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
| 83 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | |
| 85 | /* |
| 86 | * entries per page directory level: the S390 is two-level, so |
| 87 | * we don't really have any PMD directory physically. |
| 88 | * for S390 segment-table entries are combined to one PGD |
| 89 | * that leads to 1024 pte per pgd |
| 90 | */ |
Martin Schwidefsky | 146e4b3 | 2008-02-09 18:24:35 +0100 | [diff] [blame] | 91 | #define PTRS_PER_PTE 256 |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 92 | #ifndef CONFIG_64BIT |
Martin Schwidefsky | 146e4b3 | 2008-02-09 18:24:35 +0100 | [diff] [blame] | 93 | #define PTRS_PER_PMD 1 |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 94 | #define PTRS_PER_PUD 1 |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 95 | #else /* CONFIG_64BIT */ |
Martin Schwidefsky | 146e4b3 | 2008-02-09 18:24:35 +0100 | [diff] [blame] | 96 | #define PTRS_PER_PMD 2048 |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 97 | #define PTRS_PER_PUD 2048 |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 98 | #endif /* CONFIG_64BIT */ |
Martin Schwidefsky | 146e4b3 | 2008-02-09 18:24:35 +0100 | [diff] [blame] | 99 | #define PTRS_PER_PGD 2048 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | |
Hugh Dickins | d455a36 | 2005-04-19 13:29:23 -0700 | [diff] [blame] | 101 | #define FIRST_USER_ADDRESS 0 |
| 102 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 103 | #define pte_ERROR(e) \ |
| 104 | printk("%s:%d: bad pte %p.\n", __FILE__, __LINE__, (void *) pte_val(e)) |
| 105 | #define pmd_ERROR(e) \ |
| 106 | printk("%s:%d: bad pmd %p.\n", __FILE__, __LINE__, (void *) pmd_val(e)) |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 107 | #define pud_ERROR(e) \ |
| 108 | printk("%s:%d: bad pud %p.\n", __FILE__, __LINE__, (void *) pud_val(e)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | #define pgd_ERROR(e) \ |
| 110 | printk("%s:%d: bad pgd %p.\n", __FILE__, __LINE__, (void *) pgd_val(e)) |
| 111 | |
| 112 | #ifndef __ASSEMBLY__ |
| 113 | /* |
Heiko Carstens | c972cc6 | 2012-10-05 16:52:18 +0200 | [diff] [blame] | 114 | * The vmalloc and module area will always be on the topmost area of the kernel |
| 115 | * mapping. We reserve 96MB (31bit) / 128GB (64bit) for vmalloc and modules. |
| 116 | * On 64 bit kernels we have a 2GB area at the top of the vmalloc area where |
| 117 | * modules will reside. That makes sure that inter module branches always |
| 118 | * happen without trampolines and in addition the placement within a 2GB frame |
| 119 | * is branch prediction unit friendly. |
Heiko Carstens | 8b62bc9 | 2006-12-04 15:40:56 +0100 | [diff] [blame] | 120 | */ |
Heiko Carstens | 239a6425 | 2009-06-12 10:26:33 +0200 | [diff] [blame] | 121 | extern unsigned long VMALLOC_START; |
Martin Schwidefsky | 14045eb | 2011-12-27 11:27:07 +0100 | [diff] [blame] | 122 | extern unsigned long VMALLOC_END; |
| 123 | extern struct page *vmemmap; |
Heiko Carstens | 239a6425 | 2009-06-12 10:26:33 +0200 | [diff] [blame] | 124 | |
Martin Schwidefsky | 14045eb | 2011-12-27 11:27:07 +0100 | [diff] [blame] | 125 | #define VMEM_MAX_PHYS ((unsigned long) vmemmap) |
Christian Borntraeger | 5fd9c6e | 2008-01-26 14:11:00 +0100 | [diff] [blame] | 126 | |
Heiko Carstens | c972cc6 | 2012-10-05 16:52:18 +0200 | [diff] [blame] | 127 | #ifdef CONFIG_64BIT |
| 128 | extern unsigned long MODULES_VADDR; |
| 129 | extern unsigned long MODULES_END; |
| 130 | #define MODULES_VADDR MODULES_VADDR |
| 131 | #define MODULES_END MODULES_END |
| 132 | #define MODULES_LEN (1UL << 31) |
| 133 | #endif |
| 134 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | /* |
| 136 | * A 31 bit pagetable entry of S390 has following format: |
| 137 | * | PFRA | | OS | |
| 138 | * 0 0IP0 |
| 139 | * 00000000001111111111222222222233 |
| 140 | * 01234567890123456789012345678901 |
| 141 | * |
| 142 | * I Page-Invalid Bit: Page is not available for address-translation |
| 143 | * P Page-Protection Bit: Store access not possible for page |
| 144 | * |
| 145 | * A 31 bit segmenttable entry of S390 has following format: |
| 146 | * | P-table origin | |PTL |
| 147 | * 0 IC |
| 148 | * 00000000001111111111222222222233 |
| 149 | * 01234567890123456789012345678901 |
| 150 | * |
| 151 | * I Segment-Invalid Bit: Segment is not available for address-translation |
| 152 | * C Common-Segment Bit: Segment is not private (PoP 3-30) |
| 153 | * PTL Page-Table-Length: Page-table length (PTL+1*16 entries -> up to 256) |
| 154 | * |
| 155 | * The 31 bit segmenttable origin of S390 has following format: |
| 156 | * |
| 157 | * |S-table origin | | STL | |
| 158 | * X **GPS |
| 159 | * 00000000001111111111222222222233 |
| 160 | * 01234567890123456789012345678901 |
| 161 | * |
| 162 | * X Space-Switch event: |
| 163 | * G Segment-Invalid Bit: * |
| 164 | * P Private-Space Bit: Segment is not private (PoP 3-30) |
| 165 | * S Storage-Alteration: |
| 166 | * STL Segment-Table-Length: Segment-table length (STL+1*16 entries -> up to 2048) |
| 167 | * |
| 168 | * A 64 bit pagetable entry of S390 has following format: |
Christian Borntraeger | 6a985c6 | 2009-12-07 12:52:11 +0100 | [diff] [blame] | 169 | * | PFRA |0IPC| OS | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 170 | * 0000000000111111111122222222223333333333444444444455555555556666 |
| 171 | * 0123456789012345678901234567890123456789012345678901234567890123 |
| 172 | * |
| 173 | * I Page-Invalid Bit: Page is not available for address-translation |
| 174 | * P Page-Protection Bit: Store access not possible for page |
Christian Borntraeger | 6a985c6 | 2009-12-07 12:52:11 +0100 | [diff] [blame] | 175 | * C Change-bit override: HW is not required to set change bit |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 176 | * |
| 177 | * A 64 bit segmenttable entry of S390 has following format: |
| 178 | * | P-table origin | TT |
| 179 | * 0000000000111111111122222222223333333333444444444455555555556666 |
| 180 | * 0123456789012345678901234567890123456789012345678901234567890123 |
| 181 | * |
| 182 | * I Segment-Invalid Bit: Segment is not available for address-translation |
| 183 | * C Common-Segment Bit: Segment is not private (PoP 3-30) |
| 184 | * P Page-Protection Bit: Store access not possible for page |
| 185 | * TT Type 00 |
| 186 | * |
| 187 | * A 64 bit region table entry of S390 has following format: |
| 188 | * | S-table origin | TF TTTL |
| 189 | * 0000000000111111111122222222223333333333444444444455555555556666 |
| 190 | * 0123456789012345678901234567890123456789012345678901234567890123 |
| 191 | * |
| 192 | * I Segment-Invalid Bit: Segment is not available for address-translation |
| 193 | * TT Type 01 |
| 194 | * TF |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 195 | * TL Table length |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | * |
| 197 | * The 64 bit regiontable origin of S390 has following format: |
| 198 | * | region table origon | DTTL |
| 199 | * 0000000000111111111122222222223333333333444444444455555555556666 |
| 200 | * 0123456789012345678901234567890123456789012345678901234567890123 |
| 201 | * |
| 202 | * X Space-Switch event: |
| 203 | * G Segment-Invalid Bit: |
| 204 | * P Private-Space Bit: |
| 205 | * S Storage-Alteration: |
| 206 | * R Real space |
| 207 | * TL Table-Length: |
| 208 | * |
| 209 | * A storage key has the following format: |
| 210 | * | ACC |F|R|C|0| |
| 211 | * 0 3 4 5 6 7 |
| 212 | * ACC: access key |
| 213 | * F : fetch protection bit |
| 214 | * R : referenced bit |
| 215 | * C : changed bit |
| 216 | */ |
| 217 | |
| 218 | /* Hardware bits in the page table entry */ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 219 | #define _PAGE_PROTECT 0x200 /* HW read-only bit */ |
Martin Schwidefsky | 8337748 | 2006-10-18 18:30:51 +0200 | [diff] [blame] | 220 | #define _PAGE_INVALID 0x400 /* HW invalid bit */ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 221 | #define _PAGE_LARGE 0x800 /* Bit to mark a large pte */ |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 222 | |
| 223 | /* Software bits in the page table entry */ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 224 | #define _PAGE_PRESENT 0x001 /* SW pte present bit */ |
| 225 | #define _PAGE_TYPE 0x002 /* SW pte type bit */ |
| 226 | #define _PAGE_YOUNG 0x004 /* SW pte young bit */ |
| 227 | #define _PAGE_DIRTY 0x008 /* SW pte dirty bit */ |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 228 | #define _PAGE_READ 0x010 /* SW pte read bit */ |
| 229 | #define _PAGE_WRITE 0x020 /* SW pte write bit */ |
| 230 | #define _PAGE_SPECIAL 0x040 /* SW associated with special page */ |
Konstantin Weitz | b31288f | 2013-04-17 17:36:29 +0200 | [diff] [blame] | 231 | #define _PAGE_UNUSED 0x080 /* SW bit for pgste usage state */ |
Nick Piggin | a08cb62 | 2008-04-28 02:13:03 -0700 | [diff] [blame] | 232 | #define __HAVE_ARCH_PTE_SPECIAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | |
Nick Piggin | 138c902 | 2008-07-08 11:31:06 +0200 | [diff] [blame] | 234 | /* Set of bits not changed in pte_modify */ |
Heiko Carstens | 6a5c148 | 2014-09-22 08:50:51 +0200 | [diff] [blame] | 235 | #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL | _PAGE_DIRTY | \ |
| 236 | _PAGE_YOUNG) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | |
Martin Schwidefsky | 8337748 | 2006-10-18 18:30:51 +0200 | [diff] [blame] | 238 | /* |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 239 | * handle_pte_fault uses pte_present, pte_none and pte_file to find out the |
| 240 | * pte type WITHOUT holding the page table lock. The _PAGE_PRESENT bit |
| 241 | * is used to distinguish present from not-present ptes. It is changed only |
| 242 | * with the page table lock held. |
Martin Schwidefsky | 8337748 | 2006-10-18 18:30:51 +0200 | [diff] [blame] | 243 | * |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 244 | * The following table gives the different possible bit combinations for |
| 245 | * the pte hardware and software bits in the last 12 bits of a pte: |
Martin Schwidefsky | 8337748 | 2006-10-18 18:30:51 +0200 | [diff] [blame] | 246 | * |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 247 | * 842100000000 |
| 248 | * 000084210000 |
| 249 | * 000000008421 |
| 250 | * .IR...wrdytp |
| 251 | * empty .10...000000 |
| 252 | * swap .10...xxxx10 |
| 253 | * file .11...xxxxx0 |
| 254 | * prot-none, clean, old .11...000001 |
| 255 | * prot-none, clean, young .11...000101 |
| 256 | * prot-none, dirty, old .10...001001 |
| 257 | * prot-none, dirty, young .10...001101 |
| 258 | * read-only, clean, old .11...010001 |
| 259 | * read-only, clean, young .01...010101 |
| 260 | * read-only, dirty, old .11...011001 |
| 261 | * read-only, dirty, young .01...011101 |
| 262 | * read-write, clean, old .11...110001 |
| 263 | * read-write, clean, young .01...110101 |
| 264 | * read-write, dirty, old .10...111001 |
| 265 | * read-write, dirty, young .00...111101 |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 266 | * |
| 267 | * pte_present is true for the bit pattern .xx...xxxxx1, (pte & 0x001) == 0x001 |
| 268 | * pte_none is true for the bit pattern .10...xxxx00, (pte & 0x603) == 0x400 |
| 269 | * pte_file is true for the bit pattern .11...xxxxx0, (pte & 0x601) == 0x600 |
| 270 | * pte_swap is true for the bit pattern .10...xxxx10, (pte & 0x603) == 0x402 |
Martin Schwidefsky | 8337748 | 2006-10-18 18:30:51 +0200 | [diff] [blame] | 271 | */ |
| 272 | |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 273 | #ifndef CONFIG_64BIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 274 | |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 275 | /* Bits in the segment table address-space-control-element */ |
| 276 | #define _ASCE_SPACE_SWITCH 0x80000000UL /* space switch event */ |
| 277 | #define _ASCE_ORIGIN_MASK 0x7ffff000UL /* segment table origin */ |
| 278 | #define _ASCE_PRIVATE_SPACE 0x100 /* private space control */ |
| 279 | #define _ASCE_ALT_EVENT 0x80 /* storage alteration event control */ |
| 280 | #define _ASCE_TABLE_LENGTH 0x7f /* 128 x 64 entries = 8k */ |
| 281 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | /* Bits in the segment table entry */ |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 283 | #define _SEGMENT_ENTRY_BITS 0x7fffffffUL /* Valid segment table bits */ |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 284 | #define _SEGMENT_ENTRY_ORIGIN 0x7fffffc0UL /* page table origin */ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 285 | #define _SEGMENT_ENTRY_PROTECT 0x200 /* page protection bit */ |
| 286 | #define _SEGMENT_ENTRY_INVALID 0x20 /* invalid segment table entry */ |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 287 | #define _SEGMENT_ENTRY_COMMON 0x10 /* common segment bit */ |
| 288 | #define _SEGMENT_ENTRY_PTL 0x0f /* page table length */ |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 289 | |
| 290 | #define _SEGMENT_ENTRY_DIRTY 0 /* No sw dirty bit for 31-bit */ |
| 291 | #define _SEGMENT_ENTRY_YOUNG 0 /* No sw young bit for 31-bit */ |
| 292 | #define _SEGMENT_ENTRY_READ 0 /* No sw read bit for 31-bit */ |
| 293 | #define _SEGMENT_ENTRY_WRITE 0 /* No sw write bit for 31-bit */ |
| 294 | #define _SEGMENT_ENTRY_LARGE 0 /* No large pages for 31-bit */ |
| 295 | #define _SEGMENT_ENTRY_BITS_LARGE 0 |
| 296 | #define _SEGMENT_ENTRY_ORIGIN_LARGE 0 |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 297 | |
| 298 | #define _SEGMENT_ENTRY (_SEGMENT_ENTRY_PTL) |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 299 | #define _SEGMENT_ENTRY_EMPTY (_SEGMENT_ENTRY_INVALID) |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 300 | |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 301 | /* |
| 302 | * Segment table entry encoding (I = invalid, R = read-only bit): |
| 303 | * ..R...I..... |
| 304 | * prot-none ..1...1..... |
| 305 | * read-only ..1...0..... |
| 306 | * read-write ..0...0..... |
| 307 | * empty ..0...1..... |
| 308 | */ |
| 309 | |
Martin Schwidefsky | 6c61cfe | 2011-06-06 14:14:42 +0200 | [diff] [blame] | 310 | /* Page status table bits for virtualization */ |
Martin Schwidefsky | 0d0dafc | 2013-05-17 14:41:33 +0200 | [diff] [blame] | 311 | #define PGSTE_ACC_BITS 0xf0000000UL |
| 312 | #define PGSTE_FP_BIT 0x08000000UL |
| 313 | #define PGSTE_PCL_BIT 0x00800000UL |
| 314 | #define PGSTE_HR_BIT 0x00400000UL |
| 315 | #define PGSTE_HC_BIT 0x00200000UL |
| 316 | #define PGSTE_GR_BIT 0x00040000UL |
| 317 | #define PGSTE_GC_BIT 0x00020000UL |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 318 | #define PGSTE_UC_BIT 0x00008000UL /* user dirty (migration) */ |
| 319 | #define PGSTE_IN_BIT 0x00004000UL /* IPTE notify bit */ |
Martin Schwidefsky | 6c61cfe | 2011-06-06 14:14:42 +0200 | [diff] [blame] | 320 | |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 321 | #else /* CONFIG_64BIT */ |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 322 | |
| 323 | /* Bits in the segment/region table address-space-control-element */ |
| 324 | #define _ASCE_ORIGIN ~0xfffUL/* segment table origin */ |
| 325 | #define _ASCE_PRIVATE_SPACE 0x100 /* private space control */ |
| 326 | #define _ASCE_ALT_EVENT 0x80 /* storage alteration event control */ |
| 327 | #define _ASCE_SPACE_SWITCH 0x40 /* space switch event */ |
| 328 | #define _ASCE_REAL_SPACE 0x20 /* real space control */ |
| 329 | #define _ASCE_TYPE_MASK 0x0c /* asce table type mask */ |
| 330 | #define _ASCE_TYPE_REGION1 0x0c /* region first table type */ |
| 331 | #define _ASCE_TYPE_REGION2 0x08 /* region second table type */ |
| 332 | #define _ASCE_TYPE_REGION3 0x04 /* region third table type */ |
| 333 | #define _ASCE_TYPE_SEGMENT 0x00 /* segment table type */ |
| 334 | #define _ASCE_TABLE_LENGTH 0x03 /* region table length */ |
| 335 | |
| 336 | /* Bits in the region table entry */ |
| 337 | #define _REGION_ENTRY_ORIGIN ~0xfffUL/* region/segment table origin */ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 338 | #define _REGION_ENTRY_PROTECT 0x200 /* region protection bit */ |
| 339 | #define _REGION_ENTRY_INVALID 0x20 /* invalid region table entry */ |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 340 | #define _REGION_ENTRY_TYPE_MASK 0x0c /* region/segment table type mask */ |
| 341 | #define _REGION_ENTRY_TYPE_R1 0x0c /* region first table type */ |
| 342 | #define _REGION_ENTRY_TYPE_R2 0x08 /* region second table type */ |
| 343 | #define _REGION_ENTRY_TYPE_R3 0x04 /* region third table type */ |
| 344 | #define _REGION_ENTRY_LENGTH 0x03 /* region third length */ |
| 345 | |
| 346 | #define _REGION1_ENTRY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_LENGTH) |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 347 | #define _REGION1_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R1 | _REGION_ENTRY_INVALID) |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 348 | #define _REGION2_ENTRY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_LENGTH) |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 349 | #define _REGION2_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R2 | _REGION_ENTRY_INVALID) |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 350 | #define _REGION3_ENTRY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_LENGTH) |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 351 | #define _REGION3_ENTRY_EMPTY (_REGION_ENTRY_TYPE_R3 | _REGION_ENTRY_INVALID) |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 352 | |
Heiko Carstens | 18da236 | 2012-10-08 09:18:26 +0200 | [diff] [blame] | 353 | #define _REGION3_ENTRY_LARGE 0x400 /* RTTE-format control, large page */ |
Heiko Carstens | 1819ed1 | 2013-02-16 11:47:27 +0100 | [diff] [blame] | 354 | #define _REGION3_ENTRY_RO 0x200 /* page protection bit */ |
Heiko Carstens | 18da236 | 2012-10-08 09:18:26 +0200 | [diff] [blame] | 355 | |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 356 | /* Bits in the segment table entry */ |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 357 | #define _SEGMENT_ENTRY_BITS 0xfffffffffffffe33UL |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 358 | #define _SEGMENT_ENTRY_BITS_LARGE 0xfffffffffff0ff33UL |
Heiko Carstens | ea81531 | 2013-03-21 12:50:39 +0100 | [diff] [blame] | 359 | #define _SEGMENT_ENTRY_ORIGIN_LARGE ~0xfffffUL /* large page address */ |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 360 | #define _SEGMENT_ENTRY_ORIGIN ~0x7ffUL/* segment table origin */ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 361 | #define _SEGMENT_ENTRY_PROTECT 0x200 /* page protection bit */ |
| 362 | #define _SEGMENT_ENTRY_INVALID 0x20 /* invalid segment table entry */ |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 363 | |
| 364 | #define _SEGMENT_ENTRY (0) |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 365 | #define _SEGMENT_ENTRY_EMPTY (_SEGMENT_ENTRY_INVALID) |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 366 | |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 367 | #define _SEGMENT_ENTRY_DIRTY 0x2000 /* SW segment dirty bit */ |
| 368 | #define _SEGMENT_ENTRY_YOUNG 0x1000 /* SW segment young bit */ |
| 369 | #define _SEGMENT_ENTRY_SPLIT 0x0800 /* THP splitting bit */ |
| 370 | #define _SEGMENT_ENTRY_LARGE 0x0400 /* STE-format control, large page */ |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 371 | #define _SEGMENT_ENTRY_READ 0x0002 /* SW segment read bit */ |
| 372 | #define _SEGMENT_ENTRY_WRITE 0x0001 /* SW segment write bit */ |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 373 | |
| 374 | /* |
| 375 | * Segment table entry encoding (R = read-only, I = invalid, y = young bit): |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 376 | * dy..R...I...wr |
| 377 | * prot-none, clean, old 00..1...1...00 |
| 378 | * prot-none, clean, young 01..1...1...00 |
| 379 | * prot-none, dirty, old 10..1...1...00 |
| 380 | * prot-none, dirty, young 11..1...1...00 |
| 381 | * read-only, clean, old 00..1...1...01 |
| 382 | * read-only, clean, young 01..1...0...01 |
| 383 | * read-only, dirty, old 10..1...1...01 |
| 384 | * read-only, dirty, young 11..1...0...01 |
| 385 | * read-write, clean, old 00..1...1...11 |
| 386 | * read-write, clean, young 01..1...0...11 |
| 387 | * read-write, dirty, old 10..0...1...11 |
| 388 | * read-write, dirty, young 11..0...0...11 |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 389 | * The segment table origin is used to distinguish empty (origin==0) from |
| 390 | * read-write, old segment table entries (origin!=0) |
| 391 | */ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 392 | |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 393 | #define _SEGMENT_ENTRY_SPLIT_BIT 11 /* THP splitting bit number */ |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 394 | |
Martin Schwidefsky | 6c61cfe | 2011-06-06 14:14:42 +0200 | [diff] [blame] | 395 | /* Page status table bits for virtualization */ |
Martin Schwidefsky | 0d0dafc | 2013-05-17 14:41:33 +0200 | [diff] [blame] | 396 | #define PGSTE_ACC_BITS 0xf000000000000000UL |
| 397 | #define PGSTE_FP_BIT 0x0800000000000000UL |
| 398 | #define PGSTE_PCL_BIT 0x0080000000000000UL |
| 399 | #define PGSTE_HR_BIT 0x0040000000000000UL |
| 400 | #define PGSTE_HC_BIT 0x0020000000000000UL |
| 401 | #define PGSTE_GR_BIT 0x0004000000000000UL |
| 402 | #define PGSTE_GC_BIT 0x0002000000000000UL |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 403 | #define PGSTE_UC_BIT 0x0000800000000000UL /* user dirty (migration) */ |
| 404 | #define PGSTE_IN_BIT 0x0000400000000000UL /* IPTE notify bit */ |
Martin Schwidefsky | 6c61cfe | 2011-06-06 14:14:42 +0200 | [diff] [blame] | 405 | |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 406 | #endif /* CONFIG_64BIT */ |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 407 | |
Konstantin Weitz | b31288f | 2013-04-17 17:36:29 +0200 | [diff] [blame] | 408 | /* Guest Page State used for virtualization */ |
| 409 | #define _PGSTE_GPS_ZERO 0x0000000080000000UL |
| 410 | #define _PGSTE_GPS_USAGE_MASK 0x0000000003000000UL |
| 411 | #define _PGSTE_GPS_USAGE_STABLE 0x0000000000000000UL |
| 412 | #define _PGSTE_GPS_USAGE_UNUSED 0x0000000001000000UL |
| 413 | |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 414 | /* |
| 415 | * A user page table pointer has the space-switch-event bit, the |
| 416 | * private-space-control bit and the storage-alteration-event-control |
| 417 | * bit set. A kernel page table pointer doesn't need them. |
| 418 | */ |
| 419 | #define _ASCE_USER_BITS (_ASCE_SPACE_SWITCH | _ASCE_PRIVATE_SPACE | \ |
| 420 | _ASCE_ALT_EVENT) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 421 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 422 | /* |
Gerald Schaefer | 9282ed9 | 2006-09-20 15:59:37 +0200 | [diff] [blame] | 423 | * Page protection definitions. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 424 | */ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 425 | #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_INVALID) |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 426 | #define PAGE_READ __pgprot(_PAGE_PRESENT | _PAGE_READ | \ |
| 427 | _PAGE_INVALID | _PAGE_PROTECT) |
| 428 | #define PAGE_WRITE __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ |
| 429 | _PAGE_INVALID | _PAGE_PROTECT) |
Gerald Schaefer | 9282ed9 | 2006-09-20 15:59:37 +0200 | [diff] [blame] | 430 | |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 431 | #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ |
| 432 | _PAGE_YOUNG | _PAGE_DIRTY) |
| 433 | #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ |
| 434 | _PAGE_YOUNG | _PAGE_DIRTY) |
| 435 | #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \ |
| 436 | _PAGE_PROTECT) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 437 | |
| 438 | /* |
Martin Schwidefsky | 043d070 | 2011-05-23 10:24:23 +0200 | [diff] [blame] | 439 | * On s390 the page table entry has an invalid bit and a read-only bit. |
| 440 | * Read permission implies execute permission and write permission |
| 441 | * implies read permission. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 442 | */ |
| 443 | /*xwr*/ |
Gerald Schaefer | 9282ed9 | 2006-09-20 15:59:37 +0200 | [diff] [blame] | 444 | #define __P000 PAGE_NONE |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 445 | #define __P001 PAGE_READ |
| 446 | #define __P010 PAGE_READ |
| 447 | #define __P011 PAGE_READ |
| 448 | #define __P100 PAGE_READ |
| 449 | #define __P101 PAGE_READ |
| 450 | #define __P110 PAGE_READ |
| 451 | #define __P111 PAGE_READ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 452 | |
Gerald Schaefer | 9282ed9 | 2006-09-20 15:59:37 +0200 | [diff] [blame] | 453 | #define __S000 PAGE_NONE |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 454 | #define __S001 PAGE_READ |
| 455 | #define __S010 PAGE_WRITE |
| 456 | #define __S011 PAGE_WRITE |
| 457 | #define __S100 PAGE_READ |
| 458 | #define __S101 PAGE_READ |
| 459 | #define __S110 PAGE_WRITE |
| 460 | #define __S111 PAGE_WRITE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 461 | |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 462 | /* |
| 463 | * Segment entry (large page) protection definitions. |
| 464 | */ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 465 | #define SEGMENT_NONE __pgprot(_SEGMENT_ENTRY_INVALID | \ |
| 466 | _SEGMENT_ENTRY_PROTECT) |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 467 | #define SEGMENT_READ __pgprot(_SEGMENT_ENTRY_PROTECT | \ |
| 468 | _SEGMENT_ENTRY_READ) |
| 469 | #define SEGMENT_WRITE __pgprot(_SEGMENT_ENTRY_READ | \ |
| 470 | _SEGMENT_ENTRY_WRITE) |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 471 | |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 472 | static inline int mm_has_pgste(struct mm_struct *mm) |
| 473 | { |
| 474 | #ifdef CONFIG_PGSTE |
| 475 | if (unlikely(mm->context.has_pgste)) |
| 476 | return 1; |
| 477 | #endif |
| 478 | return 0; |
| 479 | } |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 480 | |
| 481 | static inline int mm_use_skey(struct mm_struct *mm) |
| 482 | { |
| 483 | #ifdef CONFIG_PGSTE |
| 484 | if (mm->context.use_skey) |
| 485 | return 1; |
| 486 | #endif |
| 487 | return 0; |
| 488 | } |
| 489 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 490 | /* |
| 491 | * pgd/pmd/pte query functions |
| 492 | */ |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 493 | #ifndef CONFIG_64BIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 494 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 495 | static inline int pgd_present(pgd_t pgd) { return 1; } |
| 496 | static inline int pgd_none(pgd_t pgd) { return 0; } |
| 497 | static inline int pgd_bad(pgd_t pgd) { return 0; } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 498 | |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 499 | static inline int pud_present(pud_t pud) { return 1; } |
| 500 | static inline int pud_none(pud_t pud) { return 0; } |
Heiko Carstens | 18da236 | 2012-10-08 09:18:26 +0200 | [diff] [blame] | 501 | static inline int pud_large(pud_t pud) { return 0; } |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 502 | static inline int pud_bad(pud_t pud) { return 0; } |
| 503 | |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 504 | #else /* CONFIG_64BIT */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 505 | |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 506 | static inline int pgd_present(pgd_t pgd) |
| 507 | { |
Martin Schwidefsky | 6252d70 | 2008-02-09 18:24:37 +0100 | [diff] [blame] | 508 | if ((pgd_val(pgd) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R2) |
| 509 | return 1; |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 510 | return (pgd_val(pgd) & _REGION_ENTRY_ORIGIN) != 0UL; |
| 511 | } |
| 512 | |
| 513 | static inline int pgd_none(pgd_t pgd) |
| 514 | { |
Martin Schwidefsky | 6252d70 | 2008-02-09 18:24:37 +0100 | [diff] [blame] | 515 | if ((pgd_val(pgd) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R2) |
| 516 | return 0; |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 517 | return (pgd_val(pgd) & _REGION_ENTRY_INVALID) != 0UL; |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 518 | } |
| 519 | |
| 520 | static inline int pgd_bad(pgd_t pgd) |
| 521 | { |
Martin Schwidefsky | 6252d70 | 2008-02-09 18:24:37 +0100 | [diff] [blame] | 522 | /* |
| 523 | * With dynamic page table levels the pgd can be a region table |
| 524 | * entry or a segment table entry. Check for the bit that are |
| 525 | * invalid for either table entry. |
| 526 | */ |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 527 | unsigned long mask = |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 528 | ~_SEGMENT_ENTRY_ORIGIN & ~_REGION_ENTRY_INVALID & |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 529 | ~_REGION_ENTRY_TYPE_MASK & ~_REGION_ENTRY_LENGTH; |
| 530 | return (pgd_val(pgd) & mask) != 0; |
| 531 | } |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 532 | |
| 533 | static inline int pud_present(pud_t pud) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 534 | { |
Martin Schwidefsky | 6252d70 | 2008-02-09 18:24:37 +0100 | [diff] [blame] | 535 | if ((pud_val(pud) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R3) |
| 536 | return 1; |
Martin Schwidefsky | 0d01792 | 2007-12-17 16:25:48 +0100 | [diff] [blame] | 537 | return (pud_val(pud) & _REGION_ENTRY_ORIGIN) != 0UL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 538 | } |
| 539 | |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 540 | static inline int pud_none(pud_t pud) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 541 | { |
Martin Schwidefsky | 6252d70 | 2008-02-09 18:24:37 +0100 | [diff] [blame] | 542 | if ((pud_val(pud) & _REGION_ENTRY_TYPE_MASK) < _REGION_ENTRY_TYPE_R3) |
| 543 | return 0; |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 544 | return (pud_val(pud) & _REGION_ENTRY_INVALID) != 0UL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 545 | } |
| 546 | |
Heiko Carstens | 18da236 | 2012-10-08 09:18:26 +0200 | [diff] [blame] | 547 | static inline int pud_large(pud_t pud) |
| 548 | { |
| 549 | if ((pud_val(pud) & _REGION_ENTRY_TYPE_MASK) != _REGION_ENTRY_TYPE_R3) |
| 550 | return 0; |
| 551 | return !!(pud_val(pud) & _REGION3_ENTRY_LARGE); |
| 552 | } |
| 553 | |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 554 | static inline int pud_bad(pud_t pud) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 555 | { |
Martin Schwidefsky | 6252d70 | 2008-02-09 18:24:37 +0100 | [diff] [blame] | 556 | /* |
| 557 | * With dynamic page table levels the pud can be a region table |
| 558 | * entry or a segment table entry. Check for the bit that are |
| 559 | * invalid for either table entry. |
| 560 | */ |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 561 | unsigned long mask = |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 562 | ~_SEGMENT_ENTRY_ORIGIN & ~_REGION_ENTRY_INVALID & |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 563 | ~_REGION_ENTRY_TYPE_MASK & ~_REGION_ENTRY_LENGTH; |
| 564 | return (pud_val(pud) & mask) != 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 565 | } |
| 566 | |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 567 | #endif /* CONFIG_64BIT */ |
Martin Schwidefsky | 3610cce | 2007-10-22 12:52:47 +0200 | [diff] [blame] | 568 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 569 | static inline int pmd_present(pmd_t pmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 570 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 571 | return pmd_val(pmd) != _SEGMENT_ENTRY_INVALID; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 572 | } |
| 573 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 574 | static inline int pmd_none(pmd_t pmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 575 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 576 | return pmd_val(pmd) == _SEGMENT_ENTRY_INVALID; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 577 | } |
| 578 | |
Heiko Carstens | 378b1e7 | 2012-10-01 12:58:34 +0200 | [diff] [blame] | 579 | static inline int pmd_large(pmd_t pmd) |
| 580 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 581 | return (pmd_val(pmd) & _SEGMENT_ENTRY_LARGE) != 0; |
Heiko Carstens | 378b1e7 | 2012-10-01 12:58:34 +0200 | [diff] [blame] | 582 | } |
| 583 | |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 584 | static inline int pmd_pfn(pmd_t pmd) |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 585 | { |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 586 | unsigned long origin_mask; |
| 587 | |
| 588 | origin_mask = _SEGMENT_ENTRY_ORIGIN; |
| 589 | if (pmd_large(pmd)) |
| 590 | origin_mask = _SEGMENT_ENTRY_ORIGIN_LARGE; |
| 591 | return (pmd_val(pmd) & origin_mask) >> PAGE_SHIFT; |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 592 | } |
| 593 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 594 | static inline int pmd_bad(pmd_t pmd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 595 | { |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 596 | if (pmd_large(pmd)) |
| 597 | return (pmd_val(pmd) & ~_SEGMENT_ENTRY_BITS_LARGE) != 0; |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 598 | return (pmd_val(pmd) & ~_SEGMENT_ENTRY_BITS) != 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 599 | } |
| 600 | |
Gerald Schaefer | 75077af | 2012-10-08 16:30:15 -0700 | [diff] [blame] | 601 | #define __HAVE_ARCH_PMDP_SPLITTING_FLUSH |
| 602 | extern void pmdp_splitting_flush(struct vm_area_struct *vma, |
| 603 | unsigned long addr, pmd_t *pmdp); |
| 604 | |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 605 | #define __HAVE_ARCH_PMDP_SET_ACCESS_FLAGS |
| 606 | extern int pmdp_set_access_flags(struct vm_area_struct *vma, |
| 607 | unsigned long address, pmd_t *pmdp, |
| 608 | pmd_t entry, int dirty); |
| 609 | |
| 610 | #define __HAVE_ARCH_PMDP_CLEAR_YOUNG_FLUSH |
| 611 | extern int pmdp_clear_flush_young(struct vm_area_struct *vma, |
| 612 | unsigned long address, pmd_t *pmdp); |
| 613 | |
| 614 | #define __HAVE_ARCH_PMD_WRITE |
| 615 | static inline int pmd_write(pmd_t pmd) |
| 616 | { |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 617 | return (pmd_val(pmd) & _SEGMENT_ENTRY_WRITE) != 0; |
| 618 | } |
| 619 | |
| 620 | static inline int pmd_dirty(pmd_t pmd) |
| 621 | { |
| 622 | int dirty = 1; |
| 623 | if (pmd_large(pmd)) |
| 624 | dirty = (pmd_val(pmd) & _SEGMENT_ENTRY_DIRTY) != 0; |
| 625 | return dirty; |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 626 | } |
| 627 | |
| 628 | static inline int pmd_young(pmd_t pmd) |
| 629 | { |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 630 | int young = 1; |
| 631 | if (pmd_large(pmd)) |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 632 | young = (pmd_val(pmd) & _SEGMENT_ENTRY_YOUNG) != 0; |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 633 | return young; |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 634 | } |
| 635 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 636 | static inline int pte_present(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 637 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 638 | /* Bit pattern: (pte & 0x001) == 0x001 */ |
| 639 | return (pte_val(pte) & _PAGE_PRESENT) != 0; |
| 640 | } |
| 641 | |
| 642 | static inline int pte_none(pte_t pte) |
| 643 | { |
| 644 | /* Bit pattern: pte == 0x400 */ |
| 645 | return pte_val(pte) == _PAGE_INVALID; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 646 | } |
| 647 | |
Konstantin Weitz | b31288f | 2013-04-17 17:36:29 +0200 | [diff] [blame] | 648 | static inline int pte_swap(pte_t pte) |
| 649 | { |
| 650 | /* Bit pattern: (pte & 0x603) == 0x402 */ |
| 651 | return (pte_val(pte) & (_PAGE_INVALID | _PAGE_PROTECT | |
| 652 | _PAGE_TYPE | _PAGE_PRESENT)) |
| 653 | == (_PAGE_INVALID | _PAGE_TYPE); |
| 654 | } |
| 655 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 656 | static inline int pte_file(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 657 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 658 | /* Bit pattern: (pte & 0x601) == 0x600 */ |
| 659 | return (pte_val(pte) & (_PAGE_INVALID | _PAGE_PROTECT | _PAGE_PRESENT)) |
| 660 | == (_PAGE_INVALID | _PAGE_PROTECT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 661 | } |
| 662 | |
Nick Piggin | 7e67513 | 2008-04-28 02:13:00 -0700 | [diff] [blame] | 663 | static inline int pte_special(pte_t pte) |
| 664 | { |
Nick Piggin | a08cb62 | 2008-04-28 02:13:03 -0700 | [diff] [blame] | 665 | return (pte_val(pte) & _PAGE_SPECIAL); |
Nick Piggin | 7e67513 | 2008-04-28 02:13:00 -0700 | [diff] [blame] | 666 | } |
| 667 | |
Martin Schwidefsky | ba8a922 | 2007-10-22 12:52:44 +0200 | [diff] [blame] | 668 | #define __HAVE_ARCH_PTE_SAME |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 669 | static inline int pte_same(pte_t a, pte_t b) |
Christian Borntraeger | 5b7baf0 | 2008-03-25 18:47:12 +0100 | [diff] [blame] | 670 | { |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 671 | return pte_val(a) == pte_val(b); |
Christian Borntraeger | 5b7baf0 | 2008-03-25 18:47:12 +0100 | [diff] [blame] | 672 | } |
| 673 | |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 674 | static inline pgste_t pgste_get_lock(pte_t *ptep) |
| 675 | { |
| 676 | unsigned long new = 0; |
| 677 | #ifdef CONFIG_PGSTE |
| 678 | unsigned long old; |
| 679 | |
| 680 | preempt_disable(); |
| 681 | asm( |
| 682 | " lg %0,%2\n" |
| 683 | "0: lgr %1,%0\n" |
Martin Schwidefsky | 0d0dafc | 2013-05-17 14:41:33 +0200 | [diff] [blame] | 684 | " nihh %0,0xff7f\n" /* clear PCL bit in old */ |
| 685 | " oihh %1,0x0080\n" /* set PCL bit in new */ |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 686 | " csg %0,%1,%2\n" |
| 687 | " jl 0b\n" |
| 688 | : "=&d" (old), "=&d" (new), "=Q" (ptep[PTRS_PER_PTE]) |
Christian Borntraeger | a8f6e7f | 2013-06-05 09:25:34 +0200 | [diff] [blame] | 689 | : "Q" (ptep[PTRS_PER_PTE]) : "cc", "memory"); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 690 | #endif |
| 691 | return __pgste(new); |
| 692 | } |
| 693 | |
| 694 | static inline void pgste_set_unlock(pte_t *ptep, pgste_t pgste) |
Christian Borntraeger | 5b7baf0 | 2008-03-25 18:47:12 +0100 | [diff] [blame] | 695 | { |
| 696 | #ifdef CONFIG_PGSTE |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 697 | asm( |
Martin Schwidefsky | 0d0dafc | 2013-05-17 14:41:33 +0200 | [diff] [blame] | 698 | " nihh %1,0xff7f\n" /* clear PCL bit */ |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 699 | " stg %1,%0\n" |
| 700 | : "=Q" (ptep[PTRS_PER_PTE]) |
Christian Borntraeger | a8f6e7f | 2013-06-05 09:25:34 +0200 | [diff] [blame] | 701 | : "d" (pgste_val(pgste)), "Q" (ptep[PTRS_PER_PTE]) |
| 702 | : "cc", "memory"); |
Christian Borntraeger | 5b7baf0 | 2008-03-25 18:47:12 +0100 | [diff] [blame] | 703 | preempt_enable(); |
| 704 | #endif |
| 705 | } |
| 706 | |
Martin Schwidefsky | d56c893 | 2013-07-19 11:15:54 +0200 | [diff] [blame] | 707 | static inline pgste_t pgste_get(pte_t *ptep) |
| 708 | { |
| 709 | unsigned long pgste = 0; |
| 710 | #ifdef CONFIG_PGSTE |
| 711 | pgste = *(unsigned long *)(ptep + PTRS_PER_PTE); |
| 712 | #endif |
| 713 | return __pgste(pgste); |
| 714 | } |
| 715 | |
Christian Borntraeger | 3a82603 | 2013-06-05 09:22:33 +0200 | [diff] [blame] | 716 | static inline void pgste_set(pte_t *ptep, pgste_t pgste) |
| 717 | { |
| 718 | #ifdef CONFIG_PGSTE |
| 719 | *(pgste_t *)(ptep + PTRS_PER_PTE) = pgste; |
| 720 | #endif |
| 721 | } |
| 722 | |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 723 | static inline pgste_t pgste_update_all(pte_t *ptep, pgste_t pgste, |
| 724 | struct mm_struct *mm) |
Christian Borntraeger | 5b7baf0 | 2008-03-25 18:47:12 +0100 | [diff] [blame] | 725 | { |
| 726 | #ifdef CONFIG_PGSTE |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 727 | unsigned long address, bits, skey; |
Christian Borntraeger | 5b7baf0 | 2008-03-25 18:47:12 +0100 | [diff] [blame] | 728 | |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 729 | if (!mm_use_skey(mm) || pte_val(*ptep) & _PAGE_INVALID) |
Martin Schwidefsky | 09b5388 | 2011-11-14 11:19:00 +0100 | [diff] [blame] | 730 | return pgste; |
Heiko Carstens | a43a9d9 | 2011-05-29 12:40:50 +0200 | [diff] [blame] | 731 | address = pte_val(*ptep) & PAGE_MASK; |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 732 | skey = (unsigned long) page_get_storage_key(address); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 733 | bits = skey & (_PAGE_CHANGED | _PAGE_REFERENCED); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 734 | /* Transfer page changed & referenced bit to guest bits in pgste */ |
Martin Schwidefsky | 0d0dafc | 2013-05-17 14:41:33 +0200 | [diff] [blame] | 735 | pgste_val(pgste) |= bits << 48; /* GR bit & GC bit */ |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 736 | /* Copy page access key and fetch protection bit to pgste */ |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 737 | pgste_val(pgste) &= ~(PGSTE_ACC_BITS | PGSTE_FP_BIT); |
| 738 | pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; |
Christian Borntraeger | 5b7baf0 | 2008-03-25 18:47:12 +0100 | [diff] [blame] | 739 | #endif |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 740 | return pgste; |
| 741 | |
| 742 | } |
| 743 | |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 744 | static inline void pgste_set_key(pte_t *ptep, pgste_t pgste, pte_t entry, |
| 745 | struct mm_struct *mm) |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 746 | { |
| 747 | #ifdef CONFIG_PGSTE |
Heiko Carstens | a43a9d9 | 2011-05-29 12:40:50 +0200 | [diff] [blame] | 748 | unsigned long address; |
Christian Borntraeger | 338679f | 2013-06-04 09:53:59 +0200 | [diff] [blame] | 749 | unsigned long nkey; |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 750 | |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 751 | if (!mm_use_skey(mm) || pte_val(entry) & _PAGE_INVALID) |
Martin Schwidefsky | 09b5388 | 2011-11-14 11:19:00 +0100 | [diff] [blame] | 752 | return; |
Christian Borntraeger | 338679f | 2013-06-04 09:53:59 +0200 | [diff] [blame] | 753 | VM_BUG_ON(!(pte_val(*ptep) & _PAGE_INVALID)); |
Martin Schwidefsky | 09b5388 | 2011-11-14 11:19:00 +0100 | [diff] [blame] | 754 | address = pte_val(entry) & PAGE_MASK; |
Christian Borntraeger | 338679f | 2013-06-04 09:53:59 +0200 | [diff] [blame] | 755 | /* |
| 756 | * Set page access key and fetch protection bit from pgste. |
| 757 | * The guest C/R information is still in the PGSTE, set real |
| 758 | * key C/R to 0. |
| 759 | */ |
Linus Torvalds | fe489bf | 2013-07-03 13:21:40 -0700 | [diff] [blame] | 760 | nkey = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56; |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 761 | nkey |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48; |
Christian Borntraeger | 338679f | 2013-06-04 09:53:59 +0200 | [diff] [blame] | 762 | page_set_storage_key(address, nkey, 0); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 763 | #endif |
| 764 | } |
| 765 | |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 766 | static inline pgste_t pgste_set_pte(pte_t *ptep, pgste_t pgste, pte_t entry) |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 767 | { |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 768 | if ((pte_val(entry) & _PAGE_PRESENT) && |
| 769 | (pte_val(entry) & _PAGE_WRITE) && |
| 770 | !(pte_val(entry) & _PAGE_INVALID)) { |
| 771 | if (!MACHINE_HAS_ESOP) { |
| 772 | /* |
| 773 | * Without enhanced suppression-on-protection force |
| 774 | * the dirty bit on for all writable ptes. |
| 775 | */ |
| 776 | pte_val(entry) |= _PAGE_DIRTY; |
| 777 | pte_val(entry) &= ~_PAGE_PROTECT; |
| 778 | } |
| 779 | if (!(pte_val(entry) & _PAGE_PROTECT)) |
| 780 | /* This pte allows write access, set user-dirty */ |
| 781 | pgste_val(pgste) |= PGSTE_UC_BIT; |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 782 | } |
| 783 | *ptep = entry; |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 784 | return pgste; |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 785 | } |
| 786 | |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 787 | /** |
| 788 | * struct gmap_struct - guest address space |
| 789 | * @mm: pointer to the parent mm_struct |
| 790 | * @table: pointer to the page directory |
Christian Borntraeger | 480e592 | 2011-09-20 17:07:28 +0200 | [diff] [blame] | 791 | * @asce: address space control element for gmap page table |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 792 | * @crst_list: list of all crst tables used in the guest address space |
Dominik Dingel | 24eb3a8 | 2013-06-17 16:25:18 +0200 | [diff] [blame] | 793 | * @pfault_enabled: defines if pfaults are applicable for the guest |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 794 | */ |
| 795 | struct gmap { |
| 796 | struct list_head list; |
| 797 | struct mm_struct *mm; |
| 798 | unsigned long *table; |
Christian Borntraeger | 480e592 | 2011-09-20 17:07:28 +0200 | [diff] [blame] | 799 | unsigned long asce; |
Christian Borntraeger | 2c70fe4 | 2013-05-17 14:41:36 +0200 | [diff] [blame] | 800 | void *private; |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 801 | struct list_head crst_list; |
Dominik Dingel | 24eb3a8 | 2013-06-17 16:25:18 +0200 | [diff] [blame] | 802 | bool pfault_enabled; |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 803 | }; |
| 804 | |
| 805 | /** |
| 806 | * struct gmap_rmap - reverse mapping for segment table entries |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 807 | * @gmap: pointer to the gmap_struct |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 808 | * @entry: pointer to a segment table entry |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 809 | * @vmaddr: virtual address in the guest address space |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 810 | */ |
| 811 | struct gmap_rmap { |
| 812 | struct list_head list; |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 813 | struct gmap *gmap; |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 814 | unsigned long *entry; |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 815 | unsigned long vmaddr; |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 816 | }; |
| 817 | |
| 818 | /** |
| 819 | * struct gmap_pgtable - gmap information attached to a page table |
| 820 | * @vmaddr: address of the 1MB segment in the process virtual memory |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 821 | * @mapper: list of segment table entries mapping a page table |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 822 | */ |
| 823 | struct gmap_pgtable { |
| 824 | unsigned long vmaddr; |
| 825 | struct list_head mapper; |
| 826 | }; |
| 827 | |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 828 | /** |
| 829 | * struct gmap_notifier - notify function block for page invalidation |
| 830 | * @notifier_call: address of callback function |
| 831 | */ |
| 832 | struct gmap_notifier { |
| 833 | struct list_head list; |
| 834 | void (*notifier_call)(struct gmap *gmap, unsigned long address); |
| 835 | }; |
| 836 | |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 837 | struct gmap *gmap_alloc(struct mm_struct *mm); |
| 838 | void gmap_free(struct gmap *gmap); |
| 839 | void gmap_enable(struct gmap *gmap); |
| 840 | void gmap_disable(struct gmap *gmap); |
| 841 | int gmap_map_segment(struct gmap *gmap, unsigned long from, |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 842 | unsigned long to, unsigned long len); |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 843 | int gmap_unmap_segment(struct gmap *gmap, unsigned long to, unsigned long len); |
Heiko Carstens | c503494 | 2012-09-10 16:14:33 +0200 | [diff] [blame] | 844 | unsigned long __gmap_translate(unsigned long address, struct gmap *); |
| 845 | unsigned long gmap_translate(unsigned long address, struct gmap *); |
Carsten Otte | 499069e | 2011-10-30 15:17:02 +0100 | [diff] [blame] | 846 | unsigned long __gmap_fault(unsigned long address, struct gmap *); |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 847 | unsigned long gmap_fault(unsigned long address, struct gmap *); |
Christian Borntraeger | 388186b | 2011-10-30 15:17:03 +0100 | [diff] [blame] | 848 | void gmap_discard(unsigned long from, unsigned long to, struct gmap *); |
Konstantin Weitz | b31288f | 2013-04-17 17:36:29 +0200 | [diff] [blame] | 849 | void __gmap_zap(unsigned long address, struct gmap *); |
Dominik Dingel | a0bf4f1 | 2014-03-24 14:27:58 +0100 | [diff] [blame] | 850 | bool gmap_test_and_clear_dirty(unsigned long address, struct gmap *); |
| 851 | |
Martin Schwidefsky | e5992f2 | 2011-07-24 10:48:20 +0200 | [diff] [blame] | 852 | |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 853 | void gmap_register_ipte_notifier(struct gmap_notifier *); |
| 854 | void gmap_unregister_ipte_notifier(struct gmap_notifier *); |
| 855 | int gmap_ipte_notify(struct gmap *, unsigned long start, unsigned long len); |
Dominik Dingel | aaeff84 | 2014-03-19 10:18:49 +0100 | [diff] [blame] | 856 | void gmap_do_ipte_notify(struct mm_struct *, pte_t *); |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 857 | |
| 858 | static inline pgste_t pgste_ipte_notify(struct mm_struct *mm, |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 859 | pte_t *ptep, pgste_t pgste) |
| 860 | { |
| 861 | #ifdef CONFIG_PGSTE |
Martin Schwidefsky | 0d0dafc | 2013-05-17 14:41:33 +0200 | [diff] [blame] | 862 | if (pgste_val(pgste) & PGSTE_IN_BIT) { |
| 863 | pgste_val(pgste) &= ~PGSTE_IN_BIT; |
Dominik Dingel | aaeff84 | 2014-03-19 10:18:49 +0100 | [diff] [blame] | 864 | gmap_do_ipte_notify(mm, ptep); |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 865 | } |
| 866 | #endif |
| 867 | return pgste; |
| 868 | } |
| 869 | |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 870 | /* |
| 871 | * Certain architectures need to do special things when PTEs |
| 872 | * within a page table are directly modified. Thus, the following |
| 873 | * hook is made available. |
| 874 | */ |
| 875 | static inline void set_pte_at(struct mm_struct *mm, unsigned long addr, |
| 876 | pte_t *ptep, pte_t entry) |
| 877 | { |
| 878 | pgste_t pgste; |
| 879 | |
| 880 | if (mm_has_pgste(mm)) { |
| 881 | pgste = pgste_get_lock(ptep); |
Konstantin Weitz | b31288f | 2013-04-17 17:36:29 +0200 | [diff] [blame] | 882 | pgste_val(pgste) &= ~_PGSTE_GPS_ZERO; |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 883 | pgste_set_key(ptep, pgste, entry, mm); |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 884 | pgste = pgste_set_pte(ptep, pgste, entry); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 885 | pgste_set_unlock(ptep, pgste); |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 886 | } else { |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 887 | *ptep = entry; |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 888 | } |
Christian Borntraeger | 5b7baf0 | 2008-03-25 18:47:12 +0100 | [diff] [blame] | 889 | } |
| 890 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 891 | /* |
| 892 | * query functions pte_write/pte_dirty/pte_young only work if |
| 893 | * pte_present() is true. Undefined behaviour if not.. |
| 894 | */ |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 895 | static inline int pte_write(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 896 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 897 | return (pte_val(pte) & _PAGE_WRITE) != 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 898 | } |
| 899 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 900 | static inline int pte_dirty(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 901 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 902 | return (pte_val(pte) & _PAGE_DIRTY) != 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 903 | } |
| 904 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 905 | static inline int pte_young(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 906 | { |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 907 | return (pte_val(pte) & _PAGE_YOUNG) != 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 908 | } |
| 909 | |
Konstantin Weitz | b31288f | 2013-04-17 17:36:29 +0200 | [diff] [blame] | 910 | #define __HAVE_ARCH_PTE_UNUSED |
| 911 | static inline int pte_unused(pte_t pte) |
| 912 | { |
| 913 | return pte_val(pte) & _PAGE_UNUSED; |
| 914 | } |
| 915 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 916 | /* |
| 917 | * pgd/pmd/pte modification functions |
| 918 | */ |
| 919 | |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 920 | static inline void pgd_clear(pgd_t *pgd) |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 921 | { |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 922 | #ifdef CONFIG_64BIT |
Martin Schwidefsky | 6252d70 | 2008-02-09 18:24:37 +0100 | [diff] [blame] | 923 | if ((pgd_val(*pgd) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R2) |
| 924 | pgd_val(*pgd) = _REGION2_ENTRY_EMPTY; |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 925 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 926 | } |
| 927 | |
Martin Schwidefsky | 6252d70 | 2008-02-09 18:24:37 +0100 | [diff] [blame] | 928 | static inline void pud_clear(pud_t *pud) |
Gerald Schaefer | c1821c2 | 2007-02-05 21:18:17 +0100 | [diff] [blame] | 929 | { |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 930 | #ifdef CONFIG_64BIT |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 931 | if ((pud_val(*pud) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3) |
| 932 | pud_val(*pud) = _REGION3_ENTRY_EMPTY; |
| 933 | #endif |
Gerald Schaefer | c1821c2 | 2007-02-05 21:18:17 +0100 | [diff] [blame] | 934 | } |
Martin Schwidefsky | 146e4b3 | 2008-02-09 18:24:35 +0100 | [diff] [blame] | 935 | |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 936 | static inline void pmd_clear(pmd_t *pmdp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 937 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 938 | pmd_val(*pmdp) = _SEGMENT_ENTRY_INVALID; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 939 | } |
| 940 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 941 | static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 942 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 943 | pte_val(*ptep) = _PAGE_INVALID; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 944 | } |
| 945 | |
| 946 | /* |
| 947 | * The following pte modification functions only work if |
| 948 | * pte_present() is true. Undefined behaviour if not.. |
| 949 | */ |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 950 | static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 951 | { |
Nick Piggin | 138c902 | 2008-07-08 11:31:06 +0200 | [diff] [blame] | 952 | pte_val(pte) &= _PAGE_CHG_MASK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 953 | pte_val(pte) |= pgprot_val(newprot); |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 954 | /* |
| 955 | * newprot for PAGE_NONE, PAGE_READ and PAGE_WRITE has the |
| 956 | * invalid bit set, clear it again for readable, young pages |
| 957 | */ |
| 958 | if ((pte_val(pte) & _PAGE_YOUNG) && (pte_val(pte) & _PAGE_READ)) |
| 959 | pte_val(pte) &= ~_PAGE_INVALID; |
| 960 | /* |
| 961 | * newprot for PAGE_READ and PAGE_WRITE has the page protection |
| 962 | * bit set, clear it again for writable, dirty pages |
| 963 | */ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 964 | if ((pte_val(pte) & _PAGE_DIRTY) && (pte_val(pte) & _PAGE_WRITE)) |
| 965 | pte_val(pte) &= ~_PAGE_PROTECT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 966 | return pte; |
| 967 | } |
| 968 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 969 | static inline pte_t pte_wrprotect(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 970 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 971 | pte_val(pte) &= ~_PAGE_WRITE; |
| 972 | pte_val(pte) |= _PAGE_PROTECT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 973 | return pte; |
| 974 | } |
| 975 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 976 | static inline pte_t pte_mkwrite(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 977 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 978 | pte_val(pte) |= _PAGE_WRITE; |
| 979 | if (pte_val(pte) & _PAGE_DIRTY) |
| 980 | pte_val(pte) &= ~_PAGE_PROTECT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 981 | return pte; |
| 982 | } |
| 983 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 984 | static inline pte_t pte_mkclean(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 985 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 986 | pte_val(pte) &= ~_PAGE_DIRTY; |
| 987 | pte_val(pte) |= _PAGE_PROTECT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 988 | return pte; |
| 989 | } |
| 990 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 991 | static inline pte_t pte_mkdirty(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 992 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 993 | pte_val(pte) |= _PAGE_DIRTY; |
| 994 | if (pte_val(pte) & _PAGE_WRITE) |
| 995 | pte_val(pte) &= ~_PAGE_PROTECT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 996 | return pte; |
| 997 | } |
| 998 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 999 | static inline pte_t pte_mkold(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1000 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1001 | pte_val(pte) &= ~_PAGE_YOUNG; |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1002 | pte_val(pte) |= _PAGE_INVALID; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1003 | return pte; |
| 1004 | } |
| 1005 | |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 1006 | static inline pte_t pte_mkyoung(pte_t pte) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1007 | { |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1008 | pte_val(pte) |= _PAGE_YOUNG; |
| 1009 | if (pte_val(pte) & _PAGE_READ) |
| 1010 | pte_val(pte) &= ~_PAGE_INVALID; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1011 | return pte; |
| 1012 | } |
| 1013 | |
Nick Piggin | 7e67513 | 2008-04-28 02:13:00 -0700 | [diff] [blame] | 1014 | static inline pte_t pte_mkspecial(pte_t pte) |
| 1015 | { |
Nick Piggin | a08cb62 | 2008-04-28 02:13:03 -0700 | [diff] [blame] | 1016 | pte_val(pte) |= _PAGE_SPECIAL; |
Nick Piggin | 7e67513 | 2008-04-28 02:13:00 -0700 | [diff] [blame] | 1017 | return pte; |
| 1018 | } |
| 1019 | |
Heiko Carstens | 84afdce | 2010-10-25 16:10:36 +0200 | [diff] [blame] | 1020 | #ifdef CONFIG_HUGETLB_PAGE |
| 1021 | static inline pte_t pte_mkhuge(pte_t pte) |
| 1022 | { |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1023 | pte_val(pte) |= _PAGE_LARGE; |
Heiko Carstens | 84afdce | 2010-10-25 16:10:36 +0200 | [diff] [blame] | 1024 | return pte; |
| 1025 | } |
| 1026 | #endif |
| 1027 | |
Gerald Schaefer | 9282ed9 | 2006-09-20 15:59:37 +0200 | [diff] [blame] | 1028 | static inline void __ptep_ipte(unsigned long address, pte_t *ptep) |
| 1029 | { |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1030 | unsigned long pto = (unsigned long) ptep; |
| 1031 | |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 1032 | #ifndef CONFIG_64BIT |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1033 | /* pto in ESA mode must point to the start of the segment table */ |
| 1034 | pto &= 0x7ffffc00; |
Gerald Schaefer | 9282ed9 | 2006-09-20 15:59:37 +0200 | [diff] [blame] | 1035 | #endif |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1036 | /* Invalidation + global TLB flush for the pte */ |
| 1037 | asm volatile( |
| 1038 | " ipte %2,%3" |
| 1039 | : "=m" (*ptep) : "m" (*ptep), "a" (pto), "a" (address)); |
| 1040 | } |
| 1041 | |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 1042 | static inline void __ptep_ipte_local(unsigned long address, pte_t *ptep) |
| 1043 | { |
| 1044 | unsigned long pto = (unsigned long) ptep; |
| 1045 | |
| 1046 | #ifndef CONFIG_64BIT |
| 1047 | /* pto in ESA mode must point to the start of the segment table */ |
| 1048 | pto &= 0x7ffffc00; |
| 1049 | #endif |
| 1050 | /* Invalidation + local TLB flush for the pte */ |
| 1051 | asm volatile( |
| 1052 | " .insn rrf,0xb2210000,%2,%3,0,1" |
| 1053 | : "=m" (*ptep) : "m" (*ptep), "a" (pto), "a" (address)); |
| 1054 | } |
| 1055 | |
Heiko Carstens | cfb0b24 | 2014-09-23 21:29:20 +0200 | [diff] [blame^] | 1056 | static inline void __ptep_ipte_range(unsigned long address, int nr, pte_t *ptep) |
| 1057 | { |
| 1058 | unsigned long pto = (unsigned long) ptep; |
| 1059 | |
| 1060 | #ifndef CONFIG_64BIT |
| 1061 | /* pto in ESA mode must point to the start of the segment table */ |
| 1062 | pto &= 0x7ffffc00; |
| 1063 | #endif |
| 1064 | /* Invalidate a range of ptes + global TLB flush of the ptes */ |
| 1065 | do { |
| 1066 | asm volatile( |
| 1067 | " .insn rrf,0xb2210000,%2,%0,%1,0" |
| 1068 | : "+a" (address), "+a" (nr) : "a" (pto) : "memory"); |
| 1069 | } while (nr != 255); |
| 1070 | } |
| 1071 | |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1072 | static inline void ptep_flush_direct(struct mm_struct *mm, |
| 1073 | unsigned long address, pte_t *ptep) |
| 1074 | { |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 1075 | int active, count; |
| 1076 | |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1077 | if (pte_val(*ptep) & _PAGE_INVALID) |
| 1078 | return; |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 1079 | active = (mm == current->active_mm) ? 1 : 0; |
| 1080 | count = atomic_add_return(0x10000, &mm->context.attach_count); |
| 1081 | if (MACHINE_HAS_TLB_LC && (count & 0xffff) <= active && |
| 1082 | cpumask_equal(mm_cpumask(mm), cpumask_of(smp_processor_id()))) |
| 1083 | __ptep_ipte_local(address, ptep); |
| 1084 | else |
| 1085 | __ptep_ipte(address, ptep); |
| 1086 | atomic_sub(0x10000, &mm->context.attach_count); |
Gerald Schaefer | 9282ed9 | 2006-09-20 15:59:37 +0200 | [diff] [blame] | 1087 | } |
| 1088 | |
Martin Schwidefsky | 5c474a1 | 2013-08-16 13:31:40 +0200 | [diff] [blame] | 1089 | static inline void ptep_flush_lazy(struct mm_struct *mm, |
| 1090 | unsigned long address, pte_t *ptep) |
| 1091 | { |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1092 | int active, count; |
Martin Schwidefsky | 5c474a1 | 2013-08-16 13:31:40 +0200 | [diff] [blame] | 1093 | |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1094 | if (pte_val(*ptep) & _PAGE_INVALID) |
| 1095 | return; |
| 1096 | active = (mm == current->active_mm) ? 1 : 0; |
| 1097 | count = atomic_add_return(0x10000, &mm->context.attach_count); |
| 1098 | if ((count & 0xffff) <= active) { |
| 1099 | pte_val(*ptep) |= _PAGE_INVALID; |
Martin Schwidefsky | 5c474a1 | 2013-08-16 13:31:40 +0200 | [diff] [blame] | 1100 | mm->context.flush_mm = 1; |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1101 | } else |
| 1102 | __ptep_ipte(address, ptep); |
| 1103 | atomic_sub(0x10000, &mm->context.attach_count); |
Martin Schwidefsky | 5c474a1 | 2013-08-16 13:31:40 +0200 | [diff] [blame] | 1104 | } |
| 1105 | |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 1106 | /* |
| 1107 | * Get (and clear) the user dirty bit for a pte. |
| 1108 | */ |
| 1109 | static inline int ptep_test_and_clear_user_dirty(struct mm_struct *mm, |
| 1110 | unsigned long addr, |
| 1111 | pte_t *ptep) |
| 1112 | { |
| 1113 | pgste_t pgste; |
| 1114 | pte_t pte; |
| 1115 | int dirty; |
| 1116 | |
| 1117 | if (!mm_has_pgste(mm)) |
| 1118 | return 0; |
| 1119 | pgste = pgste_get_lock(ptep); |
| 1120 | dirty = !!(pgste_val(pgste) & PGSTE_UC_BIT); |
| 1121 | pgste_val(pgste) &= ~PGSTE_UC_BIT; |
| 1122 | pte = *ptep; |
| 1123 | if (dirty && (pte_val(pte) & _PAGE_PRESENT)) { |
| 1124 | pgste = pgste_ipte_notify(mm, ptep, pgste); |
| 1125 | __ptep_ipte(addr, ptep); |
| 1126 | if (MACHINE_HAS_ESOP || !(pte_val(pte) & _PAGE_WRITE)) |
| 1127 | pte_val(pte) |= _PAGE_PROTECT; |
| 1128 | else |
| 1129 | pte_val(pte) |= _PAGE_INVALID; |
| 1130 | *ptep = pte; |
| 1131 | } |
| 1132 | pgste_set_unlock(ptep, pgste); |
| 1133 | return dirty; |
| 1134 | } |
| 1135 | |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1136 | #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG |
| 1137 | static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, |
| 1138 | unsigned long addr, pte_t *ptep) |
| 1139 | { |
| 1140 | pgste_t pgste; |
Christian Borntraeger | 3e03d4c | 2014-08-28 21:21:41 +0200 | [diff] [blame] | 1141 | pte_t pte, oldpte; |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1142 | int young; |
| 1143 | |
| 1144 | if (mm_has_pgste(vma->vm_mm)) { |
| 1145 | pgste = pgste_get_lock(ptep); |
Dominik Dingel | 6e5a40a | 2014-03-19 10:19:35 +0100 | [diff] [blame] | 1146 | pgste = pgste_ipte_notify(vma->vm_mm, ptep, pgste); |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1147 | } |
| 1148 | |
Christian Borntraeger | 3e03d4c | 2014-08-28 21:21:41 +0200 | [diff] [blame] | 1149 | oldpte = pte = *ptep; |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1150 | ptep_flush_direct(vma->vm_mm, addr, ptep); |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1151 | young = pte_young(pte); |
| 1152 | pte = pte_mkold(pte); |
| 1153 | |
| 1154 | if (mm_has_pgste(vma->vm_mm)) { |
Christian Borntraeger | 3e03d4c | 2014-08-28 21:21:41 +0200 | [diff] [blame] | 1155 | pgste = pgste_update_all(&oldpte, pgste, vma->vm_mm); |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 1156 | pgste = pgste_set_pte(ptep, pgste, pte); |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1157 | pgste_set_unlock(ptep, pgste); |
| 1158 | } else |
| 1159 | *ptep = pte; |
| 1160 | |
| 1161 | return young; |
| 1162 | } |
| 1163 | |
| 1164 | #define __HAVE_ARCH_PTEP_CLEAR_YOUNG_FLUSH |
| 1165 | static inline int ptep_clear_flush_young(struct vm_area_struct *vma, |
| 1166 | unsigned long address, pte_t *ptep) |
| 1167 | { |
| 1168 | return ptep_test_and_clear_young(vma, address, ptep); |
| 1169 | } |
| 1170 | |
Martin Schwidefsky | ba8a922 | 2007-10-22 12:52:44 +0200 | [diff] [blame] | 1171 | /* |
| 1172 | * This is hard to understand. ptep_get_and_clear and ptep_clear_flush |
| 1173 | * both clear the TLB for the unmapped pte. The reason is that |
| 1174 | * ptep_get_and_clear is used in common code (e.g. change_pte_range) |
| 1175 | * to modify an active pte. The sequence is |
| 1176 | * 1) ptep_get_and_clear |
| 1177 | * 2) set_pte_at |
| 1178 | * 3) flush_tlb_range |
| 1179 | * On s390 the tlb needs to get flushed with the modification of the pte |
| 1180 | * if the pte is active. The only way how this can be implemented is to |
| 1181 | * have ptep_get_and_clear do the tlb flush. In exchange flush_tlb_range |
| 1182 | * is a nop. |
| 1183 | */ |
| 1184 | #define __HAVE_ARCH_PTEP_GET_AND_CLEAR |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1185 | static inline pte_t ptep_get_and_clear(struct mm_struct *mm, |
| 1186 | unsigned long address, pte_t *ptep) |
| 1187 | { |
| 1188 | pgste_t pgste; |
| 1189 | pte_t pte; |
| 1190 | |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1191 | if (mm_has_pgste(mm)) { |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1192 | pgste = pgste_get_lock(ptep); |
Dominik Dingel | 6e5a40a | 2014-03-19 10:19:35 +0100 | [diff] [blame] | 1193 | pgste = pgste_ipte_notify(mm, ptep, pgste); |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1194 | } |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1195 | |
| 1196 | pte = *ptep; |
Martin Schwidefsky | 5c474a1 | 2013-08-16 13:31:40 +0200 | [diff] [blame] | 1197 | ptep_flush_lazy(mm, address, ptep); |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1198 | pte_val(*ptep) = _PAGE_INVALID; |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1199 | |
| 1200 | if (mm_has_pgste(mm)) { |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 1201 | pgste = pgste_update_all(&pte, pgste, mm); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1202 | pgste_set_unlock(ptep, pgste); |
| 1203 | } |
| 1204 | return pte; |
| 1205 | } |
| 1206 | |
| 1207 | #define __HAVE_ARCH_PTEP_MODIFY_PROT_TRANSACTION |
| 1208 | static inline pte_t ptep_modify_prot_start(struct mm_struct *mm, |
| 1209 | unsigned long address, |
| 1210 | pte_t *ptep) |
| 1211 | { |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1212 | pgste_t pgste; |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1213 | pte_t pte; |
| 1214 | |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1215 | if (mm_has_pgste(mm)) { |
| 1216 | pgste = pgste_get_lock(ptep); |
Dominik Dingel | 6e5a40a | 2014-03-19 10:19:35 +0100 | [diff] [blame] | 1217 | pgste_ipte_notify(mm, ptep, pgste); |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1218 | } |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1219 | |
| 1220 | pte = *ptep; |
Martin Schwidefsky | 5c474a1 | 2013-08-16 13:31:40 +0200 | [diff] [blame] | 1221 | ptep_flush_lazy(mm, address, ptep); |
Christian Borntraeger | b56433c | 2013-05-27 16:19:55 +0200 | [diff] [blame] | 1222 | |
Christian Borntraeger | 3a82603 | 2013-06-05 09:22:33 +0200 | [diff] [blame] | 1223 | if (mm_has_pgste(mm)) { |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 1224 | pgste = pgste_update_all(&pte, pgste, mm); |
Christian Borntraeger | 3a82603 | 2013-06-05 09:22:33 +0200 | [diff] [blame] | 1225 | pgste_set(ptep, pgste); |
| 1226 | } |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1227 | return pte; |
| 1228 | } |
| 1229 | |
| 1230 | static inline void ptep_modify_prot_commit(struct mm_struct *mm, |
| 1231 | unsigned long address, |
| 1232 | pte_t *ptep, pte_t pte) |
| 1233 | { |
Christian Borntraeger | b56433c | 2013-05-27 16:19:55 +0200 | [diff] [blame] | 1234 | pgste_t pgste; |
| 1235 | |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 1236 | if (mm_has_pgste(mm)) { |
Martin Schwidefsky | d56c893 | 2013-07-19 11:15:54 +0200 | [diff] [blame] | 1237 | pgste = pgste_get(ptep); |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 1238 | pgste_set_key(ptep, pgste, pte, mm); |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 1239 | pgste = pgste_set_pte(ptep, pgste, pte); |
Christian Borntraeger | b56433c | 2013-05-27 16:19:55 +0200 | [diff] [blame] | 1240 | pgste_set_unlock(ptep, pgste); |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 1241 | } else |
| 1242 | *ptep = pte; |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1243 | } |
Martin Schwidefsky | ba8a922 | 2007-10-22 12:52:44 +0200 | [diff] [blame] | 1244 | |
| 1245 | #define __HAVE_ARCH_PTEP_CLEAR_FLUSH |
Martin Schwidefsky | f0e47c2 | 2007-07-17 04:03:03 -0700 | [diff] [blame] | 1246 | static inline pte_t ptep_clear_flush(struct vm_area_struct *vma, |
| 1247 | unsigned long address, pte_t *ptep) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1248 | { |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1249 | pgste_t pgste; |
| 1250 | pte_t pte; |
| 1251 | |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1252 | if (mm_has_pgste(vma->vm_mm)) { |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1253 | pgste = pgste_get_lock(ptep); |
Dominik Dingel | 6e5a40a | 2014-03-19 10:19:35 +0100 | [diff] [blame] | 1254 | pgste = pgste_ipte_notify(vma->vm_mm, ptep, pgste); |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1255 | } |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1256 | |
| 1257 | pte = *ptep; |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1258 | ptep_flush_direct(vma->vm_mm, address, ptep); |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1259 | pte_val(*ptep) = _PAGE_INVALID; |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1260 | |
| 1261 | if (mm_has_pgste(vma->vm_mm)) { |
Konstantin Weitz | b31288f | 2013-04-17 17:36:29 +0200 | [diff] [blame] | 1262 | if ((pgste_val(pgste) & _PGSTE_GPS_USAGE_MASK) == |
| 1263 | _PGSTE_GPS_USAGE_UNUSED) |
| 1264 | pte_val(pte) |= _PAGE_UNUSED; |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 1265 | pgste = pgste_update_all(&pte, pgste, vma->vm_mm); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1266 | pgste_set_unlock(ptep, pgste); |
| 1267 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1268 | return pte; |
| 1269 | } |
| 1270 | |
Martin Schwidefsky | ba8a922 | 2007-10-22 12:52:44 +0200 | [diff] [blame] | 1271 | /* |
| 1272 | * The batched pte unmap code uses ptep_get_and_clear_full to clear the |
| 1273 | * ptes. Here an optimization is possible. tlb_gather_mmu flushes all |
| 1274 | * tlbs of an mm if it can guarantee that the ptes of the mm_struct |
| 1275 | * cannot be accessed while the batched unmap is running. In this case |
| 1276 | * full==1 and a simple pte_clear is enough. See tlb.h. |
| 1277 | */ |
| 1278 | #define __HAVE_ARCH_PTEP_GET_AND_CLEAR_FULL |
| 1279 | static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1280 | unsigned long address, |
Martin Schwidefsky | ba8a922 | 2007-10-22 12:52:44 +0200 | [diff] [blame] | 1281 | pte_t *ptep, int full) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1282 | { |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1283 | pgste_t pgste; |
| 1284 | pte_t pte; |
Martin Schwidefsky | ba8a922 | 2007-10-22 12:52:44 +0200 | [diff] [blame] | 1285 | |
Martin Schwidefsky | a055f66 | 2013-07-19 10:31:55 +0200 | [diff] [blame] | 1286 | if (!full && mm_has_pgste(mm)) { |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1287 | pgste = pgste_get_lock(ptep); |
Dominik Dingel | 6e5a40a | 2014-03-19 10:19:35 +0100 | [diff] [blame] | 1288 | pgste = pgste_ipte_notify(mm, ptep, pgste); |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1289 | } |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1290 | |
| 1291 | pte = *ptep; |
| 1292 | if (!full) |
Martin Schwidefsky | 5c474a1 | 2013-08-16 13:31:40 +0200 | [diff] [blame] | 1293 | ptep_flush_lazy(mm, address, ptep); |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1294 | pte_val(*ptep) = _PAGE_INVALID; |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1295 | |
Martin Schwidefsky | a055f66 | 2013-07-19 10:31:55 +0200 | [diff] [blame] | 1296 | if (!full && mm_has_pgste(mm)) { |
Dominik Dingel | 65eef335 | 2014-01-14 15:02:11 +0100 | [diff] [blame] | 1297 | pgste = pgste_update_all(&pte, pgste, mm); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1298 | pgste_set_unlock(ptep, pgste); |
| 1299 | } |
Martin Schwidefsky | ba8a922 | 2007-10-22 12:52:44 +0200 | [diff] [blame] | 1300 | return pte; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1301 | } |
| 1302 | |
Martin Schwidefsky | ba8a922 | 2007-10-22 12:52:44 +0200 | [diff] [blame] | 1303 | #define __HAVE_ARCH_PTEP_SET_WRPROTECT |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1304 | static inline pte_t ptep_set_wrprotect(struct mm_struct *mm, |
| 1305 | unsigned long address, pte_t *ptep) |
| 1306 | { |
| 1307 | pgste_t pgste; |
| 1308 | pte_t pte = *ptep; |
| 1309 | |
| 1310 | if (pte_write(pte)) { |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1311 | if (mm_has_pgste(mm)) { |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1312 | pgste = pgste_get_lock(ptep); |
Dominik Dingel | 6e5a40a | 2014-03-19 10:19:35 +0100 | [diff] [blame] | 1313 | pgste = pgste_ipte_notify(mm, ptep, pgste); |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1314 | } |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1315 | |
Martin Schwidefsky | 5c474a1 | 2013-08-16 13:31:40 +0200 | [diff] [blame] | 1316 | ptep_flush_lazy(mm, address, ptep); |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 1317 | pte = pte_wrprotect(pte); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1318 | |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 1319 | if (mm_has_pgste(mm)) { |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 1320 | pgste = pgste_set_pte(ptep, pgste, pte); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1321 | pgste_set_unlock(ptep, pgste); |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 1322 | } else |
| 1323 | *ptep = pte; |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1324 | } |
| 1325 | return pte; |
| 1326 | } |
Martin Schwidefsky | ba8a922 | 2007-10-22 12:52:44 +0200 | [diff] [blame] | 1327 | |
| 1328 | #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1329 | static inline int ptep_set_access_flags(struct vm_area_struct *vma, |
| 1330 | unsigned long address, pte_t *ptep, |
| 1331 | pte_t entry, int dirty) |
| 1332 | { |
| 1333 | pgste_t pgste; |
| 1334 | |
| 1335 | if (pte_same(*ptep, entry)) |
| 1336 | return 0; |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1337 | if (mm_has_pgste(vma->vm_mm)) { |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1338 | pgste = pgste_get_lock(ptep); |
Dominik Dingel | 6e5a40a | 2014-03-19 10:19:35 +0100 | [diff] [blame] | 1339 | pgste = pgste_ipte_notify(vma->vm_mm, ptep, pgste); |
Martin Schwidefsky | d338363 | 2013-04-17 10:53:39 +0200 | [diff] [blame] | 1340 | } |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1341 | |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1342 | ptep_flush_direct(vma->vm_mm, address, ptep); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1343 | |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 1344 | if (mm_has_pgste(vma->vm_mm)) { |
Christian Borntraeger | 1951497 | 2014-08-28 23:44:57 +0200 | [diff] [blame] | 1345 | pgste_set_key(ptep, pgste, entry, vma->vm_mm); |
Martin Schwidefsky | 0a61b22 | 2013-10-18 12:03:41 +0200 | [diff] [blame] | 1346 | pgste = pgste_set_pte(ptep, pgste, entry); |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1347 | pgste_set_unlock(ptep, pgste); |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 1348 | } else |
| 1349 | *ptep = entry; |
Martin Schwidefsky | b2fa47e | 2011-05-23 10:24:40 +0200 | [diff] [blame] | 1350 | return 1; |
| 1351 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1352 | |
| 1353 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1354 | * Conversion functions: convert a page and protection to a page entry, |
| 1355 | * and a page entry and page directory to the page they refer to. |
| 1356 | */ |
| 1357 | static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) |
| 1358 | { |
| 1359 | pte_t __pte; |
| 1360 | pte_val(__pte) = physpage + pgprot_val(pgprot); |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1361 | return pte_mkyoung(__pte); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1362 | } |
| 1363 | |
Heiko Carstens | 2dcea57 | 2006-09-29 01:58:41 -0700 | [diff] [blame] | 1364 | static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) |
| 1365 | { |
Heiko Carstens | 0b2b6e1d | 2006-10-04 20:02:23 +0200 | [diff] [blame] | 1366 | unsigned long physpage = page_to_phys(page); |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 1367 | pte_t __pte = mk_pte_phys(physpage, pgprot); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1368 | |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1369 | if (pte_write(__pte) && PageDirty(page)) |
| 1370 | __pte = pte_mkdirty(__pte); |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 1371 | return __pte; |
Heiko Carstens | 2dcea57 | 2006-09-29 01:58:41 -0700 | [diff] [blame] | 1372 | } |
| 1373 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1374 | #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 1375 | #define pud_index(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) |
| 1376 | #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) |
| 1377 | #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1378 | |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 1379 | #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1380 | #define pgd_offset_k(address) pgd_offset(&init_mm, address) |
| 1381 | |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 1382 | #ifndef CONFIG_64BIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1383 | |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 1384 | #define pmd_deref(pmd) (pmd_val(pmd) & _SEGMENT_ENTRY_ORIGIN) |
| 1385 | #define pud_deref(pmd) ({ BUG(); 0UL; }) |
| 1386 | #define pgd_deref(pmd) ({ BUG(); 0UL; }) |
| 1387 | |
| 1388 | #define pud_offset(pgd, address) ((pud_t *) pgd) |
| 1389 | #define pmd_offset(pud, address) ((pmd_t *) pud + pmd_index(address)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1390 | |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 1391 | #else /* CONFIG_64BIT */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1392 | |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 1393 | #define pmd_deref(pmd) (pmd_val(pmd) & _SEGMENT_ENTRY_ORIGIN) |
| 1394 | #define pud_deref(pud) (pud_val(pud) & _REGION_ENTRY_ORIGIN) |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 1395 | #define pgd_deref(pgd) (pgd_val(pgd) & _REGION_ENTRY_ORIGIN) |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 1396 | |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 1397 | static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address) |
| 1398 | { |
Martin Schwidefsky | 6252d70 | 2008-02-09 18:24:37 +0100 | [diff] [blame] | 1399 | pud_t *pud = (pud_t *) pgd; |
| 1400 | if ((pgd_val(*pgd) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R2) |
| 1401 | pud = (pud_t *) pgd_deref(*pgd); |
Martin Schwidefsky | 5a216a2 | 2008-02-09 18:24:36 +0100 | [diff] [blame] | 1402 | return pud + pud_index(address); |
| 1403 | } |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 1404 | |
| 1405 | static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) |
| 1406 | { |
Martin Schwidefsky | 6252d70 | 2008-02-09 18:24:37 +0100 | [diff] [blame] | 1407 | pmd_t *pmd = (pmd_t *) pud; |
| 1408 | if ((pud_val(*pud) & _REGION_ENTRY_TYPE_MASK) == _REGION_ENTRY_TYPE_R3) |
| 1409 | pmd = (pmd_t *) pud_deref(*pud); |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 1410 | return pmd + pmd_index(address); |
| 1411 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1412 | |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 1413 | #endif /* CONFIG_64BIT */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1414 | |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 1415 | #define pfn_pte(pfn,pgprot) mk_pte_phys(__pa((pfn) << PAGE_SHIFT),(pgprot)) |
| 1416 | #define pte_pfn(x) (pte_val(x) >> PAGE_SHIFT) |
| 1417 | #define pte_page(x) pfn_to_page(pte_pfn(x)) |
| 1418 | |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 1419 | #define pmd_page(pmd) pfn_to_page(pmd_pfn(pmd)) |
Martin Schwidefsky | 190a1d7 | 2007-10-22 12:52:48 +0200 | [diff] [blame] | 1420 | |
| 1421 | /* Find an entry in the lowest level page table.. */ |
| 1422 | #define pte_offset(pmd, addr) ((pte_t *) pmd_deref(*(pmd)) + pte_index(addr)) |
| 1423 | #define pte_offset_kernel(pmd, address) pte_offset(pmd,address) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1424 | #define pte_offset_map(pmd, address) pte_offset_kernel(pmd, address) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1425 | #define pte_unmap(pte) do { } while (0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1426 | |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 1427 | #if defined(CONFIG_TRANSPARENT_HUGEPAGE) || defined(CONFIG_HUGETLB_PAGE) |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1428 | static inline unsigned long massage_pgprot_pmd(pgprot_t pgprot) |
| 1429 | { |
Gerald Schaefer | d8e7a33 | 2012-10-25 17:42:50 +0200 | [diff] [blame] | 1430 | /* |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1431 | * pgprot is PAGE_NONE, PAGE_READ, or PAGE_WRITE (see __Pxxx / __Sxxx) |
Gerald Schaefer | d8e7a33 | 2012-10-25 17:42:50 +0200 | [diff] [blame] | 1432 | * Convert to segment table entry format. |
| 1433 | */ |
| 1434 | if (pgprot_val(pgprot) == pgprot_val(PAGE_NONE)) |
| 1435 | return pgprot_val(SEGMENT_NONE); |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1436 | if (pgprot_val(pgprot) == pgprot_val(PAGE_READ)) |
| 1437 | return pgprot_val(SEGMENT_READ); |
| 1438 | return pgprot_val(SEGMENT_WRITE); |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1439 | } |
| 1440 | |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 1441 | static inline pmd_t pmd_wrprotect(pmd_t pmd) |
| 1442 | { |
| 1443 | pmd_val(pmd) &= ~_SEGMENT_ENTRY_WRITE; |
| 1444 | pmd_val(pmd) |= _SEGMENT_ENTRY_PROTECT; |
| 1445 | return pmd; |
| 1446 | } |
| 1447 | |
| 1448 | static inline pmd_t pmd_mkwrite(pmd_t pmd) |
| 1449 | { |
| 1450 | pmd_val(pmd) |= _SEGMENT_ENTRY_WRITE; |
| 1451 | if (pmd_large(pmd) && !(pmd_val(pmd) & _SEGMENT_ENTRY_DIRTY)) |
| 1452 | return pmd; |
| 1453 | pmd_val(pmd) &= ~_SEGMENT_ENTRY_PROTECT; |
| 1454 | return pmd; |
| 1455 | } |
| 1456 | |
| 1457 | static inline pmd_t pmd_mkclean(pmd_t pmd) |
| 1458 | { |
| 1459 | if (pmd_large(pmd)) { |
| 1460 | pmd_val(pmd) &= ~_SEGMENT_ENTRY_DIRTY; |
| 1461 | pmd_val(pmd) |= _SEGMENT_ENTRY_PROTECT; |
| 1462 | } |
| 1463 | return pmd; |
| 1464 | } |
| 1465 | |
| 1466 | static inline pmd_t pmd_mkdirty(pmd_t pmd) |
| 1467 | { |
| 1468 | if (pmd_large(pmd)) { |
| 1469 | pmd_val(pmd) |= _SEGMENT_ENTRY_DIRTY; |
| 1470 | if (pmd_val(pmd) & _SEGMENT_ENTRY_WRITE) |
| 1471 | pmd_val(pmd) &= ~_SEGMENT_ENTRY_PROTECT; |
| 1472 | } |
| 1473 | return pmd; |
| 1474 | } |
| 1475 | |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1476 | static inline pmd_t pmd_mkyoung(pmd_t pmd) |
| 1477 | { |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 1478 | if (pmd_large(pmd)) { |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1479 | pmd_val(pmd) |= _SEGMENT_ENTRY_YOUNG; |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 1480 | if (pmd_val(pmd) & _SEGMENT_ENTRY_READ) |
| 1481 | pmd_val(pmd) &= ~_SEGMENT_ENTRY_INVALID; |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1482 | } |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1483 | return pmd; |
| 1484 | } |
| 1485 | |
| 1486 | static inline pmd_t pmd_mkold(pmd_t pmd) |
| 1487 | { |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 1488 | if (pmd_large(pmd)) { |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1489 | pmd_val(pmd) &= ~_SEGMENT_ENTRY_YOUNG; |
| 1490 | pmd_val(pmd) |= _SEGMENT_ENTRY_INVALID; |
| 1491 | } |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1492 | return pmd; |
| 1493 | } |
| 1494 | |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1495 | static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot) |
| 1496 | { |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 1497 | if (pmd_large(pmd)) { |
| 1498 | pmd_val(pmd) &= _SEGMENT_ENTRY_ORIGIN_LARGE | |
| 1499 | _SEGMENT_ENTRY_DIRTY | _SEGMENT_ENTRY_YOUNG | |
| 1500 | _SEGMENT_ENTRY_LARGE | _SEGMENT_ENTRY_SPLIT; |
| 1501 | pmd_val(pmd) |= massage_pgprot_pmd(newprot); |
| 1502 | if (!(pmd_val(pmd) & _SEGMENT_ENTRY_DIRTY)) |
| 1503 | pmd_val(pmd) |= _SEGMENT_ENTRY_PROTECT; |
| 1504 | if (!(pmd_val(pmd) & _SEGMENT_ENTRY_YOUNG)) |
| 1505 | pmd_val(pmd) |= _SEGMENT_ENTRY_INVALID; |
| 1506 | return pmd; |
| 1507 | } |
| 1508 | pmd_val(pmd) &= _SEGMENT_ENTRY_ORIGIN; |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1509 | pmd_val(pmd) |= massage_pgprot_pmd(newprot); |
| 1510 | return pmd; |
| 1511 | } |
| 1512 | |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 1513 | static inline pmd_t mk_pmd_phys(unsigned long physpage, pgprot_t pgprot) |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1514 | { |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 1515 | pmd_t __pmd; |
| 1516 | pmd_val(__pmd) = physpage + massage_pgprot_pmd(pgprot); |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 1517 | return __pmd; |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1518 | } |
| 1519 | |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 1520 | #endif /* CONFIG_TRANSPARENT_HUGEPAGE || CONFIG_HUGETLB_PAGE */ |
| 1521 | |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 1522 | static inline void __pmdp_csp(pmd_t *pmdp) |
| 1523 | { |
| 1524 | register unsigned long reg2 asm("2") = pmd_val(*pmdp); |
| 1525 | register unsigned long reg3 asm("3") = pmd_val(*pmdp) | |
| 1526 | _SEGMENT_ENTRY_INVALID; |
| 1527 | register unsigned long reg4 asm("4") = ((unsigned long) pmdp) + 5; |
| 1528 | |
| 1529 | asm volatile( |
| 1530 | " csp %1,%3" |
| 1531 | : "=m" (*pmdp) |
| 1532 | : "d" (reg2), "d" (reg3), "d" (reg4), "m" (*pmdp) : "cc"); |
| 1533 | } |
| 1534 | |
| 1535 | static inline void __pmdp_idte(unsigned long address, pmd_t *pmdp) |
| 1536 | { |
| 1537 | unsigned long sto; |
| 1538 | |
| 1539 | sto = (unsigned long) pmdp - pmd_index(address) * sizeof(pmd_t); |
| 1540 | asm volatile( |
| 1541 | " .insn rrf,0xb98e0000,%2,%3,0,0" |
| 1542 | : "=m" (*pmdp) |
| 1543 | : "m" (*pmdp), "a" (sto), "a" ((address & HPAGE_MASK)) |
| 1544 | : "cc" ); |
| 1545 | } |
| 1546 | |
| 1547 | static inline void __pmdp_idte_local(unsigned long address, pmd_t *pmdp) |
| 1548 | { |
| 1549 | unsigned long sto; |
| 1550 | |
| 1551 | sto = (unsigned long) pmdp - pmd_index(address) * sizeof(pmd_t); |
| 1552 | asm volatile( |
| 1553 | " .insn rrf,0xb98e0000,%2,%3,0,1" |
| 1554 | : "=m" (*pmdp) |
| 1555 | : "m" (*pmdp), "a" (sto), "a" ((address & HPAGE_MASK)) |
| 1556 | : "cc" ); |
| 1557 | } |
| 1558 | |
| 1559 | static inline void pmdp_flush_direct(struct mm_struct *mm, |
| 1560 | unsigned long address, pmd_t *pmdp) |
| 1561 | { |
| 1562 | int active, count; |
| 1563 | |
| 1564 | if (pmd_val(*pmdp) & _SEGMENT_ENTRY_INVALID) |
| 1565 | return; |
| 1566 | if (!MACHINE_HAS_IDTE) { |
| 1567 | __pmdp_csp(pmdp); |
| 1568 | return; |
| 1569 | } |
| 1570 | active = (mm == current->active_mm) ? 1 : 0; |
| 1571 | count = atomic_add_return(0x10000, &mm->context.attach_count); |
| 1572 | if (MACHINE_HAS_TLB_LC && (count & 0xffff) <= active && |
| 1573 | cpumask_equal(mm_cpumask(mm), cpumask_of(smp_processor_id()))) |
| 1574 | __pmdp_idte_local(address, pmdp); |
| 1575 | else |
| 1576 | __pmdp_idte(address, pmdp); |
| 1577 | atomic_sub(0x10000, &mm->context.attach_count); |
| 1578 | } |
| 1579 | |
Martin Schwidefsky | 3eabaee | 2013-07-26 15:04:02 +0200 | [diff] [blame] | 1580 | static inline void pmdp_flush_lazy(struct mm_struct *mm, |
| 1581 | unsigned long address, pmd_t *pmdp) |
| 1582 | { |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1583 | int active, count; |
Martin Schwidefsky | 3eabaee | 2013-07-26 15:04:02 +0200 | [diff] [blame] | 1584 | |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 1585 | if (pmd_val(*pmdp) & _SEGMENT_ENTRY_INVALID) |
| 1586 | return; |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1587 | active = (mm == current->active_mm) ? 1 : 0; |
| 1588 | count = atomic_add_return(0x10000, &mm->context.attach_count); |
| 1589 | if ((count & 0xffff) <= active) { |
| 1590 | pmd_val(*pmdp) |= _SEGMENT_ENTRY_INVALID; |
Martin Schwidefsky | 3eabaee | 2013-07-26 15:04:02 +0200 | [diff] [blame] | 1591 | mm->context.flush_mm = 1; |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 1592 | } else if (MACHINE_HAS_IDTE) |
| 1593 | __pmdp_idte(address, pmdp); |
| 1594 | else |
| 1595 | __pmdp_csp(pmdp); |
Martin Schwidefsky | 53e857f | 2012-09-10 13:00:09 +0200 | [diff] [blame] | 1596 | atomic_sub(0x10000, &mm->context.attach_count); |
Martin Schwidefsky | 3eabaee | 2013-07-26 15:04:02 +0200 | [diff] [blame] | 1597 | } |
| 1598 | |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 1599 | #ifdef CONFIG_TRANSPARENT_HUGEPAGE |
| 1600 | |
| 1601 | #define __HAVE_ARCH_PGTABLE_DEPOSIT |
Aneesh Kumar K.V | 6b0b50b | 2013-06-05 17:14:02 -0700 | [diff] [blame] | 1602 | extern void pgtable_trans_huge_deposit(struct mm_struct *mm, pmd_t *pmdp, |
| 1603 | pgtable_t pgtable); |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 1604 | |
| 1605 | #define __HAVE_ARCH_PGTABLE_WITHDRAW |
Aneesh Kumar K.V | 6b0b50b | 2013-06-05 17:14:02 -0700 | [diff] [blame] | 1606 | extern pgtable_t pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp); |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 1607 | |
| 1608 | static inline int pmd_trans_splitting(pmd_t pmd) |
| 1609 | { |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 1610 | return (pmd_val(pmd) & _SEGMENT_ENTRY_LARGE) && |
| 1611 | (pmd_val(pmd) & _SEGMENT_ENTRY_SPLIT); |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 1612 | } |
| 1613 | |
| 1614 | static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, |
| 1615 | pmd_t *pmdp, pmd_t entry) |
| 1616 | { |
Gerald Schaefer | 106c992 | 2013-04-29 15:07:23 -0700 | [diff] [blame] | 1617 | *pmdp = entry; |
| 1618 | } |
| 1619 | |
| 1620 | static inline pmd_t pmd_mkhuge(pmd_t pmd) |
| 1621 | { |
| 1622 | pmd_val(pmd) |= _SEGMENT_ENTRY_LARGE; |
Martin Schwidefsky | 152125b | 2014-07-24 11:03:41 +0200 | [diff] [blame] | 1623 | pmd_val(pmd) |= _SEGMENT_ENTRY_YOUNG; |
| 1624 | pmd_val(pmd) |= _SEGMENT_ENTRY_PROTECT; |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1625 | return pmd; |
| 1626 | } |
| 1627 | |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1628 | #define __HAVE_ARCH_PMDP_TEST_AND_CLEAR_YOUNG |
| 1629 | static inline int pmdp_test_and_clear_young(struct vm_area_struct *vma, |
| 1630 | unsigned long address, pmd_t *pmdp) |
| 1631 | { |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1632 | pmd_t pmd; |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1633 | |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1634 | pmd = *pmdp; |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 1635 | pmdp_flush_direct(vma->vm_mm, address, pmdp); |
Martin Schwidefsky | 0944fe3 | 2013-07-23 22:11:42 +0200 | [diff] [blame] | 1636 | *pmdp = pmd_mkold(pmd); |
| 1637 | return pmd_young(pmd); |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1638 | } |
| 1639 | |
| 1640 | #define __HAVE_ARCH_PMDP_GET_AND_CLEAR |
| 1641 | static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm, |
| 1642 | unsigned long address, pmd_t *pmdp) |
| 1643 | { |
| 1644 | pmd_t pmd = *pmdp; |
| 1645 | |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 1646 | pmdp_flush_direct(mm, address, pmdp); |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1647 | pmd_clear(pmdp); |
| 1648 | return pmd; |
| 1649 | } |
| 1650 | |
| 1651 | #define __HAVE_ARCH_PMDP_CLEAR_FLUSH |
| 1652 | static inline pmd_t pmdp_clear_flush(struct vm_area_struct *vma, |
| 1653 | unsigned long address, pmd_t *pmdp) |
| 1654 | { |
| 1655 | return pmdp_get_and_clear(vma->vm_mm, address, pmdp); |
| 1656 | } |
| 1657 | |
| 1658 | #define __HAVE_ARCH_PMDP_INVALIDATE |
| 1659 | static inline void pmdp_invalidate(struct vm_area_struct *vma, |
| 1660 | unsigned long address, pmd_t *pmdp) |
| 1661 | { |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 1662 | pmdp_flush_direct(vma->vm_mm, address, pmdp); |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1663 | } |
| 1664 | |
Gerald Schaefer | be32865 | 2013-01-21 16:48:07 +0100 | [diff] [blame] | 1665 | #define __HAVE_ARCH_PMDP_SET_WRPROTECT |
| 1666 | static inline void pmdp_set_wrprotect(struct mm_struct *mm, |
| 1667 | unsigned long address, pmd_t *pmdp) |
| 1668 | { |
| 1669 | pmd_t pmd = *pmdp; |
| 1670 | |
| 1671 | if (pmd_write(pmd)) { |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 1672 | pmdp_flush_direct(mm, address, pmdp); |
Gerald Schaefer | be32865 | 2013-01-21 16:48:07 +0100 | [diff] [blame] | 1673 | set_pmd_at(mm, address, pmdp, pmd_wrprotect(pmd)); |
| 1674 | } |
| 1675 | } |
| 1676 | |
Gerald Schaefer | 1ae1c1d | 2012-10-08 16:30:24 -0700 | [diff] [blame] | 1677 | #define pfn_pmd(pfn, pgprot) mk_pmd_phys(__pa((pfn) << PAGE_SHIFT), (pgprot)) |
| 1678 | #define mk_pmd(page, pgprot) pfn_pmd(page_to_pfn(page), (pgprot)) |
| 1679 | |
| 1680 | static inline int pmd_trans_huge(pmd_t pmd) |
| 1681 | { |
| 1682 | return pmd_val(pmd) & _SEGMENT_ENTRY_LARGE; |
| 1683 | } |
| 1684 | |
| 1685 | static inline int has_transparent_hugepage(void) |
| 1686 | { |
| 1687 | return MACHINE_HAS_HPAGE ? 1 : 0; |
| 1688 | } |
Gerald Schaefer | 75077af | 2012-10-08 16:30:15 -0700 | [diff] [blame] | 1689 | #endif /* CONFIG_TRANSPARENT_HUGEPAGE */ |
| 1690 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1691 | /* |
| 1692 | * 31 bit swap entry format: |
| 1693 | * A page-table entry has some bits we have to treat in a special way. |
| 1694 | * Bits 0, 20 and bit 23 have to be zero, otherwise an specification |
| 1695 | * exception will occur instead of a page translation exception. The |
| 1696 | * specifiation exception has the bad habit not to store necessary |
| 1697 | * information in the lowcore. |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1698 | * Bits 21, 22, 30 and 31 are used to indicate the page type. |
| 1699 | * A swap pte is indicated by bit pattern (pte & 0x603) == 0x402 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1700 | * This leaves the bits 1-19 and bits 24-29 to store type and offset. |
| 1701 | * We use the 5 bits from 25-29 for the type and the 20 bits from 1-19 |
| 1702 | * plus 24 for the offset. |
| 1703 | * 0| offset |0110|o|type |00| |
| 1704 | * 0 0000000001111111111 2222 2 22222 33 |
| 1705 | * 0 1234567890123456789 0123 4 56789 01 |
| 1706 | * |
| 1707 | * 64 bit swap entry format: |
| 1708 | * A page-table entry has some bits we have to treat in a special way. |
| 1709 | * Bits 52 and bit 55 have to be zero, otherwise an specification |
| 1710 | * exception will occur instead of a page translation exception. The |
| 1711 | * specifiation exception has the bad habit not to store necessary |
| 1712 | * information in the lowcore. |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1713 | * Bits 53, 54, 62 and 63 are used to indicate the page type. |
| 1714 | * A swap pte is indicated by bit pattern (pte & 0x603) == 0x402 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1715 | * This leaves the bits 0-51 and bits 56-61 to store type and offset. |
| 1716 | * We use the 5 bits from 57-61 for the type and the 53 bits from 0-51 |
| 1717 | * plus 56 for the offset. |
| 1718 | * | offset |0110|o|type |00| |
| 1719 | * 0000000000111111111122222222223333333333444444444455 5555 5 55566 66 |
| 1720 | * 0123456789012345678901234567890123456789012345678901 2345 6 78901 23 |
| 1721 | */ |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 1722 | #ifndef CONFIG_64BIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1723 | #define __SWP_OFFSET_MASK (~0UL >> 12) |
| 1724 | #else |
| 1725 | #define __SWP_OFFSET_MASK (~0UL >> 11) |
| 1726 | #endif |
Adrian Bunk | 4448aaf | 2005-11-08 21:34:42 -0800 | [diff] [blame] | 1727 | static inline pte_t mk_swap_pte(unsigned long type, unsigned long offset) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1728 | { |
| 1729 | pte_t pte; |
| 1730 | offset &= __SWP_OFFSET_MASK; |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1731 | pte_val(pte) = _PAGE_INVALID | _PAGE_TYPE | ((type & 0x1f) << 2) | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1732 | ((offset & 1UL) << 7) | ((offset & ~1UL) << 11); |
| 1733 | return pte; |
| 1734 | } |
| 1735 | |
| 1736 | #define __swp_type(entry) (((entry).val >> 2) & 0x1f) |
| 1737 | #define __swp_offset(entry) (((entry).val >> 11) | (((entry).val >> 7) & 1)) |
| 1738 | #define __swp_entry(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) }) |
| 1739 | |
| 1740 | #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) |
| 1741 | #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) |
| 1742 | |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 1743 | #ifndef CONFIG_64BIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1744 | # define PTE_FILE_MAX_BITS 26 |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 1745 | #else /* CONFIG_64BIT */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1746 | # define PTE_FILE_MAX_BITS 59 |
Heiko Carstens | f4815ac | 2012-05-23 16:24:51 +0200 | [diff] [blame] | 1747 | #endif /* CONFIG_64BIT */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1748 | |
| 1749 | #define pte_to_pgoff(__pte) \ |
| 1750 | ((((__pte).pte >> 12) << 7) + (((__pte).pte >> 1) & 0x7f)) |
| 1751 | |
| 1752 | #define pgoff_to_pte(__off) \ |
| 1753 | ((pte_t) { ((((__off) & 0x7f) << 1) + (((__off) >> 7) << 12)) \ |
Martin Schwidefsky | e509861 | 2013-07-23 20:57:57 +0200 | [diff] [blame] | 1754 | | _PAGE_INVALID | _PAGE_PROTECT }) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1755 | |
| 1756 | #endif /* !__ASSEMBLY__ */ |
| 1757 | |
| 1758 | #define kern_addr_valid(addr) (1) |
| 1759 | |
Heiko Carstens | 17f3458 | 2008-04-30 13:38:47 +0200 | [diff] [blame] | 1760 | extern int vmem_add_mapping(unsigned long start, unsigned long size); |
| 1761 | extern int vmem_remove_mapping(unsigned long start, unsigned long size); |
Carsten Otte | 402b086 | 2008-03-25 18:47:10 +0100 | [diff] [blame] | 1762 | extern int s390_enable_sie(void); |
Dominik Dingel | 934bc13 | 2014-01-14 18:10:17 +0100 | [diff] [blame] | 1763 | extern void s390_enable_skey(void); |
Heiko Carstens | f4eb07c | 2006-12-08 15:56:07 +0100 | [diff] [blame] | 1764 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1765 | /* |
| 1766 | * No page table caches to initialise |
| 1767 | */ |
Heiko Carstens | 765a0ca | 2013-03-23 10:29:01 +0100 | [diff] [blame] | 1768 | static inline void pgtable_cache_init(void) { } |
| 1769 | static inline void check_pgt_cache(void) { } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1770 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1771 | #include <asm-generic/pgtable.h> |
| 1772 | |
| 1773 | #endif /* _S390_PAGE_H */ |