Searched refs:PSW (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | s390-arch.h | 14 typedef struct PSW { struct 17 } __attribute__ ((aligned(8))) PSW; argument 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 D | cpu.h | 36 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 D | watchdog.S | 26 ! Disable Interrupts by clear GIE in $PSW reg
|
| /openbmc/u-boot/arch/nds32/cpu/n1213/ |
| H A D | start.S | 30 #define PSW $ir0 macro 31 #define EIT_INTR_PSW $ir1 ! interruption $PSW 398 mfsr $r28, PSW ! $PSW
|
| /openbmc/qemu/target/tricore/ |
| H A D | fpu_helper.c | 113 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 D | cpu.h | 41 uint32_t PSW; member
|
| H A D | csfr.h.inc | 7 NOTE: PSW is handled as a special case in gen_mtcr/mfcr */
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu.h | 48 typedef struct PSW { struct 51 } PSW; argument 76 PSW psw;
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | insn-data.h.inc | 393 /* EXTRACT PSW */ 1351 /* LOAD PSW */ 1353 /* LOAD PSW EXTENDED */ 1384 /* SET PSW KEY FROM ADDRESS */
|
| /openbmc/qemu/docs/devel/ |
| H A D | reset.rst | 64 ``RESET_TYPE_S390_CPU_NORMAL`` does and also clears the PSW, prefix,
|