Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dprocessor.h123 regs->psw.mask = psw_user_bits | PSW_MASK_EA | PSW_MASK_BA; \
129 regs->psw.mask = psw_user_bits | PSW_MASK_BA; \
Dptrace.h288 extern long psw_user_bits;
/linux-3.4.99/arch/s390/kernel/
Dsignal.c120 user_sregs.regs.psw.mask = psw_user_bits | in save_sigregs()
153 regs->psw.mask = (psw_user_bits & PSW_MASK_ASC) | in restore_sigregs()
303 (psw_user_bits & PSW_MASK_ASC) | in setup_frame()
379 (psw_user_bits & PSW_MASK_ASC) | in setup_rt_frame()
Dsetup.c70 long psw_user_bits = PSW_MASK_DAT | PSW_MASK_IO | PSW_MASK_EXT | variable
307 psw_user_bits = (psw_user_bits & ~PSW_MASK_ASC) | PSW_ASC_PRIMARY; in set_amode_primary()
Dcompat_signal.c318 regs->psw.mask = (psw_user_bits & PSW_MASK_ASC) | in restore_sigregs32()
503 (psw_user_bits & PSW_MASK_ASC) | in setup_frame32()
574 (psw_user_bits & PSW_MASK_ASC) | in setup_rt_frame32()
Dptrace.c173 tmp = psw_user_bits | (tmp & PSW_MASK_USER); in __peek_user()
295 ((data & ~PSW_MASK_USER) != psw_user_bits || in __poke_user()