Searched refs:PSW_MASK_64 (Results 1 – 12 of 12) sorted by relevance
121 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()
15 #define RESET_PSW_MASK (PSW_MASK_SHORTPSW | PSW_MASK_64)
34 #define PSW_MASK_64 (PSW_MASK_EAMODE | PSW_MASK_BAMODE) macro
54 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()
290 #undef PSW_MASK_64312 #define PSW_MASK_64 0x0000000100000000ULL macro350 QEMU_BUILD_BUG_ON(FLAG_MASK_64 != PSW_MASK_64 >> FLAG_MASK_PSW_SHIFT);
123 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()
51 if (!(env->psw.mask & PSW_MASK_64)) { in s390_cpu_get_phys_page_debug()
176 if (!(env->psw.mask & PSW_MASK_64)) { in cpacf_sha512()254 if (!(env->psw.mask & PSW_MASK_64)) { in fill_buf_random()
159 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()
729 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()
50 #define IPL_PSW_MASK (PSW_MASK_32 | PSW_MASK_64)
1803 PSW_MASK_MCHECK | PSW_MASK_PSTATE | PSW_MASK_64 | \ in init_thread()