Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/char/
Dsclp_early_core.c65 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb) in sclp_early_cmd() function
128 sclp_early_cmd(SCLP_CMDW_WRITE_EVENT_DATA, sccb); in sclp_early_print_lm()
152 sclp_early_cmd(SCLP_CMDW_WRITE_EVENT_DATA, sccb); in sclp_early_print_vt220()
168 if (sclp_early_cmd(SCLP_CMDW_WRITE_EVENT_MASK, sccb)) in sclp_early_set_event_mask()
290 if (sclp_early_cmd(commands[i], sccb)) in sclp_early_read_info()
362 rc = sclp_early_cmd(command, sccb); in sclp_early_read_storage_info()
Dsclp_early.c143 if (sclp_early_cmd(SCLP_CMDW_READ_CPU_INFO, sccb)) { in sclp_early_get_core_info()
Dsclp.h315 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb);