Searched refs:boot_fmt (Results 1 – 5 of 5) sorted by relevance
| /arch/s390/boot/ |
| A D | boot.h | 79 #ifndef boot_fmt 80 #define boot_fmt(fmt) fmt macro 83 #define boot_emerg(fmt, ...) boot_printk(KERN_EMERG boot_fmt(fmt), ##__VA_ARGS__) 84 #define boot_alert(fmt, ...) boot_printk(KERN_ALERT boot_fmt(fmt), ##__VA_ARGS__) 85 #define boot_crit(fmt, ...) boot_printk(KERN_CRIT boot_fmt(fmt), ##__VA_ARGS__) 86 #define boot_err(fmt, ...) boot_printk(KERN_ERR boot_fmt(fmt), ##__VA_ARGS__) 87 #define boot_warn(fmt, ...) boot_printk(KERN_WARNING boot_fmt(fmt), ##__VA_ARGS__) 88 #define boot_notice(fmt, ...) boot_printk(KERN_NOTICE boot_fmt(fmt), ##__VA_ARGS__) 89 #define boot_info(fmt, ...) boot_printk(KERN_INFO boot_fmt(fmt), ##__VA_ARGS__) 90 #define boot_debug(fmt, ...) boot_printk(KERN_DEBUG boot_fmt(fmt), ##__VA_ARGS__)
|
| A D | alternative.c | 2 #define boot_fmt(fmt) "alt: " fmt macro
|
| A D | physmem_info.c | 2 #define boot_fmt(fmt) "physmem: " fmt macro
|
| A D | startup.c | 2 #define boot_fmt(fmt) "startup: " fmt macro
|
| A D | vmem.c | 2 #define boot_fmt(fmt) "vmem: " fmt macro
|
Completed in 9 milliseconds