Home
last modified time | relevance | path

Searched refs:PSW_MASK_EA (Results 1 – 8 of 8) sorted by relevance

/arch/s390/include/asm/
Dprocessor.h171 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \
299 mask = (psw.mask & PSW_MASK_EA) ? -1UL : in __rewind_psw()
317 psw.mask = PSW_MASK_BASE | PSW_MASK_WAIT | PSW_MASK_BA | PSW_MASK_EA; in disabled_wait()
Dptrace.h26 PSW_MASK_EA | PSW_MASK_BA)
/arch/s390/include/uapi/asm/
Dptrace.h231 #define PSW_MASK_EA 0x00000000UL macro
261 #define PSW_MASK_EA 0x0000000100000000UL macro
/arch/s390/kernel/
Dsignal.c163 if (regs->psw.mask & PSW_MASK_EA) in restore_sigregs()
349 regs->psw.mask = PSW_MASK_EA | PSW_MASK_BA | in setup_frame()
427 regs->psw.mask = PSW_MASK_EA | PSW_MASK_BA | in setup_rt_frame()
Dmachine_kexec.c94 __load_psw_mask(PSW_MASK_BASE | PSW_DEFAULT_KEY | PSW_MASK_EA | PSW_MASK_BA); in __do_machine_kdump()
Dearly.c171 psw.mask = PSW_MASK_BASE | PSW_DEFAULT_KEY | PSW_MASK_EA | PSW_MASK_BA; in setup_lowcore_early()
Dptrace.c352 if ((data & PSW_MASK_EA) && !(data & PSW_MASK_BA)) in __poke_user()
/arch/s390/kvm/
Dpriv.c703 #define PSW_MASK_ADDR_MODE (PSW_MASK_EA | PSW_MASK_BA)
718 if ((psw->mask & PSW_MASK_ADDR_MODE) == PSW_MASK_EA) in is_valid_psw()