Home
last modified time | relevance | path

Searched refs:SIGP_STATUS_STOPPED (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/asm/
H A Dsigp.h33 #define SIGP_STATUS_STOPPED 0x00000040UL macro
/linux/arch/s390/kernel/
H A Dsmp.c151 return !!(status & (SIGP_STATUS_CHECK_STOP|SIGP_STATUS_STOPPED)); in pcpu_stopped()