Searched refs:PSW_MASK_EA (Results 1 – 10 of 10) sorted by relevance
169 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \296 mask = (psw.mask & PSW_MASK_EA) ? -1UL : in __rewind_psw()314 psw.mask = PSW_MASK_BASE | PSW_MASK_WAIT | PSW_MASK_BA | PSW_MASK_EA; in disabled_wait()
26 PSW_MASK_EA | PSW_MASK_BA)
231 #define PSW_MASK_EA 0x00000000UL macro261 #define PSW_MASK_EA 0x0000000100000000UL macro
163 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()
61 __load_psw_mask(PSW_MASK_BASE | PSW_DEFAULT_KEY | PSW_MASK_EA | PSW_MASK_BA); in __do_machine_kdump()
172 psw.mask = PSW_MASK_BASE | PSW_DEFAULT_KEY | PSW_MASK_EA | PSW_MASK_BA; in setup_lowcore_early()
371 if ((data & PSW_MASK_EA) && !(data & PSW_MASK_BA)) in __poke_user()
32 PSW_MASK_BASE | PSW_MASK_EA | PSW_MASK_BA | PSW_MASK_WAIT; in do_machine_quiesce()
719 #define PSW_MASK_ADDR_MODE (PSW_MASK_EA | PSW_MASK_BA)734 if ((psw->mask & PSW_MASK_ADDR_MODE) == PSW_MASK_EA) in is_valid_psw()