Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dptrace.h14 extern long psw_user_bits;
Dprocessor.h127 regs->psw.mask = psw_user_bits | PSW_MASK_EA | PSW_MASK_BA; \
134 regs->psw.mask = psw_user_bits | PSW_MASK_BA; \
/arch/s390/kernel/
Dsignal.c60 user_sregs.regs.psw.mask = psw_user_bits | in save_sigregs()
93 regs->psw.mask = (psw_user_bits & PSW_MASK_ASC) | in restore_sigregs()
227 (psw_user_bits & PSW_MASK_ASC) | in setup_frame()
298 (psw_user_bits & PSW_MASK_ASC) | in setup_rt_frame()
Dcompat_signal.c192 regs->psw.mask = (psw_user_bits & PSW_MASK_ASC) | in restore_sigregs32()
351 (psw_user_bits & PSW_MASK_ASC) | in setup_frame32()
418 (psw_user_bits & PSW_MASK_ASC) | in setup_rt_frame32()
Dsetup.c69 long psw_user_bits = PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | variable
309 psw_user_bits = (psw_user_bits & ~PSW_MASK_ASC) | PSW_ASC_PRIMARY; in set_user_mode_primary()
Dptrace.c195 tmp = psw_user_bits | (tmp & PSW_MASK_USER); in __peek_user()
317 ((data & ~PSW_MASK_USER) != psw_user_bits || in __poke_user()