]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - arch/powerpc/kernel/head_fsl_booke.S
Merge branches 'for-5.1/upstream-fixes', 'for-5.2/core', 'for-5.2/ish', 'for-5.2...
[mirror_ubuntu-kernels.git] / arch / powerpc / kernel / head_fsl_booke.S
CommitLineData
14cf11af 1/*
14cf11af
PM
2 * Kernel execution entry point code.
3 *
4 * Copyright (c) 1995-1996 Gary Thomas <gdt@linuxppc.org>
3c5df5c2 5 * Initial PowerPC version.
14cf11af 6 * Copyright (c) 1996 Cort Dougan <cort@cs.nmt.edu>
3c5df5c2 7 * Rewritten for PReP
14cf11af 8 * Copyright (c) 1996 Paul Mackerras <paulus@cs.anu.edu.au>
3c5df5c2 9 * Low-level exception handers, MMU support, and rewrite.
14cf11af 10 * Copyright (c) 1997 Dan Malek <dmalek@jlc.net>
3c5df5c2 11 * PowerPC 8xx modifications.
14cf11af 12 * Copyright (c) 1998-1999 TiVo, Inc.
3c5df5c2 13 * PowerPC 403GCX modifications.
14cf11af 14 * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu>
3c5df5c2 15 * PowerPC 403GCX/405GP modifications.
14cf11af
PM
16 * Copyright 2000 MontaVista Software Inc.
17 * PPC405 modifications
3c5df5c2
KG
18 * PowerPC 403GCX/405GP modifications.
19 * Author: MontaVista Software, Inc.
20 * frank_rowand@mvista.com or source@mvista.com
21 * debbie_chu@mvista.com
14cf11af 22 * Copyright 2002-2004 MontaVista Software, Inc.
3c5df5c2 23 * PowerPC 44x support, Matt Porter <mporter@kernel.crashing.org>
14cf11af 24 * Copyright 2004 Freescale Semiconductor, Inc
3c5df5c2 25 * PowerPC e500 modifications, Kumar Gala <galak@kernel.crashing.org>
14cf11af
PM
26 *
27 * This program is free software; you can redistribute it and/or modify it
28 * under the terms of the GNU General Public License as published by the
29 * Free Software Foundation; either version 2 of the License, or (at your
30 * option) any later version.
31 */
32
e7039845 33#include <linux/init.h>
14cf11af
PM
34#include <linux/threads.h>
35#include <asm/processor.h>
36#include <asm/page.h>
37#include <asm/mmu.h>
38#include <asm/pgtable.h>
39#include <asm/cputable.h>
40#include <asm/thread_info.h>
41#include <asm/ppc_asm.h>
42#include <asm/asm-offsets.h>
fc4033b2 43#include <asm/cache.h>
46f52210 44#include <asm/ptrace.h>
9445aa1a 45#include <asm/export.h>
2c86cd18 46#include <asm/feature-fixups.h>
14cf11af
PM
47#include "head_booke.h"
48
49/* As with the other PowerPC ports, it is expected that when code
50 * execution begins here, the following registers contain valid, yet
51 * optional, information:
52 *
53 * r3 - Board info structure pointer (DRAM, frequency, MAC address, etc.)
54 * r4 - Starting address of the init RAM disk
55 * r5 - Ending address of the init RAM disk
56 * r6 - Start of kernel command line string (e.g. "mem=128")
57 * r7 - End of kernel command line string
58 *
59 */
e7039845 60 __HEAD
748a7683
KG
61_ENTRY(_stext);
62_ENTRY(_start);
14cf11af
PM
63 /*
64 * Reserve a word at a fixed location to store the address
65 * of abatron_pteptrs
66 */
67 nop
6dece0eb
SW
68
69 /* Translate device tree address to physical, save in r30/r31 */
99739611
KH
70 bl get_phys_addr
71 mr r30,r3
72 mr r31,r4
6dece0eb
SW
73
74 li r25,0 /* phys kernel start (low) */
75 li r24,0 /* CPU number */
76 li r23,0 /* phys kernel start (high) */
14cf11af 77
dd189692
KH
78#ifdef CONFIG_RELOCATABLE
79 LOAD_REG_ADDR_PIC(r3, _stext) /* Get our current runtime base */
80
81 /* Translate _stext address to physical, save in r23/r25 */
82 bl get_phys_addr
83 mr r23,r3
84 mr r25,r4
85
7d2471f9
KH
86 bl 0f
870: mflr r8
88 addis r3,r8,(is_second_reloc - 0b)@ha
89 lwz r19,(is_second_reloc - 0b)@l(r3)
90
91 /* Check if this is the second relocation. */
92 cmpwi r19,1
93 bne 1f
94
95 /*
96 * For the second relocation, we already get the real memstart_addr
97 * from device tree. So we will map PAGE_OFFSET to memstart_addr,
98 * then the virtual address of start kernel should be:
99 * PAGE_OFFSET + (kernstart_addr - memstart_addr)
100 * Since the offset between kernstart_addr and memstart_addr should
101 * never be beyond 1G, so we can just use the lower 32bit of them
102 * for the calculation.
103 */
104 lis r3,PAGE_OFFSET@h
105
106 addis r4,r8,(kernstart_addr - 0b)@ha
107 addi r4,r4,(kernstart_addr - 0b)@l
108 lwz r5,4(r4)
109
110 addis r6,r8,(memstart_addr - 0b)@ha
111 addi r6,r6,(memstart_addr - 0b)@l
112 lwz r7,4(r6)
113
114 subf r5,r7,r5
115 add r3,r3,r5
116 b 2f
117
1181:
dd189692
KH
119 /*
120 * We have the runtime (virutal) address of our base.
121 * We calculate our shift of offset from a 64M page.
122 * We could map the 64M page we belong to at PAGE_OFFSET and
123 * get going from there.
124 */
125 lis r4,KERNELBASE@h
126 ori r4,r4,KERNELBASE@l
127 rlwinm r6,r25,0,0x3ffffff /* r6 = PHYS_START % 64M */
128 rlwinm r5,r4,0,0x3ffffff /* r5 = KERNELBASE % 64M */
129 subf r3,r5,r6 /* r3 = r6 - r5 */
130 add r3,r4,r3 /* Required Virtual Address */
131
7d2471f9
KH
1322: bl relocate
133
134 /*
135 * For the second relocation, we already set the right tlb entries
136 * for the kernel space, so skip the code in fsl_booke_entry_mapping.S
137 */
138 cmpwi r19,1
139 beq set_ivor
dd189692
KH
140#endif
141
14cf11af
PM
142/* We try to not make any assumptions about how the boot loader
143 * setup or used the TLBs. We invalidate all mappings from the
144 * boot loader and load a single entry in TLB1[0] to map the
e8b63761
DF
145 * first 64M of kernel memory. Any boot info passed from the
146 * bootloader needs to live in this first 64M.
14cf11af
PM
147 *
148 * Requirement on bootloader:
149 * - The page we're executing in needs to reside in TLB1 and
150 * have IPROT=1. If not an invalidate broadcast could
151 * evict the entry we're currently executing in.
152 *
153 * r3 = Index of TLB1 were executing in
154 * r4 = Current MSR[IS]
155 * r5 = Index of TLB1 temp mapping
156 *
157 * Later in mapin_ram we will correctly map lowmem, and resize TLB1[0]
158 * if needed
159 */
160
d5b26db2 161_ENTRY(__early_start)
105c31df 162
b3df895a 163#define ENTRY_MAPPING_BOOT_SETUP
7c08ce71 164#include "fsl_booke_entry_mapping.S"
b3df895a 165#undef ENTRY_MAPPING_BOOT_SETUP
14cf11af 166
7d2471f9 167set_ivor:
14cf11af
PM
168 /* Establish the interrupt vector offsets */
169 SET_IVOR(0, CriticalInput);
170 SET_IVOR(1, MachineCheck);
171 SET_IVOR(2, DataStorage);
172 SET_IVOR(3, InstructionStorage);
173 SET_IVOR(4, ExternalInput);
174 SET_IVOR(5, Alignment);
175 SET_IVOR(6, Program);
176 SET_IVOR(7, FloatingPointUnavailable);
177 SET_IVOR(8, SystemCall);
178 SET_IVOR(9, AuxillaryProcessorUnavailable);
179 SET_IVOR(10, Decrementer);
180 SET_IVOR(11, FixedIntervalTimer);
181 SET_IVOR(12, WatchdogTimer);
182 SET_IVOR(13, DataTLBError);
183 SET_IVOR(14, InstructionTLBError);
eb0cd5fd 184 SET_IVOR(15, DebugCrit);
14cf11af
PM
185
186 /* Establish the interrupt vector base */
187 lis r4,interrupt_base@h /* IVPR only uses the high 16-bits */
188 mtspr SPRN_IVPR,r4
189
190 /* Setup the defaults for TLB entries */
d66c82ea 191 li r2,(MAS4_TSIZED(BOOK3E_PAGESZ_4K))@l
14cf11af
PM
192#ifdef CONFIG_E200
193 oris r2,r2,MAS4_TLBSELD(1)@h
194#endif
3c5df5c2 195 mtspr SPRN_MAS4, r2
14cf11af 196
14cf11af
PM
197#if !defined(CONFIG_BDI_SWITCH)
198 /*
199 * The Abatron BDI JTAG debugger does not tolerate others
200 * mucking with the debug registers.
201 */
202 lis r2,DBCR0_IDM@h
203 mtspr SPRN_DBCR0,r2
a7cb0337 204 isync
14cf11af
PM
205 /* clear any residual debug events */
206 li r2,-1
207 mtspr SPRN_DBSR,r2
208#endif
209
d5b26db2
KG
210#ifdef CONFIG_SMP
211 /* Check to see if we're the second processor, and jump
212 * to the secondary_start code if so
213 */
0be7d969 214 LOAD_REG_ADDR_PIC(r24, boot_cpuid)
2ed38b23
MM
215 lwz r24, 0(r24)
216 cmpwi r24, -1
217 mfspr r24,SPRN_PIR
d5b26db2
KG
218 bne __secondary_start
219#endif
220
14cf11af
PM
221 /*
222 * This is where the main kernel code starts.
223 */
224
225 /* ptr to current */
226 lis r2,init_task@h
227 ori r2,r2,init_task@l
228
229 /* ptr to current thread */
230 addi r4,r2,THREAD /* init task's THREAD */
ee43eb78 231 mtspr SPRN_SPRG_THREAD,r4
14cf11af
PM
232
233 /* stack */
234 lis r1,init_thread_union@h
235 ori r1,r1,init_thread_union@l
236 li r0,0
237 stwu r0,THREAD_SIZE-STACK_FRAME_OVERHEAD(r1)
238
05486089 239#ifdef CONFIG_SMP
f7354cca 240 stw r24, TASK_CPU(r2)
05486089 241#endif
2ed38b23 242
14cf11af
PM
243 bl early_init
244
dd189692 245#ifdef CONFIG_RELOCATABLE
7d2471f9
KH
246 mr r3,r30
247 mr r4,r31
dd189692 248#ifdef CONFIG_PHYS_64BIT
7d2471f9
KH
249 mr r5,r23
250 mr r6,r25
dd189692 251#else
7d2471f9 252 mr r5,r25
dd189692
KH
253#endif
254 bl relocate_init
255#endif
256
0f890c8d 257#ifdef CONFIG_DYNAMIC_MEMSTART
37dd2bad
KG
258 lis r3,kernstart_addr@ha
259 la r3,kernstart_addr@l(r3)
260#ifdef CONFIG_PHYS_64BIT
261 stw r23,0(r3)
262 stw r25,4(r3)
263#else
264 stw r25,0(r3)
265#endif
266#endif
267
14cf11af
PM
268/*
269 * Decide what sort of machine this is and initialize the MMU.
270 */
6dece0eb
SW
271 mr r3,r30
272 mr r4,r31
14cf11af
PM
273 bl machine_init
274 bl MMU_init
275
276 /* Setup PTE pointers for the Abatron bdiGDB */
277 lis r6, swapper_pg_dir@h
278 ori r6, r6, swapper_pg_dir@l
279 lis r5, abatron_pteptrs@h
280 ori r5, r5, abatron_pteptrs@l
281 lis r4, KERNELBASE@h
282 ori r4, r4, KERNELBASE@l
283 stw r5, 0(r4) /* Save abatron_pteptrs at a fixed location */
284 stw r6, 0(r5)
285
286 /* Let's move on */
287 lis r4,start_kernel@h
288 ori r4,r4,start_kernel@l
289 lis r3,MSR_KERNEL@h
290 ori r3,r3,MSR_KERNEL@l
291 mtspr SPRN_SRR0,r4
292 mtspr SPRN_SRR1,r3
293 rfi /* change context and jump to start_kernel */
294
295/* Macros to hide the PTE size differences
296 *
297 * FIND_PTE -- walks the page tables given EA & pgdir pointer
298 * r10 -- EA of fault
299 * r11 -- PGDIR pointer
300 * r12 -- free
301 * label 2: is the bailout case
302 *
303 * if we find the pte (fall through):
304 * r11 is low pte word
305 * r12 is pointer to the pte
41151e77 306 * r10 is the pshift from the PGD, if we're a hugepage
14cf11af
PM
307 */
308#ifdef CONFIG_PTE_64BIT
41151e77
BB
309#ifdef CONFIG_HUGETLB_PAGE
310#define FIND_PTE \
311 rlwinm r12, r10, 13, 19, 29; /* Compute pgdir/pmd offset */ \
312 lwzx r11, r12, r11; /* Get pgd/pmd entry */ \
313 rlwinm. r12, r11, 0, 0, 20; /* Extract pt base address */ \
314 blt 1000f; /* Normal non-huge page */ \
315 beq 2f; /* Bail if no table */ \
316 oris r11, r11, PD_HUGE@h; /* Put back address bit */ \
317 andi. r10, r11, HUGEPD_SHIFT_MASK@l; /* extract size field */ \
318 xor r12, r10, r11; /* drop size bits from pointer */ \
319 b 1001f; \
3201000: rlwimi r12, r10, 23, 20, 28; /* Compute pte address */ \
321 li r10, 0; /* clear r10 */ \
3221001: lwz r11, 4(r12); /* Get pte entry */
323#else
14cf11af 324#define FIND_PTE \
3c5df5c2 325 rlwinm r12, r10, 13, 19, 29; /* Compute pgdir/pmd offset */ \
14cf11af
PM
326 lwzx r11, r12, r11; /* Get pgd/pmd entry */ \
327 rlwinm. r12, r11, 0, 0, 20; /* Extract pt base address */ \
328 beq 2f; /* Bail if no table */ \
329 rlwimi r12, r10, 23, 20, 28; /* Compute pte address */ \
330 lwz r11, 4(r12); /* Get pte entry */
41151e77
BB
331#endif /* HUGEPAGE */
332#else /* !PTE_64BIT */
14cf11af
PM
333#define FIND_PTE \
334 rlwimi r11, r10, 12, 20, 29; /* Create L1 (pgdir/pmd) address */ \
335 lwz r11, 0(r11); /* Get L1 entry */ \
336 rlwinm. r12, r11, 0, 0, 19; /* Extract L2 (pte) base address */ \
337 beq 2f; /* Bail if no table */ \
338 rlwimi r12, r10, 22, 20, 29; /* Compute PTE address */ \
339 lwz r11, 0(r12); /* Get Linux PTE */
340#endif
341
342/*
343 * Interrupt vector entry code
344 *
345 * The Book E MMUs are always on so we don't need to handle
346 * interrupts in real mode as with previous PPC processors. In
347 * this case we handle interrupts in the kernel virtual address
348 * space.
349 *
350 * Interrupt vectors are dynamically placed relative to the
351 * interrupt prefix as determined by the address of interrupt_base.
352 * The interrupt vectors offsets are programmed using the labels
353 * for each interrupt vector entry.
354 *
355 * Interrupt vectors must be aligned on a 16 byte boundary.
356 * We align on a 32 byte cache line boundary for good measure.
357 */
358
359interrupt_base:
360 /* Critical Input Interrupt */
cfac5784 361 CRITICAL_EXCEPTION(0x0100, CRITICAL, CriticalInput, unknown_exception)
14cf11af
PM
362
363 /* Machine Check Interrupt */
364#ifdef CONFIG_E200
365 /* no RFMCI, MCSRRs on E200 */
cfac5784
SW
366 CRITICAL_EXCEPTION(0x0200, MACHINE_CHECK, MachineCheck, \
367 machine_check_exception)
14cf11af 368#else
dc1c1ca3 369 MCHECK_EXCEPTION(0x0200, MachineCheck, machine_check_exception)
14cf11af
PM
370#endif
371
372 /* Data Storage Interrupt */
373 START_EXCEPTION(DataStorage)
cfac5784 374 NORMAL_EXCEPTION_PROLOG(DATA_STORAGE)
6cfd8990
KG
375 mfspr r5,SPRN_ESR /* Grab the ESR, save it, pass arg3 */
376 stw r5,_ESR(r11)
377 mfspr r4,SPRN_DEAR /* Grab the DEAR, save it, pass arg2 */
378 andis. r10,r5,(ESR_ILK|ESR_DLK)@h
379 bne 1f
a546498f 380 EXC_XFER_LITE(0x0300, handle_page_fault)
6cfd8990
KG
3811:
382 addi r3,r1,STACK_FRAME_OVERHEAD
383 EXC_XFER_EE_LITE(0x0300, CacheLockingException)
14cf11af
PM
384
385 /* Instruction Storage Interrupt */
386 INSTRUCTION_STORAGE_EXCEPTION
387
388 /* External Input Interrupt */
cfac5784 389 EXCEPTION(0x0500, EXTERNAL, ExternalInput, do_IRQ, EXC_XFER_LITE)
14cf11af
PM
390
391 /* Alignment Interrupt */
392 ALIGNMENT_EXCEPTION
393
394 /* Program Interrupt */
395 PROGRAM_EXCEPTION
396
397 /* Floating Point Unavailable Interrupt */
398#ifdef CONFIG_PPC_FPU
399 FP_UNAVAILABLE_EXCEPTION
400#else
401#ifdef CONFIG_E200
402 /* E200 treats 'normal' floating point instructions as FP Unavail exception */
cfac5784
SW
403 EXCEPTION(0x0800, FP_UNAVAIL, FloatingPointUnavailable, \
404 program_check_exception, EXC_XFER_EE)
14cf11af 405#else
cfac5784
SW
406 EXCEPTION(0x0800, FP_UNAVAIL, FloatingPointUnavailable, \
407 unknown_exception, EXC_XFER_EE)
14cf11af
PM
408#endif
409#endif
410
411 /* System Call Interrupt */
412 START_EXCEPTION(SystemCall)
cfac5784 413 NORMAL_EXCEPTION_PROLOG(SYSCALL)
14cf11af
PM
414 EXC_XFER_EE_LITE(0x0c00, DoSyscall)
415
25985edc 416 /* Auxiliary Processor Unavailable Interrupt */
cfac5784
SW
417 EXCEPTION(0x2900, AP_UNAVAIL, AuxillaryProcessorUnavailable, \
418 unknown_exception, EXC_XFER_EE)
14cf11af
PM
419
420 /* Decrementer Interrupt */
421 DECREMENTER_EXCEPTION
422
423 /* Fixed Internal Timer Interrupt */
424 /* TODO: Add FIT support */
cfac5784
SW
425 EXCEPTION(0x3100, FIT, FixedIntervalTimer, \
426 unknown_exception, EXC_XFER_EE)
14cf11af
PM
427
428 /* Watchdog Timer Interrupt */
429#ifdef CONFIG_BOOKE_WDT
cfac5784 430 CRITICAL_EXCEPTION(0x3200, WATCHDOG, WatchdogTimer, WatchdogException)
14cf11af 431#else
cfac5784 432 CRITICAL_EXCEPTION(0x3200, WATCHDOG, WatchdogTimer, unknown_exception)
14cf11af
PM
433#endif
434
435 /* Data TLB Error Interrupt */
436 START_EXCEPTION(DataTLBError)
ee43eb78 437 mtspr SPRN_SPRG_WSCRATCH0, r10 /* Save some working registers */
1325a684
AK
438 mfspr r10, SPRN_SPRG_THREAD
439 stw r11, THREAD_NORMSAVE(0)(r10)
73196cd3
SW
440#ifdef CONFIG_KVM_BOOKE_HV
441BEGIN_FTR_SECTION
442 mfspr r11, SPRN_SRR1
443END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV)
444#endif
1325a684
AK
445 stw r12, THREAD_NORMSAVE(1)(r10)
446 stw r13, THREAD_NORMSAVE(2)(r10)
447 mfcr r13
448 stw r13, THREAD_NORMSAVE(3)(r10)
73196cd3 449 DO_KVM BOOKE_INTERRUPT_DTLB_MISS SPRN_SRR1
7fef4362
DC
450START_BTB_FLUSH_SECTION
451 mfspr r11, SPRN_SRR1
452 andi. r10,r11,MSR_PR
453 beq 1f
454 BTB_FLUSH(r10)
4551:
456END_BTB_FLUSH_SECTION
14cf11af
PM
457 mfspr r10, SPRN_DEAR /* Get faulting address */
458
459 /* If we are faulting a kernel address, we have to use the
460 * kernel page tables.
461 */
8a13c4f9 462 lis r11, PAGE_OFFSET@h
14cf11af
PM
463 cmplw 5, r10, r11
464 blt 5, 3f
465 lis r11, swapper_pg_dir@h
466 ori r11, r11, swapper_pg_dir@l
467
468 mfspr r12,SPRN_MAS1 /* Set TID to 0 */
469 rlwinm r12,r12,0,16,1
470 mtspr SPRN_MAS1,r12
471
472 b 4f
473
474 /* Get the PGD for the current thread */
4753:
ee43eb78 476 mfspr r11,SPRN_SPRG_THREAD
14cf11af
PM
477 lwz r11,PGDIR(r11)
478
4794:
6cfd8990
KG
480 /* Mask of required permission bits. Note that while we
481 * do copy ESR:ST to _PAGE_RW position as trying to write
482 * to an RO page is pretty common, we don't do it with
483 * _PAGE_DIRTY. We could do it, but it's a fairly rare
484 * event so I'd rather take the overhead when it happens
485 * rather than adding an instruction here. We should measure
486 * whether the whole thing is worth it in the first place
487 * as we could avoid loading SPRN_ESR completely in the first
488 * place...
489 *
490 * TODO: Is it worth doing that mfspr & rlwimi in the first
491 * place or can we save a couple of instructions here ?
492 */
493 mfspr r12,SPRN_ESR
76acc2c1
KG
494#ifdef CONFIG_PTE_64BIT
495 li r13,_PAGE_PRESENT
496 oris r13,r13,_PAGE_ACCESSED@h
497#else
6cfd8990 498 li r13,_PAGE_PRESENT|_PAGE_ACCESSED
76acc2c1 499#endif
6cfd8990
KG
500 rlwimi r13,r12,11,29,29
501
14cf11af 502 FIND_PTE
6cfd8990 503 andc. r13,r13,r11 /* Check permission */
14cf11af
PM
504
505#ifdef CONFIG_PTE_64BIT
b38fd42f 506#ifdef CONFIG_SMP
41151e77
BB
507 subf r13,r11,r12 /* create false data dep */
508 lwzx r13,r11,r13 /* Get upper pte bits */
b38fd42f
KG
509#else
510 lwz r13,0(r12) /* Get upper pte bits */
511#endif
14cf11af 512#endif
14cf11af 513
b38fd42f
KG
514 bne 2f /* Bail if permission/valid mismach */
515
516 /* Jump to common tlb load */
14cf11af
PM
517 b finish_tlb_load
5182:
519 /* The bailout. Restore registers to pre-exception conditions
520 * and call the heavyweights to help us out.
521 */
1325a684
AK
522 mfspr r10, SPRN_SPRG_THREAD
523 lwz r11, THREAD_NORMSAVE(3)(r10)
14cf11af 524 mtcr r11
1325a684
AK
525 lwz r13, THREAD_NORMSAVE(2)(r10)
526 lwz r12, THREAD_NORMSAVE(1)(r10)
527 lwz r11, THREAD_NORMSAVE(0)(r10)
ee43eb78 528 mfspr r10, SPRN_SPRG_RSCRATCH0
6cfd8990 529 b DataStorage
14cf11af
PM
530
531 /* Instruction TLB Error Interrupt */
532 /*
533 * Nearly the same as above, except we get our
534 * information from different registers and bailout
535 * to a different point.
536 */
537 START_EXCEPTION(InstructionTLBError)
ee43eb78 538 mtspr SPRN_SPRG_WSCRATCH0, r10 /* Save some working registers */
1325a684
AK
539 mfspr r10, SPRN_SPRG_THREAD
540 stw r11, THREAD_NORMSAVE(0)(r10)
73196cd3
SW
541#ifdef CONFIG_KVM_BOOKE_HV
542BEGIN_FTR_SECTION
543 mfspr r11, SPRN_SRR1
544END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV)
545#endif
1325a684
AK
546 stw r12, THREAD_NORMSAVE(1)(r10)
547 stw r13, THREAD_NORMSAVE(2)(r10)
548 mfcr r13
549 stw r13, THREAD_NORMSAVE(3)(r10)
73196cd3 550 DO_KVM BOOKE_INTERRUPT_ITLB_MISS SPRN_SRR1
7fef4362
DC
551START_BTB_FLUSH_SECTION
552 mfspr r11, SPRN_SRR1
553 andi. r10,r11,MSR_PR
554 beq 1f
555 BTB_FLUSH(r10)
5561:
557END_BTB_FLUSH_SECTION
558
14cf11af
PM
559 mfspr r10, SPRN_SRR0 /* Get faulting address */
560
561 /* If we are faulting a kernel address, we have to use the
562 * kernel page tables.
563 */
8a13c4f9 564 lis r11, PAGE_OFFSET@h
14cf11af
PM
565 cmplw 5, r10, r11
566 blt 5, 3f
567 lis r11, swapper_pg_dir@h
568 ori r11, r11, swapper_pg_dir@l
569
570 mfspr r12,SPRN_MAS1 /* Set TID to 0 */
571 rlwinm r12,r12,0,16,1
572 mtspr SPRN_MAS1,r12
573
78e2e68a
LY
574 /* Make up the required permissions for kernel code */
575#ifdef CONFIG_PTE_64BIT
576 li r13,_PAGE_PRESENT | _PAGE_BAP_SX
577 oris r13,r13,_PAGE_ACCESSED@h
578#else
579 li r13,_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_EXEC
580#endif
14cf11af
PM
581 b 4f
582
583 /* Get the PGD for the current thread */
5843:
ee43eb78 585 mfspr r11,SPRN_SPRG_THREAD
14cf11af
PM
586 lwz r11,PGDIR(r11)
587
78e2e68a 588 /* Make up the required permissions for user code */
76acc2c1 589#ifdef CONFIG_PTE_64BIT
78e2e68a 590 li r13,_PAGE_PRESENT | _PAGE_BAP_UX
76acc2c1
KG
591 oris r13,r13,_PAGE_ACCESSED@h
592#else
ea3cc330 593 li r13,_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_EXEC
76acc2c1 594#endif
6cfd8990 595
78e2e68a 5964:
14cf11af 597 FIND_PTE
6cfd8990 598 andc. r13,r13,r11 /* Check permission */
b38fd42f
KG
599
600#ifdef CONFIG_PTE_64BIT
601#ifdef CONFIG_SMP
41151e77
BB
602 subf r13,r11,r12 /* create false data dep */
603 lwzx r13,r11,r13 /* Get upper pte bits */
b38fd42f
KG
604#else
605 lwz r13,0(r12) /* Get upper pte bits */
606#endif
607#endif
608
6cfd8990 609 bne 2f /* Bail if permission mismach */
14cf11af 610
14cf11af
PM
611 /* Jump to common TLB load point */
612 b finish_tlb_load
613
6142:
615 /* The bailout. Restore registers to pre-exception conditions
616 * and call the heavyweights to help us out.
617 */
1325a684
AK
618 mfspr r10, SPRN_SPRG_THREAD
619 lwz r11, THREAD_NORMSAVE(3)(r10)
14cf11af 620 mtcr r11
1325a684
AK
621 lwz r13, THREAD_NORMSAVE(2)(r10)
622 lwz r12, THREAD_NORMSAVE(1)(r10)
623 lwz r11, THREAD_NORMSAVE(0)(r10)
ee43eb78 624 mfspr r10, SPRN_SPRG_RSCRATCH0
14cf11af
PM
625 b InstructionStorage
626
3477e71d 627/* Define SPE handlers for e200 and e500v2 */
14cf11af
PM
628#ifdef CONFIG_SPE
629 /* SPE Unavailable */
630 START_EXCEPTION(SPEUnavailable)
2b2695a8 631 NORMAL_EXCEPTION_PROLOG(SPE_UNAVAIL)
2dc3d4cc
LY
632 beq 1f
633 bl load_up_spe
634 b fast_exception_return
6351: addi r3,r1,STACK_FRAME_OVERHEAD
14cf11af 636 EXC_XFER_EE_LITE(0x2010, KernelSPE)
3477e71d 637#elif defined(CONFIG_SPE_POSSIBLE)
2b2695a8 638 EXCEPTION(0x2020, SPE_UNAVAIL, SPEUnavailable, \
cfac5784 639 unknown_exception, EXC_XFER_EE)
3477e71d 640#endif /* CONFIG_SPE_POSSIBLE */
14cf11af
PM
641
642 /* SPE Floating Point Data */
643#ifdef CONFIG_SPE
2b2695a8 644 EXCEPTION(0x2030, SPE_FP_DATA, SPEFloatingPointData,
c58ce397 645 SPEFloatingPointException, EXC_XFER_EE)
14cf11af
PM
646
647 /* SPE Floating Point Round */
cfac5784
SW
648 EXCEPTION(0x2050, SPE_FP_ROUND, SPEFloatingPointRound, \
649 SPEFloatingPointRoundException, EXC_XFER_EE)
3477e71d 650#elif defined(CONFIG_SPE_POSSIBLE)
2b2695a8 651 EXCEPTION(0x2040, SPE_FP_DATA, SPEFloatingPointData,
cfac5784
SW
652 unknown_exception, EXC_XFER_EE)
653 EXCEPTION(0x2050, SPE_FP_ROUND, SPEFloatingPointRound, \
654 unknown_exception, EXC_XFER_EE)
3477e71d
MC
655#endif /* CONFIG_SPE_POSSIBLE */
656
14cf11af
PM
657
658 /* Performance Monitor */
cfac5784
SW
659 EXCEPTION(0x2060, PERFORMANCE_MONITOR, PerformanceMonitor, \
660 performance_monitor_exception, EXC_XFER_STD)
14cf11af 661
cfac5784 662 EXCEPTION(0x2070, DOORBELL, Doorbell, doorbell_exception, EXC_XFER_STD)
620165f9 663
cfac5784
SW
664 CRITICAL_EXCEPTION(0x2080, DOORBELL_CRITICAL, \
665 CriticalDoorbell, unknown_exception)
14cf11af
PM
666
667 /* Debug Interrupt */
eb0cd5fd 668 DEBUG_DEBUG_EXCEPTION
eb0cd5fd 669 DEBUG_CRIT_EXCEPTION
14cf11af 670
73196cd3
SW
671 GUEST_DOORBELL_EXCEPTION
672
673 CRITICAL_EXCEPTION(0, GUEST_DBELL_CRIT, CriticalGuestDoorbell, \
674 unknown_exception)
675
676 /* Hypercall */
677 EXCEPTION(0, HV_SYSCALL, Hypercall, unknown_exception, EXC_XFER_EE)
678
679 /* Embedded Hypervisor Privilege */
680 EXCEPTION(0, HV_PRIV, Ehvpriv, unknown_exception, EXC_XFER_EE)
681
fc2a6cfe
BB
682interrupt_end:
683
14cf11af
PM
684/*
685 * Local functions
686 */
687
14cf11af 688/*
14cf11af
PM
689 * Both the instruction and data TLB miss get to this
690 * point to load the TLB.
41151e77 691 * r10 - tsize encoding (if HUGETLB_PAGE) or available to use
3c5df5c2 692 * r11 - TLB (info from Linux PTE)
6cfd8990
KG
693 * r12 - available to use
694 * r13 - upper bits of PTE (if PTE_64BIT) or available to use
8a13c4f9 695 * CR5 - results of addr >= PAGE_OFFSET
14cf11af
PM
696 * MAS0, MAS1 - loaded with proper value when we get here
697 * MAS2, MAS3 - will need additional info from Linux PTE
698 * Upon exit, we reload everything and RFI.
699 */
700finish_tlb_load:
41151e77
BB
701#ifdef CONFIG_HUGETLB_PAGE
702 cmpwi 6, r10, 0 /* check for huge page */
703 beq 6, finish_tlb_load_cont /* !huge */
704
705 /* Alas, we need more scratch registers for hugepages */
706 mfspr r12, SPRN_SPRG_THREAD
707 stw r14, THREAD_NORMSAVE(4)(r12)
708 stw r15, THREAD_NORMSAVE(5)(r12)
709 stw r16, THREAD_NORMSAVE(6)(r12)
710 stw r17, THREAD_NORMSAVE(7)(r12)
711
712 /* Get the next_tlbcam_idx percpu var */
713#ifdef CONFIG_SMP
f7354cca 714 lwz r15, TASK_CPU-THREAD(r12)
41151e77
BB
715 lis r14, __per_cpu_offset@h
716 ori r14, r14, __per_cpu_offset@l
717 rlwinm r15, r15, 2, 0, 29
718 lwzx r16, r14, r15
719#else
720 li r16, 0
721#endif
722 lis r17, next_tlbcam_idx@h
723 ori r17, r17, next_tlbcam_idx@l
724 add r17, r17, r16 /* r17 = *next_tlbcam_idx */
725 lwz r15, 0(r17) /* r15 = next_tlbcam_idx */
726
727 lis r14, MAS0_TLBSEL(1)@h /* select TLB1 (TLBCAM) */
728 rlwimi r14, r15, 16, 4, 15 /* next_tlbcam_idx entry */
729 mtspr SPRN_MAS0, r14
730
731 /* Extract TLB1CFG(NENTRY) */
732 mfspr r16, SPRN_TLB1CFG
733 andi. r16, r16, 0xfff
734
735 /* Update next_tlbcam_idx, wrapping when necessary */
736 addi r15, r15, 1
737 cmpw r15, r16
738 blt 100f
739 lis r14, tlbcam_index@h
740 ori r14, r14, tlbcam_index@l
741 lwz r15, 0(r14)
742100: stw r15, 0(r17)
743
744 /*
745 * Calc MAS1_TSIZE from r10 (which has pshift encoded)
746 * tlb_enc = (pshift - 10).
747 */
748 subi r15, r10, 10
749 mfspr r16, SPRN_MAS1
750 rlwimi r16, r15, 7, 20, 24
751 mtspr SPRN_MAS1, r16
752
753 /* copy the pshift for use later */
754 mr r14, r10
755
756 /* fall through */
757
758#endif /* CONFIG_HUGETLB_PAGE */
759
14cf11af
PM
760 /*
761 * We set execute, because we don't have the granularity to
762 * properly set this at the page level (Linux problem).
763 * Many of these bits are software only. Bits we don't set
764 * here we (properly should) assume have the appropriate value.
765 */
41151e77 766finish_tlb_load_cont:
76acc2c1
KG
767#ifdef CONFIG_PTE_64BIT
768 rlwinm r12, r11, 32-2, 26, 31 /* Move in perm bits */
769 andi. r10, r11, _PAGE_DIRTY
770 bne 1f
771 li r10, MAS3_SW | MAS3_UW
772 andc r12, r12, r10
7731: rlwimi r12, r13, 20, 0, 11 /* grab RPN[32:43] */
774 rlwimi r12, r11, 20, 12, 19 /* grab RPN[44:51] */
41151e77 7752: mtspr SPRN_MAS3, r12
76acc2c1
KG
776BEGIN_MMU_FTR_SECTION
777 srwi r10, r13, 12 /* grab RPN[12:31] */
778 mtspr SPRN_MAS7, r10
779END_MMU_FTR_SECTION_IFSET(MMU_FTR_BIG_PHYS)
780#else
ea3cc330 781 li r10, (_PAGE_EXEC | _PAGE_PRESENT)
41151e77 782 mr r13, r11
6cfd8990
KG
783 rlwimi r10, r11, 31, 29, 29 /* extract _PAGE_DIRTY into SW */
784 and r12, r11, r10
14cf11af 785 andi. r10, r11, _PAGE_USER /* Test for _PAGE_USER */
6cfd8990
KG
786 slwi r10, r12, 1
787 or r10, r10, r12
788 iseleq r12, r12, r10
41151e77
BB
789 rlwimi r13, r12, 0, 20, 31 /* Get RPN from PTE, merge w/ perms */
790 mtspr SPRN_MAS3, r13
14cf11af 791#endif
41151e77
BB
792
793 mfspr r12, SPRN_MAS2
794#ifdef CONFIG_PTE_64BIT
795 rlwimi r12, r11, 32-19, 27, 31 /* extract WIMGE from pte */
796#else
797 rlwimi r12, r11, 26, 27, 31 /* extract WIMGE from pte */
798#endif
799#ifdef CONFIG_HUGETLB_PAGE
800 beq 6, 3f /* don't mask if page isn't huge */
801 li r13, 1
802 slw r13, r13, r14
803 subi r13, r13, 1
804 rlwinm r13, r13, 0, 0, 19 /* bottom bits used for WIMGE/etc */
805 andc r12, r12, r13 /* mask off ea bits within the page */
806#endif
8073: mtspr SPRN_MAS2, r12
808
14cf11af
PM
809#ifdef CONFIG_E200
810 /* Round robin TLB1 entries assignment */
811 mfspr r12, SPRN_MAS0
812
813 /* Extract TLB1CFG(NENTRY) */
814 mfspr r11, SPRN_TLB1CFG
815 andi. r11, r11, 0xfff
816
817 /* Extract MAS0(NV) */
818 andi. r13, r12, 0xfff
819 addi r13, r13, 1
820 cmpw 0, r13, r11
821 addi r12, r12, 1
822
823 /* check if we need to wrap */
824 blt 7f
825
826 /* wrap back to first free tlbcam entry */
827 lis r13, tlbcam_index@ha
828 lwz r13, tlbcam_index@l(r13)
829 rlwimi r12, r13, 0, 20, 31
8307:
3c5df5c2 831 mtspr SPRN_MAS0,r12
14cf11af
PM
832#endif /* CONFIG_E200 */
833
41151e77 834tlb_write_entry:
14cf11af
PM
835 tlbwe
836
837 /* Done...restore registers and get out of here. */
1325a684 838 mfspr r10, SPRN_SPRG_THREAD
41151e77
BB
839#ifdef CONFIG_HUGETLB_PAGE
840 beq 6, 8f /* skip restore for 4k page faults */
841 lwz r14, THREAD_NORMSAVE(4)(r10)
842 lwz r15, THREAD_NORMSAVE(5)(r10)
843 lwz r16, THREAD_NORMSAVE(6)(r10)
844 lwz r17, THREAD_NORMSAVE(7)(r10)
845#endif
8468: lwz r11, THREAD_NORMSAVE(3)(r10)
14cf11af 847 mtcr r11
1325a684
AK
848 lwz r13, THREAD_NORMSAVE(2)(r10)
849 lwz r12, THREAD_NORMSAVE(1)(r10)
850 lwz r11, THREAD_NORMSAVE(0)(r10)
ee43eb78 851 mfspr r10, SPRN_SPRG_RSCRATCH0
14cf11af
PM
852 rfi /* Force context change */
853
854#ifdef CONFIG_SPE
855/* Note that the SPE support is closely modeled after the AltiVec
856 * support. Changes to one are likely to be applicable to the
857 * other! */
2dc3d4cc 858_GLOBAL(load_up_spe)
14cf11af
PM
859/*
860 * Disable SPE for the task which had SPE previously,
861 * and save its SPE registers in its thread_struct.
862 * Enables SPE for use in the kernel on return.
863 * On SMP we know the SPE units are free, since we give it up every
864 * switch. -- Kumar
865 */
866 mfmsr r5
867 oris r5,r5,MSR_SPE@h
868 mtmsr r5 /* enable use of SPE now */
869 isync
14cf11af
PM
870 /* enable use of SPE after return */
871 oris r9,r9,MSR_SPE@h
ee43eb78 872 mfspr r5,SPRN_SPRG_THREAD /* current task's THREAD (phys) */
14cf11af
PM
873 li r4,1
874 li r10,THREAD_ACC
875 stw r4,THREAD_USED_SPE(r5)
876 evlddx evr4,r10,r5
877 evmra evr4,evr4
c51584d5 878 REST_32EVRS(0,r10,r5,THREAD_EVR0)
2dc3d4cc 879 blr
14cf11af
PM
880
881/*
882 * SPE unavailable trap from kernel - print a message, but let
883 * the task use SPE in the kernel until it returns to user mode.
884 */
885KernelSPE:
886 lwz r3,_MSR(r1)
887 oris r3,r3,MSR_SPE@h
888 stw r3,_MSR(r1) /* enable use of SPE after return */
09156a7a 889#ifdef CONFIG_PRINTK
14cf11af
PM
890 lis r3,87f@h
891 ori r3,r3,87f@l
892 mr r4,r2 /* current */
893 lwz r5,_NIP(r1)
894 bl printk
09156a7a 895#endif
14cf11af 896 b ret_from_except
09156a7a 897#ifdef CONFIG_PRINTK
14cf11af 89887: .string "SPE used in kernel (task=%p, pc=%x) \n"
09156a7a 899#endif
14cf11af
PM
900 .align 4,0
901
902#endif /* CONFIG_SPE */
903
99739611
KH
904/*
905 * Translate the effec addr in r3 to phys addr. The phys addr will be put
906 * into r3(higher 32bit) and r4(lower 32bit)
907 */
908get_phys_addr:
909 mfmsr r8
910 mfspr r9,SPRN_PID
911 rlwinm r9,r9,16,0x3fff0000 /* turn PID into MAS6[SPID] */
912 rlwimi r9,r8,28,0x00000001 /* turn MSR[DS] into MAS6[SAS] */
913 mtspr SPRN_MAS6,r9
914
915 tlbsx 0,r3 /* must succeed */
916
917 mfspr r8,SPRN_MAS1
918 mfspr r12,SPRN_MAS3
919 rlwinm r9,r8,25,0x1f /* r9 = log2(page size) */
920 li r10,1024
921 slw r10,r10,r9 /* r10 = page size */
922 addi r10,r10,-1
923 and r11,r3,r10 /* r11 = page offset */
924 andc r4,r12,r10 /* r4 = page base */
925 or r4,r4,r11 /* r4 = devtree phys addr */
926#ifdef CONFIG_PHYS_64BIT
927 mfspr r3,SPRN_MAS7
928#endif
929 blr
930
14cf11af
PM
931/*
932 * Global functions
933 */
934
3477e71d 935#ifdef CONFIG_E200
105c31df
KG
936/* Adjust or setup IVORs for e200 */
937_GLOBAL(__setup_e200_ivors)
938 li r3,DebugDebug@l
939 mtspr SPRN_IVOR15,r3
940 li r3,SPEUnavailable@l
941 mtspr SPRN_IVOR32,r3
942 li r3,SPEFloatingPointData@l
943 mtspr SPRN_IVOR33,r3
944 li r3,SPEFloatingPointRound@l
945 mtspr SPRN_IVOR34,r3
946 sync
947 blr
3477e71d 948#endif
105c31df 949
3477e71d
MC
950#ifdef CONFIG_E500
951#ifndef CONFIG_PPC_E500MC
105c31df
KG
952/* Adjust or setup IVORs for e500v1/v2 */
953_GLOBAL(__setup_e500_ivors)
954 li r3,DebugCrit@l
955 mtspr SPRN_IVOR15,r3
956 li r3,SPEUnavailable@l
957 mtspr SPRN_IVOR32,r3
958 li r3,SPEFloatingPointData@l
959 mtspr SPRN_IVOR33,r3
960 li r3,SPEFloatingPointRound@l
961 mtspr SPRN_IVOR34,r3
962 li r3,PerformanceMonitor@l
963 mtspr SPRN_IVOR35,r3
964 sync
965 blr
3477e71d 966#else
105c31df
KG
967/* Adjust or setup IVORs for e500mc */
968_GLOBAL(__setup_e500mc_ivors)
969 li r3,DebugDebug@l
970 mtspr SPRN_IVOR15,r3
971 li r3,PerformanceMonitor@l
972 mtspr SPRN_IVOR35,r3
973 li r3,Doorbell@l
974 mtspr SPRN_IVOR36,r3
620165f9
KG
975 li r3,CriticalDoorbell@l
976 mtspr SPRN_IVOR37,r3
7e0f4872
VS
977 sync
978 blr
73196cd3 979
7e0f4872
VS
980/* setup ehv ivors for */
981_GLOBAL(__setup_ehv_ivors)
73196cd3
SW
982 li r3,GuestDoorbell@l
983 mtspr SPRN_IVOR38,r3
984 li r3,CriticalGuestDoorbell@l
985 mtspr SPRN_IVOR39,r3
986 li r3,Hypercall@l
987 mtspr SPRN_IVOR40,r3
988 li r3,Ehvpriv@l
989 mtspr SPRN_IVOR41,r3
105c31df
KG
990 sync
991 blr
3477e71d
MC
992#endif /* CONFIG_PPC_E500MC */
993#endif /* CONFIG_E500 */
105c31df 994
14cf11af
PM
995#ifdef CONFIG_SPE
996/*
98da581e 997 * extern void __giveup_spe(struct task_struct *prev)
14cf11af
PM
998 *
999 */
98da581e 1000_GLOBAL(__giveup_spe)
14cf11af
PM
1001 addi r3,r3,THREAD /* want THREAD of task */
1002 lwz r5,PT_REGS(r3)
1003 cmpi 0,r5,0
c51584d5 1004 SAVE_32EVRS(0, r4, r3, THREAD_EVR0)
3c5df5c2 1005 evxor evr6, evr6, evr6 /* clear out evr6 */
14cf11af
PM
1006 evmwumiaa evr6, evr6, evr6 /* evr6 <- ACC = 0 * 0 + ACC */
1007 li r4,THREAD_ACC
3c5df5c2 1008 evstddx evr6, r4, r3 /* save off accumulator */
14cf11af
PM
1009 beq 1f
1010 lwz r4,_MSR-STACK_FRAME_OVERHEAD(r5)
1011 lis r3,MSR_SPE@h
1012 andc r4,r4,r3 /* disable SPE for previous task */
1013 stw r4,_MSR-STACK_FRAME_OVERHEAD(r5)
10141:
14cf11af
PM
1015 blr
1016#endif /* CONFIG_SPE */
1017
14cf11af
PM
1018/*
1019 * extern void abort(void)
1020 *
1021 * At present, this routine just applies a system reset.
1022 */
1023_GLOBAL(abort)
1024 li r13,0
3c5df5c2 1025 mtspr SPRN_DBCR0,r13 /* disable all debug events */
a7cb0337 1026 isync
14cf11af
PM
1027 mfmsr r13
1028 ori r13,r13,MSR_DE@l /* Enable Debug Events */
1029 mtmsr r13
a7cb0337 1030 isync
3c5df5c2
KG
1031 mfspr r13,SPRN_DBCR0
1032 lis r13,(DBCR0_IDM|DBCR0_RST_CHIP)@h
1033 mtspr SPRN_DBCR0,r13
a7cb0337 1034 isync
14cf11af
PM
1035
1036_GLOBAL(set_context)
1037
1038#ifdef CONFIG_BDI_SWITCH
1039 /* Context switch the PTE pointer for the Abatron BDI2000.
1040 * The PGDIR is the second parameter.
1041 */
1042 lis r5, abatron_pteptrs@h
1043 ori r5, r5, abatron_pteptrs@l
1044 stw r4, 0x4(r5)
1045#endif
1046 mtspr SPRN_PID,r3
1047 isync /* Force context change */
1048 blr
1049
d5b26db2
KG
1050#ifdef CONFIG_SMP
1051/* When we get here, r24 needs to hold the CPU # */
1052 .globl __secondary_start
1053__secondary_start:
0be7d969
KH
1054 LOAD_REG_ADDR_PIC(r3, tlbcam_index)
1055 lwz r3,0(r3)
d5b26db2
KG
1056 mtctr r3
1057 li r26,0 /* r26 safe? */
1058
0be7d969
KH
1059 bl switch_to_as1
1060 mr r27,r3 /* tlb entry */
d5b26db2
KG
1061 /* Load each CAM entry */
10621: mr r3,r26
1063 bl loadcam_entry
1064 addi r26,r26,1
1065 bdnz 1b
0be7d969
KH
1066 mr r3,r27 /* tlb entry */
1067 LOAD_REG_ADDR_PIC(r4, memstart_addr)
1068 lwz r4,0(r4)
1069 mr r5,r25 /* phys kernel start */
1070 rlwinm r5,r5,0,~0x3ffffff /* aligned 64M */
1071 subf r4,r5,r4 /* memstart_addr - phys kernel start */
1072 li r5,0 /* no device tree */
1073 li r6,0 /* not boot cpu */
1074 bl restore_to_as0
1075
1076
1077 lis r3,__secondary_hold_acknowledge@h
1078 ori r3,r3,__secondary_hold_acknowledge@l
1079 stw r24,0(r3)
1080
1081 li r3,0
1082 mr r4,r24 /* Why? */
1083 bl call_setup_cpu
d5b26db2 1084
4e67bfd7 1085 /* get current's stack and current */
7c19c2e5
CL
1086 lis r2,secondary_current@ha
1087 lwz r2,secondary_current@l(r2)
ed1cd6de 1088 lwz r1,TASK_STACK(r2)
d5b26db2
KG
1089
1090 /* stack */
1091 addi r1,r1,THREAD_SIZE-STACK_FRAME_OVERHEAD
1092 li r0,0
1093 stw r0,0(r1)
1094
1095 /* ptr to current thread */
1096 addi r4,r2,THREAD /* address of our thread_struct */
ee43eb78 1097 mtspr SPRN_SPRG_THREAD,r4
d5b26db2
KG
1098
1099 /* Setup the defaults for TLB entries */
d66c82ea 1100 li r4,(MAS4_TSIZED(BOOK3E_PAGESZ_4K))@l
d5b26db2
KG
1101 mtspr SPRN_MAS4,r4
1102
1103 /* Jump to start_secondary */
1104 lis r4,MSR_KERNEL@h
1105 ori r4,r4,MSR_KERNEL@l
1106 lis r3,start_secondary@h
1107 ori r3,r3,start_secondary@l
1108 mtspr SPRN_SRR0,r3
1109 mtspr SPRN_SRR1,r4
1110 sync
1111 rfi
1112 sync
1113
1114 .globl __secondary_hold_acknowledge
1115__secondary_hold_acknowledge:
1116 .long -1
1117#endif
1118
78a235ef
KH
1119/*
1120 * Create a tlb entry with the same effective and physical address as
1121 * the tlb entry used by the current running code. But set the TS to 1.
1122 * Then switch to the address space 1. It will return with the r3 set to
1123 * the ESEL of the new created tlb.
1124 */
1125_GLOBAL(switch_to_as1)
1126 mflr r5
1127
1128 /* Find a entry not used */
1129 mfspr r3,SPRN_TLB1CFG
1130 andi. r3,r3,0xfff
1131 mfspr r4,SPRN_PID
1132 rlwinm r4,r4,16,0x3fff0000 /* turn PID into MAS6[SPID] */
1133 mtspr SPRN_MAS6,r4
11341: lis r4,0x1000 /* Set MAS0(TLBSEL) = 1 */
1135 addi r3,r3,-1
1136 rlwimi r4,r3,16,4,15 /* Setup MAS0 = TLBSEL | ESEL(r3) */
1137 mtspr SPRN_MAS0,r4
1138 tlbre
1139 mfspr r4,SPRN_MAS1
1140 andis. r4,r4,MAS1_VALID@h
1141 bne 1b
1142
1143 /* Get the tlb entry used by the current running code */
1144 bl 0f
11450: mflr r4
1146 tlbsx 0,r4
1147
1148 mfspr r4,SPRN_MAS1
1149 ori r4,r4,MAS1_TS /* Set the TS = 1 */
1150 mtspr SPRN_MAS1,r4
1151
1152 mfspr r4,SPRN_MAS0
1153 rlwinm r4,r4,0,~MAS0_ESEL_MASK
1154 rlwimi r4,r3,16,4,15 /* Setup MAS0 = TLBSEL | ESEL(r3) */
1155 mtspr SPRN_MAS0,r4
1156 tlbwe
1157 isync
1158 sync
1159
1160 mfmsr r4
1161 ori r4,r4,MSR_IS | MSR_DS
1162 mtspr SPRN_SRR0,r5
1163 mtspr SPRN_SRR1,r4
1164 sync
1165 rfi
1166
1167/*
1168 * Restore to the address space 0 and also invalidate the tlb entry created
1169 * by switch_to_as1.
7d2471f9
KH
1170 * r3 - the tlb entry which should be invalidated
1171 * r4 - __pa(PAGE_OFFSET in AS1) - __pa(PAGE_OFFSET in AS0)
1172 * r5 - device tree virtual address. If r4 is 0, r5 is ignored.
0be7d969 1173 * r6 - boot cpu
78a235ef
KH
1174*/
1175_GLOBAL(restore_to_as0)
1176 mflr r0
1177
1178 bl 0f
11790: mflr r9
1180 addi r9,r9,1f - 0b
1181
7d2471f9
KH
1182 /*
1183 * We may map the PAGE_OFFSET in AS0 to a different physical address,
1184 * so we need calculate the right jump and device tree address based
1185 * on the offset passed by r4.
1186 */
1187 add r9,r9,r4
1188 add r5,r5,r4
0be7d969 1189 add r0,r0,r4
7d2471f9
KH
1190
11912: mfmsr r7
78a235ef
KH
1192 li r8,(MSR_IS | MSR_DS)
1193 andc r7,r7,r8
1194
1195 mtspr SPRN_SRR0,r9
1196 mtspr SPRN_SRR1,r7
1197 sync
1198 rfi
1199
1200 /* Invalidate the temporary tlb entry for AS1 */
12011: lis r9,0x1000 /* Set MAS0(TLBSEL) = 1 */
1202 rlwimi r9,r3,16,4,15 /* Setup MAS0 = TLBSEL | ESEL(r3) */
1203 mtspr SPRN_MAS0,r9
1204 tlbre
1205 mfspr r9,SPRN_MAS1
1206 rlwinm r9,r9,0,2,31 /* Clear MAS1 Valid and IPPROT */
1207 mtspr SPRN_MAS1,r9
1208 tlbwe
1209 isync
7d2471f9
KH
1210
1211 cmpwi r4,0
0be7d969
KH
1212 cmpwi cr1,r6,0
1213 cror eq,4*cr1+eq,eq
1214 bne 3f /* offset != 0 && is_boot_cpu */
78a235ef
KH
1215 mtlr r0
1216 blr
1217
7d2471f9
KH
1218 /*
1219 * The PAGE_OFFSET will map to a different physical address,
1220 * jump to _start to do another relocation again.
1221 */
12223: mr r3,r5
1223 bl _start
1224
14cf11af
PM
1225/*
1226 * We put a few things here that have to be page-aligned. This stuff
1227 * goes at the beginning of the data segment, which is page-aligned.
1228 */
1229 .data
ea703ce2
KG
1230 .align 12
1231 .globl sdata
1232sdata:
1233 .globl empty_zero_page
1234empty_zero_page:
14cf11af 1235 .space 4096
9445aa1a 1236EXPORT_SYMBOL(empty_zero_page)
ea703ce2
KG
1237 .globl swapper_pg_dir
1238swapper_pg_dir:
bee86f14 1239 .space PGD_TABLE_SIZE
14cf11af 1240
14cf11af
PM
1241/*
1242 * Room for two PTE pointers, usually the kernel and current user pointers
1243 * to their respective root page table.
1244 */
1245abatron_pteptrs:
1246 .space 8