Home
last modified time | relevance | path

Searched refs:PSW_MASK_BA (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Dprocessor.h156 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \
163 regs->psw.mask = PSW_USER_BITS | PSW_MASK_BA; \
270 (psw.mask & PSW_MASK_BA) ? (1UL << 31) - 1 : in __rewind_psw()
287 psw.mask = PSW_MASK_BASE | PSW_MASK_WAIT | PSW_MASK_BA | PSW_MASK_EA; in disabled_wait()
Dptrace.h21 PSW_MASK_EA | PSW_MASK_BA)
/linux-4.4.14/arch/s390/include/uapi/asm/
Dptrace.h234 #define PSW_MASK_BA 0x00000000UL macro
264 #define PSW_MASK_BA 0x0000000080000000UL macro
/linux-4.4.14/drivers/s390/char/
Dsclp_quiesce.c32 PSW_MASK_BASE | PSW_MASK_EA | PSW_MASK_BA | PSW_MASK_WAIT; in do_machine_quiesce()
Dsclp_early.c66 PSW_MASK_BA | PSW_MASK_EXT | PSW_MASK_WAIT); in sclp_cmd_sync_early()
/linux-4.4.14/arch/s390/kernel/
Dsignal.c162 regs->psw.mask |= PSW_MASK_BA; in restore_sigregs()
347 regs->psw.mask = PSW_MASK_EA | PSW_MASK_BA | in setup_frame()
426 regs->psw.mask = PSW_MASK_EA | PSW_MASK_BA | in setup_rt_frame()
Dcompat_signal.c188 (__u32)(regs->psw.mask & PSW_MASK_BA); in save_sigregs32()
434 regs->psw.mask = PSW_MASK_BA | in setup_frame32()
518 regs->psw.mask = PSW_MASK_BA | in setup_rt_frame32()
Dmachine_kexec.c114 __load_psw_mask(PSW_MASK_BASE | PSW_DEFAULT_KEY | PSW_MASK_EA | PSW_MASK_BA); in __do_machine_kdump()
Ddumpstack.c146 printk(" EA:%x", mask_bits(regs, PSW_MASK_EA | PSW_MASK_BA)); in show_registers()
Dptrace.c336 if ((data & PSW_MASK_EA) && !(data & PSW_MASK_BA)) in __poke_user()
583 (__u32)(regs->psw.mask & PSW_MASK_BA); in __peek_user_compat()
699 (regs->psw.mask & PSW_MASK_BA) | in __poke_user_compat()
705 regs->psw.mask = (regs->psw.mask & ~PSW_MASK_BA) | in __poke_user_compat()
Dearly.c270 psw.mask = PSW_MASK_BASE | PSW_DEFAULT_KEY | PSW_MASK_EA | PSW_MASK_BA; in setup_lowcore_early()
/linux-4.4.14/arch/s390/kvm/
Dpriv.c367 #define PSW_MASK_ADDR_MODE (PSW_MASK_EA | PSW_MASK_BA)
376 if ((psw->mask & PSW_MASK_ADDR_MODE) == PSW_MASK_BA) { in is_valid_psw()