Searched refs:__sclp_early_printk (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/s390/kernel/ |
D | early_printk.c | 13 __sclp_early_printk(s, len, 0); in sclp_early_write()
|
/Linux-v5.4/drivers/s390/char/ |
D | sclp_early_core.c | 217 void __sclp_early_printk(const char *str, unsigned int len, unsigned int force) in __sclp_early_printk() function 234 __sclp_early_printk(str, strlen(str), 0); in sclp_early_printk() 239 __sclp_early_printk(str, strlen(str), 1); in sclp_early_printk_force()
|
/Linux-v5.4/arch/s390/include/asm/ |
D | sclp.h | 118 void __sclp_early_printk(const char *s, unsigned int len, unsigned int force);
|