Searched refs:program_old_psw (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/tests/tcg/s390x/ |
H A D | per.S | 10 program_old_psw: label 78 clg %r1, program_old_psw+8 /* psw.addr updated to dest? */ 80 lpswe program_old_psw
|
H A D | lpswe-early.S | 11 program_old_psw: label 26 clc program_old_psw(16),bad_psw /* correct old PSW? */
|
H A D | stosm-early.S | 11 program_old_psw: label 27 clc program_old_psw(16),expected_old_psw /* correct old PSW? */
|
H A D | ssm-early.S | 11 program_old_psw: label 27 clc program_old_psw(16),expected_old_psw /* correct old PSW? */
|
H A D | exrl-ssm-early.S | 11 program_old_psw: label 29 clc program_old_psw(16),expected_old_psw /* correct old PSW? */
|
H A D | pgm-specification-softmmu.S | 12 program_old_psw: label 28 clc expected_old_psw(16),program_old_psw /* correct location? */
|
H A D | precise-smc-softmmu.S | 9 program_old_psw: label 43 clc program_old_psw(16),expected_old_psw2 /* correct old PSW? */
|
H A D | mc.S | 10 program_old_psw: label 28 lgrl %r0,program_old_psw+8 /* ilc adjustment */
|
H A D | sam.S | 8 program_old_psw: label 27 clc suppressed_psw(16),program_old_psw /* correct location? */
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | s390-arch.h | 84 PSW program_old_psw; /* 0x150 */ member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | lowcore.h | 83 psw_t program_old_psw; /* 0x0150 */ member
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 279 lowcore->program_old_psw.mask = cpu_to_be64(s390_cpu_get_psw_mask(env)); in do_program_interrupt() 280 lowcore->program_old_psw.addr = cpu_to_be64(env->psw.addr); in do_program_interrupt()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | asm-offsets.c | 104 OFFSET(__LC_PGM_OLD_PSW, lowcore, program_old_psw); in main()
|
/openbmc/qemu/target/s390x/ |
H A D | s390x-internal.h | 57 PSW program_old_psw; /* 0x150 */ member
|