Home
last modified time | relevance | path

Searched refs:SIGP_CC_STATUS_STORED (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/s390/kvm/
H A Dsigp.c36 rc = SIGP_CC_STATUS_STORED; in __sigp_sense()
89 return SIGP_CC_STATUS_STORED; in __sigp_conditional_emergency()
106 return SIGP_CC_STATUS_STORED; in __sigp_external_call()
158 return SIGP_CC_STATUS_STORED; in __sigp_set_arch()
178 return SIGP_CC_STATUS_STORED; in __sigp_set_prefix()
185 return SIGP_CC_STATUS_STORED; in __sigp_set_prefix()
200 return SIGP_CC_STATUS_STORED; in __sigp_store_status_at_addr()
208 rc = SIGP_CC_STATUS_STORED; in __sigp_store_status_at_addr()
221 return SIGP_CC_STATUS_STORED; in __sigp_sense_running()
231 rc = SIGP_CC_STATUS_STORED; in __sigp_sense_running()
/openbmc/linux/arch/s390/include/asm/
H A Dsigp.h25 #define SIGP_CC_STATUS_STORED 1 macro
65 if (status && cc == SIGP_CC_STATUS_STORED) in __pcpu_sigp()
/openbmc/qemu/target/s390x/
H A Dsigp.c35 si->cc = SIGP_CC_STATUS_STORED; in set_sigp_status()
432 return SIGP_CC_STATUS_STORED; in sigp_set_architecture()
H A Dcpu.h774 #define SIGP_CC_STATUS_STORED 1 macro
/openbmc/linux/arch/s390/kernel/
H A Dsmp.c155 0, &status) != SIGP_CC_STATUS_STORED) in pcpu_stopped()
163 0, NULL) != SIGP_CC_STATUS_STORED) in pcpu_running()