Home
last modified time | relevance | path

Searched refs:PSW_MASK_32 (Results 1 – 8 of 8) sorted by relevance

/qemu/linux-user/s390x/
H A Dsignal.c121 PSW_MASK_64 | PSW_MASK_32)
222 env->psw.mask = PSW_MASK_64 | PSW_MASK_32 | PSW_ASC_PRIMARY in setup_frame()
288 env->psw.mask = PSW_MASK_64 | PSW_MASK_32 | PSW_ASC_PRIMARY in setup_rt_frame()
327 mask |= PSW_MASK_32; in restore_sigregs()
/qemu/target/s390x/
H A Dcpu.c53 switch (mask & (PSW_MASK_32 | PSW_MASK_64)) { in is_early_exception_psw()
56 case PSW_MASK_32: in is_early_exception_psw()
58 case PSW_MASK_32 | PSW_MASK_64: in is_early_exception_psw()
H A Dcpu.h300 #undef PSW_MASK_32
322 #define PSW_MASK_32 0x0000000080000000ULL macro
358 QEMU_BUILD_BUG_ON(FLAG_MASK_32 != PSW_MASK_32 >> FLAG_MASK_PSW_SHIFT);
H A Ds390x-internal.h125 ((env->psw.mask & PSW_MASK_32) ? (1 << 5) : 0) | in get_per_atmid()
134 if (!(env->psw.mask & PSW_MASK_32)) { in wrap_address()
/qemu/target/s390x/tcg/
H A Dcrypto_helper.c178 message_reg_len = (env->psw.mask & PSW_MASK_32) ? 32 : 24; in cpacf_sha512()
256 buf_reg_len = (env->psw.mask & PSW_MASK_32) ? 32 : 24; in fill_buf_random()
H A Dmem_helper.c714 if (!(env->psw.mask & PSW_MASK_32)) { in set_address_zero()
729 if (!(env->psw.mask & PSW_MASK_32)) { in set_address()
/qemu/hw/s390x/
H A Dipl.c48 #define IPL_PSW_MASK (PSW_MASK_32 | PSW_MASK_64)
/qemu/linux-user/
H A Delfload.c1802 PSW_MASK_32; in init_thread()