Home
last modified time | relevance | path

Searched refs:PSW_MASK_PER (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/s390x/
H A Dcpu.c89 if ((old_mask ^ mask) & PSW_MASK_PER) { in s390_cpu_set_psw()
327 if (env->psw.mask & PSW_MASK_PER) { in s390x_get_tb_cpu_state()
H A Dcpu.h271 #undef PSW_MASK_PER
292 #define PSW_MASK_PER 0x4000000000000000ULL macro
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c1976 if (PERchanged && env->psw.mask & PSW_MASK_PER) { in HELPER()
2013 if (PERchanged && env->psw.mask & PSW_MASK_PER) { in HELPER()