Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/uapi/asm/
Dptrace.h246 #define PSW_ASC_HOME 0x0000C000UL macro
276 #define PSW_ASC_HOME 0x0000C00000000000UL macro
/linux-4.1.27/arch/s390/include/asm/
Dptrace.h19 #define PSW_KERNEL_BITS (PSW_DEFAULT_KEY | PSW_MASK_BASE | PSW_ASC_HOME | \
/linux-4.1.27/arch/s390/kernel/
Dtraps.c324 regs->psw.mask |= PSW_ASC_HOME; in space_switch_exception()
Dsignal.c177 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs()
Dcompat_signal.c243 if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME) in restore_sigregs32()
Dperf_cpum_sf.c1018 regs.psw.mask |= PSW_ASC_HOME; in perf_push_sample()
Dptrace.c345 if ((data & PSW_MASK_ASC) == PSW_ASC_HOME) in __poke_user()