Home
last modified time | relevance | path

Searched refs:PSW_MASK_SHORTPSW (Results 1 – 5 of 5) sorted by relevance

/qemu/pc-bios/s390-ccw/
H A Djump2ipl.c14 #define RESET_PSW_MASK (PSW_MASK_SHORTPSW | PSW_MASK_64)
H A Ds390-arch.h29 #define PSW_MASK_SHORTPSW 0x0008000000000000ULL macro
/qemu/target/s390x/
H A Dcpu-sysemu.c55 cpu->env.psw.mask ^= PSW_MASK_SHORTPSW; in s390_cpu_load_normal()
H A Dcpu.h311 #define PSW_MASK_SHORTPSW 0x0008000000000000ULL macro
/qemu/target/s390x/tcg/
H A Dtranslate.c2912 tcg_gen_xori_i64(mask, mask, PSW_MASK_SHORTPSW); in op_lpsw()