Home
last modified time | relevance | path

Searched refs:program_old_psw (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Dper.S10 program_old_psw: label
78 clg %r1, program_old_psw+8 /* psw.addr updated to dest? */
80 lpswe program_old_psw
H A Dlpswe-early.S11 program_old_psw: label
26 clc program_old_psw(16),bad_psw /* correct old PSW? */
H A Dstosm-early.S11 program_old_psw: label
27 clc program_old_psw(16),expected_old_psw /* correct old PSW? */
H A Dssm-early.S11 program_old_psw: label
27 clc program_old_psw(16),expected_old_psw /* correct old PSW? */
H A Dexrl-ssm-early.S11 program_old_psw: label
29 clc program_old_psw(16),expected_old_psw /* correct old PSW? */
H A Dpgm-specification-softmmu.S12 program_old_psw: label
28 clc expected_old_psw(16),program_old_psw /* correct location? */
H A Dprecise-smc-softmmu.S9 program_old_psw: label
43 clc program_old_psw(16),expected_old_psw2 /* correct old PSW? */
H A Dmc.S10 program_old_psw: label
28 lgrl %r0,program_old_psw+8 /* ilc adjustment */
H A Dsam.S8 program_old_psw: label
27 clc suppressed_psw(16),program_old_psw /* correct location? */
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h84 PSW program_old_psw; /* 0x150 */ member
/openbmc/linux/arch/s390/include/asm/
H A Dlowcore.h83 psw_t program_old_psw; /* 0x0150 */ member
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c279 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 Dasm-offsets.c104 OFFSET(__LC_PGM_OLD_PSW, lowcore, program_old_psw); in main()
/openbmc/qemu/target/s390x/
H A Ds390x-internal.h57 PSW program_old_psw; /* 0x150 */ member