Home
last modified time | relevance | path

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

/arch/s390/include/uapi/asm/
Dptrace.h244 #define PSW_ASC_HOME 0x0000C000UL macro
274 #define PSW_ASC_HOME 0x0000C00000000000UL macro
/arch/s390/include/asm/
Dptrace.h25 #define PSW_KERNEL_BITS (PSW_DEFAULT_KEY | PSW_MASK_BASE | PSW_ASC_HOME | \
/arch/s390/kernel/
Dtraps.c243 regs->psw.mask |= PSW_ASC_HOME; in space_switch_exception()
Dcompat_signal.c110 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs32()
Dsignal.c159 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs()
Dptrace.c370 if ((data & PSW_MASK_ASC) == PSW_ASC_HOME) in __poke_user()