| * Test early exception recognition using STOSM. |
| * SPDX-License-Identifier: GPL-2.0-or-later |
| program_interruption_code: |
| .org 0x1D0 /* program new PSW */ |
| .org 0x200 /* lowcore padding */ |
| stosm ssm_op,0x10 /* bit 3 set */ |
| chhsi program_interruption_code,0x6 /* specification exception? */ |
| cli ilc,4 /* ilc for STOSM? */ |
| clc program_old_psw(16),expected_old_psw /* correct old PSW? */ |
| .quad 0x1000000180000000,expected_pswa /* bit 3 set */ |
| .quad 0x2000000000000,0xfff /* see is_special_wait_psw() */ |
| .quad 0x2000000000000,0 /* disabled wait */ |