Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dsigp.h33 #define SIGP_STATUS_STOPPED 0x00000040UL macro
/openbmc/linux/arch/s390/kvm/
H A Dsigp.c35 *reg |= SIGP_STATUS_STOPPED; in __sigp_sense()
/openbmc/linux/arch/s390/kernel/
H A Dsmp.c157 return !!(status & (SIGP_STATUS_CHECK_STOP|SIGP_STATUS_STOPPED)); in pcpu_stopped()