Searched refs:msg (Results 126 - 135 of 135) sorted by relevance

123456

/arch/x86/kernel/
H A De820.c803 static void early_panic(char *msg) argument
805 early_printk(msg);
806 panic(msg);
H A Dapm_32.c465 char *msg; member in struct:lookup_t
511 pr_notice("%s: %s\n", str, error_table[i].msg);
/arch/ia64/hp/common/
H A Dsba_iommu.c311 * @msg: text to print ont the output line.
317 sba_dump_pdir_entry(struct ioc *ioc, char *msg, uint pide) argument
325 msg, rptr, pide & (BITS_PER_LONG - 1), *rptr);
336 printk(KERN_DEBUG "%s", msg);
343 * @msg: text to print ont the output line.
348 sba_check_pdir(struct ioc *ioc, char *msg) argument
371 sba_dump_pdir_entry(ioc, msg, pide);
/arch/powerpc/sysdev/
H A Dmpic.c1903 void smp_mpic_message_pass(int cpu, int msg) argument
1911 if ((unsigned int)msg > 3) {
1912 printk("SMP %d: smp_message_pass: unknown msg %d\n",
1913 smp_processor_id(), msg);
1918 DBG("%s: send_ipi(ipi_no: %d)\n", mpic->name, msg);
1924 msg * MPIC_INFO(CPU_IPI_DISPATCH_STRIDE), physmask);
/arch/s390/kernel/
H A Dcompat_linux.c27 #include <linux/msg.h>
/arch/sparc/kernel/
H A Dsys_sparc_64.c15 #include <linux/msg.h>
/arch/powerpc/kernel/
H A Dprom_init.c272 static void __init prom_print(const char *msg) argument
279 for (p = msg; *p != 0; p = q) {
1727 prom_panic("cannot find chosen"); /* msg won't be printed :( */
1732 prom_panic("cannot find device tree root"); /* msg won't be printed :( */
/arch/powerpc/include/asm/
H A Dopal.h991 extern int opal_async_wait_response(uint64_t token, struct opal_msg *msg);
/arch/x86/xen/
H A Denlighten.c1306 static void xen_restart(char *msg) argument
/arch/x86/kvm/
H A Dsvm.c615 const char *msg; local
617 if (!cpu_has_svm(&msg)) {
618 printk(KERN_INFO "has_svm: %s\n", msg);

Completed in 263 milliseconds

123456