Home
last modified time | relevance | path

Searched refs:PSW (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h14 typedef struct PSW { struct
17 } __attribute__ ((aligned(8))) PSW; typedef
18 _Static_assert(sizeof(struct PSW) == 16, "PSW size incorrect");
81 PSW restart_old_psw; /* 0x120 */
82 PSW external_old_psw; /* 0x130 */
83 PSW svc_old_psw; /* 0x140 */
84 PSW program_old_psw; /* 0x150 */
85 PSW mcck_old_psw; /* 0x160 */
86 PSW io_old_psw; /* 0x170 */
88 PSW restart_new_psw; /* 0x1a0 */
[all …]
/openbmc/qemu/target/rx/
H A Dcpu.h36 REG32(PSW, 0)
37 FIELD(PSW, C, 0, 1)
38 FIELD(PSW, Z, 1, 1)
39 FIELD(PSW, S, 2, 1)
40 FIELD(PSW, O, 3, 1)
41 FIELD(PSW, I, 16, 1)
42 FIELD(PSW, U, 17, 1)
43 FIELD(PSW, PM, 20, 1)
44 FIELD(PSW, IPL, 24, 4)
159 psw = FIELD_DP32(psw, PSW, IPL, env->psw_ipl); in rx_cpu_pack_psw()
[all …]
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/
H A Dwatchdog.S26 ! Disable Interrupts by clear GIE in $PSW reg
/openbmc/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S30 #define PSW $ir0 macro
31 #define EIT_INTR_PSW $ir1 ! interruption $PSW
398 mfsr $r28, PSW ! $PSW
/openbmc/qemu/target/tricore/
H A Dfpu_helper.c113 env->PSW |= 1 << 26; in f_update_psw_flags()
578 env->PSW &= ~(extract32(arg, 10, 1) << 26); in helper_updfl()
579 env->PSW |= (extract32(arg, 2, 1) & extract32(arg, 10, 1)) << 26; in helper_updfl()
H A Dcpu.h41 uint32_t PSW; member
H A Dcsfr.h.inc7 NOTE: PSW is handled as a special case in gen_mtcr/mfcr */
/openbmc/qemu/target/s390x/
H A Dcpu.h48 typedef struct PSW { struct
51 } PSW; argument
76 PSW psw;
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc393 /* EXTRACT PSW */
1351 /* LOAD PSW */
1353 /* LOAD PSW EXTENDED */
1384 /* SET PSW KEY FROM ADDRESS */
/openbmc/qemu/docs/devel/
H A Dreset.rst64 ``RESET_TYPE_S390_CPU_NORMAL`` does and also clears the PSW, prefix,