Home
last modified time | relevance | path

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

/linux/arch/s390/include/uapi/asm/
H A Dptrace.h105 #define PSW_ASC_HOME _AC(0x0000C00000000000, UL) macro
/linux/arch/s390/include/asm/
H A Dptrace.h54 #define PSW_KERNEL_BITS (PSW_DEFAULT_KEY | PSW_MASK_BASE | PSW_ASC_HOME | \
/linux/arch/s390/kernel/
H A Dtraps.c219 regs->psw.mask |= PSW_ASC_HOME; in space_switch_exception()
H A Dsignal.c156 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs()
H A Dptrace.c340 if ((data & PSW_MASK_ASC) == PSW_ASC_HOME) in __poke_user()