Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/char/
Dsclp_early_core.c213 void __sclp_early_printk(const char *str, unsigned int len, unsigned int force) in __sclp_early_printk() function
230 __sclp_early_printk(str, strlen(str), 0); in sclp_early_printk()
235 __sclp_early_printk(str, strlen(str), 1); in sclp_early_printk_force()
/Linux-v4.19/arch/s390/kernel/
Dearly_printk.c13 __sclp_early_printk(s, len, 0); in sclp_early_write()
/Linux-v4.19/arch/s390/include/asm/
Dsclp.h112 void __sclp_early_printk(const char *s, unsigned int len, unsigned int force);