Searched refs:__cpcmd (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/s390/kernel/
H A Dcpcmd.c58 * __cpcmd has some restrictions over cpcmd
60 * - __cpcmd is unlocked and therefore not SMP-safe
62 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) __cpcmd() function
85 EXPORT_SYMBOL(__cpcmd); variable
102 len = __cpcmd(cmd, lowbuf, rlen, response_code); cpcmd()
108 len = __cpcmd(cmd, response, rlen, response_code); cpcmd()
H A Dipl.c533 __cpcmd("IPL", NULL, 0, NULL); __ipl_run()
1058 __cpcmd(buf, NULL, 0, NULL); __reipl_run()
1072 __cpcmd("IPL", NULL, 0, NULL); __reipl_run()
1080 __cpcmd(buf, NULL, 0, NULL); __reipl_run()
1084 __cpcmd("IPL", NULL, 0, NULL); __reipl_run()
1420 __cpcmd(buf, NULL, 0, NULL); __dump_run()
1422 __cpcmd(buf, NULL, 0, NULL); __dump_run()
1591 __cpcmd(cmd, NULL, 0, NULL); vmcmd_run()
H A Dearly.c140 __cpcmd(defsys_cmd, NULL, 0, &response); create_kernel_nss()
/linux-4.1.27/arch/s390/include/asm/
H A Dcpcmd.h13 * the caller of __cpcmd has to ensure that the response buffer is below 2 GB
15 extern int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);

Completed in 151 milliseconds