Home
last modified time | relevance | path

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

/arch/s390/include/uapi/asm/
Dptrace.h227 #define PSW_MASK_WAIT 0x00020000UL macro
257 #define PSW_MASK_WAIT 0x0002000000000000UL macro
/arch/s390/lib/
Ddelay.c44 psw_mask = __extract_psw() | PSW_MASK_EXT | PSW_MASK_WAIT; in __udelay_disabled()
/arch/s390/kernel/
Dsclp.c31 psw_wait.mask = psw_mask | PSW_MASK_EXT | PSW_MASK_WAIT; in _sclp_wait_int()
Didle.c31 psw_mask = PSW_KERNEL_BITS | PSW_MASK_WAIT | PSW_MASK_DAT | in enabled_wait()
Dperf_cpum_sf.c1002 regs.psw.mask |= PSW_MASK_WAIT; in perf_push_sample()
/arch/s390/include/asm/
Dprocessor.h333 psw.mask = PSW_MASK_BASE | PSW_MASK_WAIT | PSW_MASK_BA | PSW_MASK_EA; in disabled_wait()