Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dprocessor.h178 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \
315 mask = (psw.mask & PSW_MASK_EA) ? -1UL : in __rewind_psw()
333 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)
/arch/s390/include/uapi/asm/
Dptrace.h233 #define PSW_MASK_EA 0x00000000UL macro
263 #define PSW_MASK_EA 0x0000000100000000UL macro
/arch/s390/kernel/
Dsignal.c161 if (regs->psw.mask & PSW_MASK_EA) in restore_sigregs()
347 regs->psw.mask = PSW_MASK_EA | PSW_MASK_BA | in setup_frame()
425 regs->psw.mask = PSW_MASK_EA | PSW_MASK_BA | in setup_rt_frame()
Dmachine_kexec.c91 __load_psw_mask(PSW_MASK_BASE | PSW_DEFAULT_KEY | PSW_MASK_EA | PSW_MASK_BA); in __do_machine_kdump()
Dearly.c290 psw.mask = PSW_MASK_BASE | PSW_DEFAULT_KEY | PSW_MASK_EA | PSW_MASK_BA; in setup_lowcore_early()
Dptrace.c336 if ((data & PSW_MASK_EA) && !(data & PSW_MASK_BA)) in __poke_user()
/arch/s390/kvm/
Dpriv.c530 #define PSW_MASK_ADDR_MODE (PSW_MASK_EA | PSW_MASK_BA)
545 if ((psw->mask & PSW_MASK_ADDR_MODE) == PSW_MASK_EA) in is_valid_psw()