Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h184 #define PSW_MASK_PM _AC(0x00000F00, UL) macro
212 #define PSW_MASK_PM _AC(0x00000F0000000000, UL) macro
/openbmc/qemu/target/s390x/
H A Dcpu.h287 #undef PSW_MASK_PM
309 #define PSW_MASK_PM 0x00000F0000000000ULL macro
/openbmc/qemu/linux-user/s390x/
H A Dsignal.c120 #define PSW_MASK_USER (PSW_MASK_ASC | PSW_MASK_CC | PSW_MASK_PM | \