Home
last modified time | relevance | path

Searched refs:boot_fmt (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/s390/boot/
H A Dboot.h78 #ifndef boot_fmt
79 #define boot_fmt(fmt) fmt macro
82 #define boot_emerg(fmt, ...) boot_printk(KERN_EMERG boot_fmt(fmt), ##__VA_ARGS__)
83 #define boot_alert(fmt, ...) boot_printk(KERN_ALERT boot_fmt(fmt), ##__VA_ARGS__)
84 #define boot_crit(fmt, ...) boot_printk(KERN_CRIT boot_fmt(fmt), ##__VA_ARGS__)
85 #define boot_err(fmt, ...) boot_printk(KERN_ERR boot_fmt(fmt), ##__VA_ARGS__)
86 #define boot_warn(fmt, ...) boot_printk(KERN_WARNING boot_fmt(fmt), ##__VA_ARGS__)
87 #define boot_notice(fmt, ...) boot_printk(KERN_NOTICE boot_fmt(fmt), ##__VA_ARGS__)
88 #define boot_info(fmt, ...) boot_printk(KERN_INFO boot_fmt(fmt), ##__VA_ARGS__)
89 #define boot_debug(fmt, ...) boot_printk(KERN_DEBUG boot_fmt(fmt), ##__VA_ARGS__)
H A Dalternative.c2 #define boot_fmt(fmt) "alt: " fmt macro
H A Dphysmem_info.c2 #define boot_fmt(fmt) "physmem: " fmt macro
H A Dstartup.c2 #define boot_fmt(fmt) "startup: " fmt macro
H A Dvmem.c2 #define boot_fmt(fmt) "vmem: " fmt macro