Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu.c50 if (mask & PSW_MASK_RESERVED) { in is_early_exception_psw()
H A Dcpu.h316 #define PSW_MASK_RESERVED 0xb80800fe7fffffffULL macro
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c4060 tcg_gen_andi_i64(reserved, psw_mask, PSW_MASK_RESERVED); in gen_check_psw_mask()