1*503e549eSIlya Leoshkevich .org 0x1D0 /* program new PSW */ 2*503e549eSIlya Leoshkevich .quad 0x2000000000000,0 /* disabled wait */ 3*503e549eSIlya Leoshkevich .org 0x200 /* lowcore padding */ 4*503e549eSIlya Leoshkevich 5*503e549eSIlya Leoshkevich .globl _start 6*503e549eSIlya Leoshkevich_start: 7*503e549eSIlya Leoshkevich lctlg %c0,%c0,_c0 8*503e549eSIlya Leoshkevich vst %v0,_unaligned 9*503e549eSIlya Leoshkevich lpswe quiesce_psw 10*503e549eSIlya Leoshkevich 11*503e549eSIlya Leoshkevich .align 8 12*503e549eSIlya Leoshkevichquiesce_psw: 13*503e549eSIlya Leoshkevich .quad 0x2000000000000,0xfff /* see is_special_wait_psw() */ 14*503e549eSIlya Leoshkevich_c0: 15*503e549eSIlya Leoshkevich .quad 0x10060000 /* lowcore protection, AFP, VX */ 16*503e549eSIlya Leoshkevich 17*503e549eSIlya Leoshkevich .byte 0 18*503e549eSIlya Leoshkevich_unaligned: 19*503e549eSIlya Leoshkevich .octa 0 20