Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 95) sorted by relevance

1234

/arch/score/include/asm/
Dbug.h12 #define die(msg, regs) \ argument
14 #define die_if_kernel(msg, regs) \ argument
/arch/ia64/kernel/
Dmsi_ia64.c18 struct msi_msg msg; in ia64_set_msi_irq_affinity() local
50 struct msi_msg msg; in ia64_setup_msi_irq() local
141 struct msi_msg msg; in dmar_msi_set_affinity() local
176 msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg) in msi_compose_msg()
203 struct msi_msg msg; in arch_setup_dmar_msi() local
/arch/powerpc/include/asm/
Ddbell.h40 static inline void _ppc_msgsnd(u32 msg) in _ppc_msgsnd()
54 static inline void _ppc_msgsnd(u32 msg) in _ppc_msgsnd()
67 u32 msg = PPC_DBELL_TYPE(type) | (flags & PPC_DBELL_MSG_BRDCAST) | in ppc_msgsnd() local
/arch/m68k/mac/
Diop.c223 static void iop_free_msg(struct iop_msg *msg) in iop_free_msg()
347 void iop_complete_message(struct iop_msg *msg) in iop_complete_message()
374 static void iop_do_send(struct iop_msg *msg) in iop_do_send()
398 struct iop_msg *msg,*msg2; in iop_handle_send() local
432 struct iop_msg *msg; in iop_handle_recv() local
482 struct iop_msg *msg, *q; in iop_send_message() local
/arch/arm/plat-omap/
Dmailbox.c50 static inline void mbox_fifo_write(struct omap_mbox *mbox, mbox_msg_t msg) in mbox_fifo_write()
91 int omap_mbox_msg_send(struct omap_mbox *mbox, mbox_msg_t msg) in omap_mbox_msg_send()
123 mbox_msg_t msg; in mbox_tx_tasklet() local
147 mbox_msg_t msg; in mbox_rx_work() local
178 mbox_msg_t msg; in __mbox_rx_interrupt() local
/arch/sparc/kernel/
Dsstate.c21 static void do_set_sstate(unsigned long state, const char *msg) in do_set_sstate()
51 const char *msg; in sstate_reboot_call() local
/arch/arm/boot/compressed/
Ddecompress.c18 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
25 # define Assert(cond,msg) argument
/arch/x86/include/asm/
Dirq_remapping.h82 struct msi_msg *msg, u8 hpet_id) in compose_remapped_msi_msg()
90 static inline void panic_if_irq_remap(const char *msg) in panic_if_irq_remap()
Dvirtext.h83 static inline int cpu_has_svm(const char **msg) in cpu_has_svm()
/arch/powerpc/sysdev/
Dpmi.c45 pmi_message_t msg; member
219 int pmi_send_message(pmi_message_t msg) in pmi_send_message()
Dmpic_pasemi_msi.c97 struct msi_msg msg; in pasemi_msi_setup_msi_irqs() local
/arch/ia64/sn/kernel/
Dmsi_sn.c68 struct msi_msg msg; in sn_setup_msi_irq() local
158 struct msi_msg msg; in sn_set_msi_irq_affinity() local
/arch/arm/mach-omap1/
Dboard-sx1.c55 struct i2c_msg msg[1]; in sx1_i2c_write_byte() local
79 struct i2c_msg msg[1]; in sx1_i2c_read_byte() local
Dmailbox.c56 mbox_msg_t msg; in omap1_mbox_fifo_read() local
65 omap1_mbox_fifo_write(struct omap_mbox *mbox, mbox_msg_t msg) in omap1_mbox_fifo_write()
/arch/powerpc/kernel/
Drtas_flash.c243 const char *msg; in get_flash_status_msg() local
280 char msg[RTAS_MSG_MAXLEN]; in rtas_flash_read_msg() local
297 char msg[RTAS_MSG_MAXLEN]; in rtas_flash_read_num() local
394 char msg[RTAS_MSG_MAXLEN]; in manage_flash_read() local
470 char *msg, int msglen) in get_validate_flash_msg()
491 char msg[VALIDATE_MSG_LEN]; in validate_flash_read() local
/arch/hexagon/kernel/
Dsmp.c53 unsigned long msg = 0; in __handle_ipi() local
109 void send_ipi(const struct cpumask *cpumask, enum ipi_message_type msg) in send_ipi()
/arch/powerpc/platforms/wsp/
Dmsi.c28 struct msi_msg msg; in wsp_setup_msi_irqs() local
/arch/powerpc/platforms/ps3/
Dsmp.c42 static void ps3_smp_message_pass(int cpu, int msg) in ps3_smp_message_pass()
/arch/powerpc/platforms/cell/
Dinterrupt.c179 static inline int iic_msg_to_irq(int msg) in iic_msg_to_irq()
184 void iic_message_pass(int cpu, int msg) in iic_message_pass()
195 static void iic_request_ipi(int msg) in iic_request_ipi()
/arch/sh/boards/mach-kfr2r09/
Dsetup.c405 struct i2c_msg msg; in kfr2r09_usb0_gadget_i2c_setup() local
448 struct i2c_msg msg; in kfr2r09_serial_i2c_setup() local
/arch/arc/kernel/
Dsmp.c223 static void ipi_send_msg(const struct cpumask *callmap, enum ipi_msg_type msg) in ipi_send_msg()
275 unsigned long msg = 0; in __do_IPI() local
/arch/alpha/boot/
Dmisc.c64 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
71 # define Assert(cond,msg) argument
/arch/sh/boards/mach-ap325rxa/
Dsetup.c287 struct i2c_msg msg; in camera_probe() local
308 struct i2c_msg msg; in camera_set_capture() local
/arch/s390/kernel/
Dsetup.c600 char **msg) in find_crash_base()
639 char **msg) in verify_crash_base()
736 char *msg = NULL; in reserve_crashkernel() local
/arch/x86/kernel/cpu/mcheck/
Dmce-severity.c44 char *msg; member
186 int mce_severity(struct mce *m, int tolerant, char **msg) in mce_severity()

1234