blob: 7197b72508951b68b7a1cc91087e29675bea183f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* clear_page.S: UltraSparc optimized copy page.
2 *
3 * Copyright (C) 1996, 1998, 1999, 2000, 2004 David S. Miller (davem@redhat.com)
4 * Copyright (C) 1997 Jakub Jelinek (jakub@redhat.com)
5 */
6
7#include <asm/visasm.h>
8#include <asm/thread_info.h>
9#include <asm/page.h>
10#include <asm/pgtable.h>
11#include <asm/spitfire.h>
12#include <asm/head.h>
Al Virod3867f042016-01-16 21:39:30 -050013#include <asm/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
15 /* What we used to do was lock a TLB entry into a specific
16 * TLB slot, clear the page with interrupts disabled, then
17 * restore the original TLB entry. This was great for
18 * disturbing the TLB as little as possible, but it meant
19 * we had to keep interrupts disabled for a long time.
20 *
21 * Now, we simply use the normal TLB loading mechanism,
22 * and this makes the cpu choose a slot all by itself.
23 * Then we do a normal TLB flush on exit. We need only
24 * disable preemption during the clear.
25 */
26
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#define DCACHE_SIZE (PAGE_SIZE * 2)
28
David S. Millerf7fe9332008-07-17 23:43:55 -070029#if (PAGE_SHIFT == 13)
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#define PAGE_SIZE_REM 0x80
David S. Millerf7fe9332008-07-17 23:43:55 -070031#elif (PAGE_SHIFT == 16)
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#define PAGE_SIZE_REM 0x100
33#else
34#error Wrong PAGE_SHIFT specified
35#endif
36
37#define TOUCH(reg0, reg1, reg2, reg3, reg4, reg5, reg6, reg7) \
David S. Miller6f1d8272012-06-27 01:25:23 -070038 fsrc2 %reg0, %f48; fsrc2 %reg1, %f50; \
39 fsrc2 %reg2, %f52; fsrc2 %reg3, %f54; \
40 fsrc2 %reg4, %f56; fsrc2 %reg5, %f58; \
41 fsrc2 %reg6, %f60; fsrc2 %reg7, %f62;
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
43 .text
44
45 .align 32
46 .globl copy_user_page
47 .type copy_user_page,#function
Al Virod3867f042016-01-16 21:39:30 -050048 EXPORT_SYMBOL(copy_user_page)
Linus Torvalds1da177e2005-04-16 15:20:36 -070049copy_user_page: /* %o0=dest, %o1=src, %o2=vaddr */
50 lduw [%g6 + TI_PRE_COUNT], %o4
David S. Millerb2d43832013-09-20 21:50:41 -070051 sethi %hi(PAGE_OFFSET), %g2
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 sethi %hi(PAGE_SIZE), %o3
53
David S. Millerb2d43832013-09-20 21:50:41 -070054 ldx [%g2 + %lo(PAGE_OFFSET)], %g2
David S. Millerc4bce902006-02-11 21:57:54 -080055 sethi %hi(PAGE_KERNEL_LOCKED), %g3
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
David S. Millerc4bce902006-02-11 21:57:54 -080057 ldx [%g3 + %lo(PAGE_KERNEL_LOCKED)], %g3
Linus Torvalds1da177e2005-04-16 15:20:36 -070058 sub %o0, %g2, %g1 ! dest paddr
59
60 sub %o1, %g2, %g2 ! src paddr
Linus Torvalds1da177e2005-04-16 15:20:36 -070061
62 and %o2, %o3, %o0 ! vaddr D-cache alias bit
63 or %g1, %g3, %g1 ! dest TTE data
64
65 or %g2, %g3, %g2 ! src TTE data
66 sethi %hi(TLBTEMP_BASE), %o3
67
68 sethi %hi(DCACHE_SIZE), %o1
69 add %o0, %o3, %o0 ! dest TTE vaddr
70
71 add %o4, 1, %o2
72 add %o0, %o1, %o1 ! src TTE vaddr
73
74 /* Disable preemption. */
75 mov TLB_TAG_ACCESS, %g3
76 stw %o2, [%g6 + TI_PRE_COUNT]
77
78 /* Load TLB entries. */
79 rdpr %pstate, %o2
80 wrpr %o2, PSTATE_IE, %pstate
81 stxa %o0, [%g3] ASI_DMMU
82 stxa %g1, [%g0] ASI_DTLB_DATA_IN
83 membar #Sync
84 stxa %o1, [%g3] ASI_DMMU
85 stxa %g2, [%g0] ASI_DTLB_DATA_IN
86 membar #Sync
87 wrpr %o2, 0x0, %pstate
88
David S. Millerdbd2fdf2005-08-30 11:26:15 -070089cheetah_copy_page_insn:
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 ba,pt %xcc, 9f
91 nop
92
931:
94 VISEntryHalf
95 membar #StoreLoad | #StoreStore | #LoadStore
96 sethi %hi((PAGE_SIZE/64)-2), %o2
97 mov %o0, %g1
98 prefetch [%o1 + 0x000], #one_read
99 or %o2, %lo((PAGE_SIZE/64)-2), %o2
100 prefetch [%o1 + 0x040], #one_read
101 prefetch [%o1 + 0x080], #one_read
102 prefetch [%o1 + 0x0c0], #one_read
103 ldd [%o1 + 0x000], %f0
104 prefetch [%o1 + 0x100], #one_read
105 ldd [%o1 + 0x008], %f2
106 prefetch [%o1 + 0x140], #one_read
107 ldd [%o1 + 0x010], %f4
108 prefetch [%o1 + 0x180], #one_read
David S. Miller6f1d8272012-06-27 01:25:23 -0700109 fsrc2 %f0, %f16
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 ldd [%o1 + 0x018], %f6
David S. Miller6f1d8272012-06-27 01:25:23 -0700111 fsrc2 %f2, %f18
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 ldd [%o1 + 0x020], %f8
David S. Miller6f1d8272012-06-27 01:25:23 -0700113 fsrc2 %f4, %f20
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 ldd [%o1 + 0x028], %f10
David S. Miller6f1d8272012-06-27 01:25:23 -0700115 fsrc2 %f6, %f22
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116 ldd [%o1 + 0x030], %f12
David S. Miller6f1d8272012-06-27 01:25:23 -0700117 fsrc2 %f8, %f24
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118 ldd [%o1 + 0x038], %f14
David S. Miller6f1d8272012-06-27 01:25:23 -0700119 fsrc2 %f10, %f26
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120 ldd [%o1 + 0x040], %f0
1211: ldd [%o1 + 0x048], %f2
David S. Miller6f1d8272012-06-27 01:25:23 -0700122 fsrc2 %f12, %f28
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123 ldd [%o1 + 0x050], %f4
David S. Miller6f1d8272012-06-27 01:25:23 -0700124 fsrc2 %f14, %f30
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125 stda %f16, [%o0] ASI_BLK_P
126 ldd [%o1 + 0x058], %f6
David S. Miller6f1d8272012-06-27 01:25:23 -0700127 fsrc2 %f0, %f16
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128 ldd [%o1 + 0x060], %f8
David S. Miller6f1d8272012-06-27 01:25:23 -0700129 fsrc2 %f2, %f18
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 ldd [%o1 + 0x068], %f10
David S. Miller6f1d8272012-06-27 01:25:23 -0700131 fsrc2 %f4, %f20
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 ldd [%o1 + 0x070], %f12
David S. Miller6f1d8272012-06-27 01:25:23 -0700133 fsrc2 %f6, %f22
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134 ldd [%o1 + 0x078], %f14
David S. Miller6f1d8272012-06-27 01:25:23 -0700135 fsrc2 %f8, %f24
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 ldd [%o1 + 0x080], %f0
137 prefetch [%o1 + 0x180], #one_read
David S. Miller6f1d8272012-06-27 01:25:23 -0700138 fsrc2 %f10, %f26
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139 subcc %o2, 1, %o2
140 add %o0, 0x40, %o0
141 bne,pt %xcc, 1b
142 add %o1, 0x40, %o1
143
144 ldd [%o1 + 0x048], %f2
David S. Miller6f1d8272012-06-27 01:25:23 -0700145 fsrc2 %f12, %f28
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146 ldd [%o1 + 0x050], %f4
David S. Miller6f1d8272012-06-27 01:25:23 -0700147 fsrc2 %f14, %f30
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148 stda %f16, [%o0] ASI_BLK_P
149 ldd [%o1 + 0x058], %f6
David S. Miller6f1d8272012-06-27 01:25:23 -0700150 fsrc2 %f0, %f16
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 ldd [%o1 + 0x060], %f8
David S. Miller6f1d8272012-06-27 01:25:23 -0700152 fsrc2 %f2, %f18
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 ldd [%o1 + 0x068], %f10
David S. Miller6f1d8272012-06-27 01:25:23 -0700154 fsrc2 %f4, %f20
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155 ldd [%o1 + 0x070], %f12
David S. Miller6f1d8272012-06-27 01:25:23 -0700156 fsrc2 %f6, %f22
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157 add %o0, 0x40, %o0
158 ldd [%o1 + 0x078], %f14
David S. Miller6f1d8272012-06-27 01:25:23 -0700159 fsrc2 %f8, %f24
160 fsrc2 %f10, %f26
161 fsrc2 %f12, %f28
162 fsrc2 %f14, %f30
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163 stda %f16, [%o0] ASI_BLK_P
164 membar #Sync
165 VISExitHalf
166 ba,pt %xcc, 5f
167 nop
168
1699:
170 VISEntry
171 ldub [%g6 + TI_FAULT_CODE], %g3
172 mov %o0, %g1
173 cmp %g3, 0
174 rd %asi, %g3
175 be,a,pt %icc, 1f
176 wr %g0, ASI_BLK_P, %asi
177 wr %g0, ASI_BLK_COMMIT_P, %asi
1781: ldda [%o1] ASI_BLK_P, %f0
179 add %o1, 0x40, %o1
180 ldda [%o1] ASI_BLK_P, %f16
181 add %o1, 0x40, %o1
182 sethi %hi(PAGE_SIZE), %o2
1831: TOUCH(f0, f2, f4, f6, f8, f10, f12, f14)
184 ldda [%o1] ASI_BLK_P, %f32
185 stda %f48, [%o0] %asi
186 add %o1, 0x40, %o1
187 sub %o2, 0x40, %o2
188 add %o0, 0x40, %o0
189 TOUCH(f16, f18, f20, f22, f24, f26, f28, f30)
190 ldda [%o1] ASI_BLK_P, %f0
191 stda %f48, [%o0] %asi
192 add %o1, 0x40, %o1
193 sub %o2, 0x40, %o2
194 add %o0, 0x40, %o0
195 TOUCH(f32, f34, f36, f38, f40, f42, f44, f46)
196 ldda [%o1] ASI_BLK_P, %f16
197 stda %f48, [%o0] %asi
198 sub %o2, 0x40, %o2
199 add %o1, 0x40, %o1
200 cmp %o2, PAGE_SIZE_REM
201 bne,pt %xcc, 1b
202 add %o0, 0x40, %o0
David S. Millerf7fe9332008-07-17 23:43:55 -0700203#if (PAGE_SHIFT == 16)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 TOUCH(f0, f2, f4, f6, f8, f10, f12, f14)
205 ldda [%o1] ASI_BLK_P, %f32
206 stda %f48, [%o0] %asi
207 add %o1, 0x40, %o1
208 sub %o2, 0x40, %o2
209 add %o0, 0x40, %o0
210 TOUCH(f16, f18, f20, f22, f24, f26, f28, f30)
211 ldda [%o1] ASI_BLK_P, %f0
212 stda %f48, [%o0] %asi
213 add %o1, 0x40, %o1
214 sub %o2, 0x40, %o2
215 add %o0, 0x40, %o0
216 membar #Sync
217 stda %f32, [%o0] %asi
218 add %o0, 0x40, %o0
219 stda %f0, [%o0] %asi
220#else
221 membar #Sync
222 stda %f0, [%o0] %asi
223 add %o0, 0x40, %o0
224 stda %f16, [%o0] %asi
225#endif
226 membar #Sync
227 wr %g3, 0x0, %asi
228 VISExit
229
2305:
231 stxa %g0, [%g1] ASI_DMMU_DEMAP
232 membar #Sync
233
234 sethi %hi(DCACHE_SIZE), %g2
235 stxa %g0, [%g1 + %g2] ASI_DMMU_DEMAP
236 membar #Sync
237
238 retl
239 stw %o4, [%g6 + TI_PRE_COUNT]
240
241 .size copy_user_page, .-copy_user_page
David S. Millerdbd2fdf2005-08-30 11:26:15 -0700242
243 .globl cheetah_patch_copy_page
244cheetah_patch_copy_page:
245 sethi %hi(0x01000000), %o1 ! NOP
246 sethi %hi(cheetah_copy_page_insn), %o0
247 or %o0, %lo(cheetah_copy_page_insn), %o0
248 stw %o1, [%o0]
249 membar #StoreStore
250 flush %o0
251 retl
252 nop