Searched refs:sclp_early_cmd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_early_core.c | 63 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb) in sclp_early_cmd() function 126 sclp_early_cmd(SCLP_CMDW_WRITE_EVENT_DATA, sccb); in sclp_early_print_lm() 150 sclp_early_cmd(SCLP_CMDW_WRITE_EVENT_DATA, sccb); in sclp_early_print_vt220() 166 if (sclp_early_cmd(SCLP_CMDW_WRITE_EVENT_MASK, sccb)) in sclp_early_set_event_mask() 249 if (sclp_early_cmd(commands[i], sccb)) in sclp_early_read_info() 321 rc = sclp_early_cmd(command, sccb); in sclp_early_read_storage_info()
|
H A D | sclp_early.c | 120 if (sclp_early_cmd(SCLP_CMDW_READ_CPU_INFO, sccb)) in sclp_early_init_core_info()
|
H A D | sclp.h | 325 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb);
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_early_core.c | 64 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb) in sclp_early_cmd() function 127 sclp_early_cmd(SCLP_CMDW_WRITE_EVENT_DATA, sccb); in sclp_early_print_lm() 151 sclp_early_cmd(SCLP_CMDW_WRITE_EVENT_DATA, sccb); in sclp_early_print_vt220() 167 if (sclp_early_cmd(SCLP_CMDW_WRITE_EVENT_MASK, sccb)) in sclp_early_set_event_mask() 268 * We can't pass sclp_info_sccb to sclp_early_cmd() here directly, 289 if (sclp_early_cmd(commands[i], sccb)) in sclp_early_read_info() 361 rc = sclp_early_cmd(command, sccb); in sclp_early_read_storage_info()
|
H A D | sclp_early.c | 141 if (sclp_early_cmd(SCLP_CMDW_READ_CPU_INFO, sccb)) { in sclp_early_get_core_info()
|
H A D | sclp.h | 315 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb);
|
Completed in 5 milliseconds