Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dsclp.h316 static inline int sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call() function
H A Dsclp_early_core.c72 rc = sclp_service_call(cmd, sccb); in sclp_early_cmd()
H A Dsclp.c397 rc = sclp_service_call(command, sccb); in sclp_service_call_trace()