Home
last modified time | relevance | path

Searched refs:PSW_MASK_SHORT_ADDR (Results 1 – 6 of 6) sorted by relevance

/qemu/pc-bios/s390-ccw/
H A Djump2ipl.c57 debug_print_int("set IPL addr to", address ?: *reset_psw & PSW_MASK_SHORT_ADDR); in jump_to_IPL_code()
H A Ds390-arch.h33 #define PSW_MASK_SHORT_ADDR 0x000000007fffffffULL macro
/qemu/target/s390x/
H A Dcpu-sysemu.c56 cpu->env.psw.addr = spsw & PSW_MASK_SHORT_ADDR; in s390_cpu_load_normal()
H A Dcpu.h323 #define PSW_MASK_SHORT_ADDR 0x000000007fffffffULL macro
/qemu/hw/s390x/
H A Dipl.c197 pentry = be32_to_cpu(*ipl_psw) & PSW_MASK_SHORT_ADDR; in s390_ipl_realize()
/qemu/target/s390x/tcg/
H A Dtranslate.c2910 tcg_gen_andi_i64(addr, mask, PSW_MASK_SHORT_ADDR); in op_lpsw()