blob: 1c5e9e3e2aa497e64a3ad7659e32bd006379e69c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * arch/s390/kernel/reipl.S
3 *
4 * S390 version
5 * Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
6 * Author(s): Holger Smolinski (Holger.Smolinski@de.ibm.com)
7 */
8
Jan Glauber144d6342011-07-24 10:48:19 +02009#include <linux/linkage.h>
Heiko Carstenscbb870c2010-02-26 22:37:43 +010010#include <asm/asm-offsets.h>
Heiko Carstenseb546192012-06-04 15:05:43 +020011#include <asm/sigp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
Heiko Carstensc5dd8582007-03-05 23:35:43 +010013#
Michael Holzheu60a0c682011-10-30 15:16:40 +010014# store_status: Empty implementation until kdump is supported on 31 bit
15#
16ENTRY(store_status)
17 br %r14
18
19#
Heiko Carstensc5dd8582007-03-05 23:35:43 +010020# do_reipl_asm
21# Parameter: r2 = schid of reipl device
22#
Jan Glauber144d6342011-07-24 10:48:19 +020023ENTRY(do_reipl_asm)
24 basr %r13,0
Linus Torvalds1da177e2005-04-16 15:20:36 -070025.Lpg0: lpsw .Lnewpsw-.Lpg0(%r13)
Heiko Carstens15e9b582006-12-04 15:40:26 +010026.Lpg1: # do store status of all registers
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020027
28 stm %r0,%r15,__LC_GPREGS_SAVE_AREA
29 stctl %c0,%c15,__LC_CREGS_SAVE_AREA
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020030 stam %a0,%a15,__LC_AREGS_SAVE_AREA
Heiko Carstensc5dd8582007-03-05 23:35:43 +010031 l %r10,.Ldump_pfx-.Lpg0(%r13)
32 mvc __LC_PREFIX_SAVE_AREA(4),0(%r10)
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020033 stckc .Lclkcmp-.Lpg0(%r13)
34 mvc __LC_CLOCK_COMP_SAVE_AREA(8),.Lclkcmp-.Lpg0(%r13)
35 stpt __LC_CPU_TIMER_SAVE_AREA
36 st %r13, __LC_PSW_SAVE_AREA+4
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020037 lctl %c6,%c6,.Lall-.Lpg0(%r13)
Heiko Carstens25d83cb2006-09-28 16:56:37 +020038 lr %r1,%r2
39 mvc __LC_PGM_NEW_PSW(8),.Lpcnew-.Lpg0(%r13)
40 stsch .Lschib-.Lpg0(%r13)
41 oi .Lschib+5-.Lpg0(%r13),0x84
42.Lecs: xi .Lschib+27-.Lpg0(%r13),0x01
43 msch .Lschib-.Lpg0(%r13)
44 lhi %r0,5
45.Lssch: ssch .Liplorb-.Lpg0(%r13)
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 jz .L001
Heiko Carstens25d83cb2006-09-28 16:56:37 +020047 brct %r0,.Lssch
Linus Torvalds1da177e2005-04-16 15:20:36 -070048 bas %r14,.Ldisab-.Lpg0(%r13)
Heiko Carstens25d83cb2006-09-28 16:56:37 +020049.L001: mvc __LC_IO_NEW_PSW(8),.Lionew-.Lpg0(%r13)
50.Ltpi: lpsw .Lwaitpsw-.Lpg0(%r13)
Linus Torvalds1da177e2005-04-16 15:20:36 -070051.Lcont: c %r1,__LC_SUBCHANNEL_ID
52 jnz .Ltpi
53 clc __LC_IO_INT_PARM(4),.Liplorb-.Lpg0(%r13)
54 jnz .Ltpi
Heiko Carstens25d83cb2006-09-28 16:56:37 +020055 tsch .Liplirb-.Lpg0(%r13)
Linus Torvalds1da177e2005-04-16 15:20:36 -070056 tm .Liplirb+9-.Lpg0(%r13),0xbf
Heiko Carstens25d83cb2006-09-28 16:56:37 +020057 jz .L002
58 bas %r14,.Ldisab-.Lpg0(%r13)
59.L002: tm .Liplirb+8-.Lpg0(%r13),0xf3
60 jz .L003
61 bas %r14,.Ldisab-.Lpg0(%r13)
Heiko Carstens15e9b582006-12-04 15:40:26 +010062.L003: st %r1,__LC_SUBCHANNEL_ID
Heiko Carstens25d83cb2006-09-28 16:56:37 +020063 lpsw 0
Heiko Carstenseb546192012-06-04 15:05:43 +020064 sigp 0,0,SIGP_RESTART
Heiko Carstens25d83cb2006-09-28 16:56:37 +020065.Ldisab: st %r14,.Ldispsw+4-.Lpg0(%r13)
Linus Torvalds1da177e2005-04-16 15:20:36 -070066 lpsw .Ldispsw-.Lpg0(%r13)
Heiko Carstens25d83cb2006-09-28 16:56:37 +020067 .align 8
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020068.Lclkcmp: .quad 0x0000000000000000
Linus Torvalds1da177e2005-04-16 15:20:36 -070069.Lall: .long 0xff000000
Heiko Carstensc5dd8582007-03-05 23:35:43 +010070.Ldump_pfx: .long dump_prefix_page
Heiko Carstens25d83cb2006-09-28 16:56:37 +020071 .align 8
72.Lnewpsw: .long 0x00080000,0x80000000+.Lpg1
73.Lpcnew: .long 0x00080000,0x80000000+.Lecs
74.Lionew: .long 0x00080000,0x80000000+.Lcont
Linus Torvalds1da177e2005-04-16 15:20:36 -070075.Lwaitpsw: .long 0x020a0000,0x00000000+.Ltpi
Heiko Carstens25d83cb2006-09-28 16:56:37 +020076.Ldispsw: .long 0x000a0000,0x00000000
77.Liplccws: .long 0x02000000,0x60000018
78 .long 0x08000008,0x20000001
Linus Torvalds1da177e2005-04-16 15:20:36 -070079.Liplorb: .long 0x0049504c,0x0040ff80
80 .long 0x00000000+.Liplccws
Heiko Carstens25d83cb2006-09-28 16:56:37 +020081.Lschib: .long 0x00000000,0x00000000
82 .long 0x00000000,0x00000000
83 .long 0x00000000,0x00000000
84 .long 0x00000000,0x00000000
85 .long 0x00000000,0x00000000
86 .long 0x00000000,0x00000000
Linus Torvalds1da177e2005-04-16 15:20:36 -070087.Liplirb: .long 0x00000000,0x00000000
88 .long 0x00000000,0x00000000
89 .long 0x00000000,0x00000000
90 .long 0x00000000,0x00000000
91 .long 0x00000000,0x00000000
92 .long 0x00000000,0x00000000
93 .long 0x00000000,0x00000000
94 .long 0x00000000,0x00000000