Home
last modified time | relevance | path

Searched refs:PSW_MASK_64 (Results 1 – 12 of 12) sorted by relevance

/openbmc/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()
326 if (mask & PSW_MASK_64) { in restore_sigregs()
/openbmc/qemu/pc-bios/s390-ccw/
H A Djump2ipl.c15 #define RESET_PSW_MASK (PSW_MASK_SHORTPSW | PSW_MASK_64)
H A Ds390-arch.h34 #define PSW_MASK_64 (PSW_MASK_EAMODE | PSW_MASK_BAMODE) macro
/openbmc/qemu/target/s390x/
H A Dcpu.c54 switch (mask & (PSW_MASK_32 | PSW_MASK_64)) { in is_early_exception_psw()
59 case PSW_MASK_32 | PSW_MASK_64: in is_early_exception_psw()
H A Dcpu.h290 #undef PSW_MASK_64
312 #define PSW_MASK_64 0x0000000100000000ULL macro
350 QEMU_BUILD_BUG_ON(FLAG_MASK_64 != PSW_MASK_64 >> FLAG_MASK_PSW_SHIFT);
H A Ds390x-internal.h123 return ((env->psw.mask & PSW_MASK_64) ? (1 << 7) : 0) | in get_per_atmid()
133 if (!(env->psw.mask & PSW_MASK_64)) { in wrap_address()
H A Dhelper.c51 if (!(env->psw.mask & PSW_MASK_64)) { in s390_cpu_get_phys_page_debug()
/openbmc/qemu/target/s390x/tcg/
H A Dcrypto_helper.c176 if (!(env->psw.mask & PSW_MASK_64)) { in cpacf_sha512()
254 if (!(env->psw.mask & PSW_MASK_64)) { in fill_buf_random()
H A Dexcp_helper.c159 if (!(env->psw.mask & PSW_MASK_64)) { in s390_cpu_tlb_fill()
165 if (!(env->psw.mask & PSW_MASK_64)) { in s390_cpu_tlb_fill()
H A Dmem_helper.c729 if (env->psw.mask & PSW_MASK_64) { in set_address_zero()
743 if (env->psw.mask & PSW_MASK_64) { in set_address()
766 if (!(env->psw.mask & PSW_MASK_64)) { in wrap_length32()
774 if (!(env->psw.mask & PSW_MASK_64)) { in wrap_length31()
788 if (env->psw.mask & PSW_MASK_64) { in set_length()
1637 if (!(env->psw.mask & PSW_MASK_64)) { in HELPER()
2389 if (!(env->psw.mask & PSW_MASK_64) && (addr >> 32)) { in HELPER()
/openbmc/qemu/hw/s390x/
H A Dipl.c50 #define IPL_PSW_MASK (PSW_MASK_32 | PSW_MASK_64)
/openbmc/qemu/linux-user/
H A Delfload.c1803 PSW_MASK_MCHECK | PSW_MASK_PSTATE | PSW_MASK_64 | \ in init_thread()