Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu-sysemu.c50 cpu->env.psw.mask = spsw & PSW_MASK_SHORT_CTRL; in s390_cpu_load_normal()
H A Dcpu.h315 #define PSW_MASK_SHORT_CTRL 0xffffffff80000000ULL macro
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c2910 tcg_gen_andi_i64(mask, mask, PSW_MASK_SHORT_CTRL); in op_lpsw()