Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/uapi/asm/
Dptrace.h197 #define PSW_ASC_HOME _AC(0x0000C000, UL) macro
225 #define PSW_ASC_HOME _AC(0x0000C00000000000, UL) macro
/linux-6.12.1/arch/s390/include/asm/
Dptrace.h50 #define PSW_KERNEL_BITS (PSW_DEFAULT_KEY | PSW_MASK_BASE | PSW_ASC_HOME | \
/linux-6.12.1/arch/s390/kernel/
Dtraps.c242 regs->psw.mask |= PSW_ASC_HOME; in space_switch_exception()
Dcompat_signal.c108 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs32()
Dsignal.c157 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs()
Dptrace.c342 if ((data & PSW_MASK_ASC) == PSW_ASC_HOME) in __poke_user()