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

123456

/arch/hexagon/kernel/
H A Dsmp.c53 unsigned long msg = 0; local
55 msg = find_next_bit(ops, BITS_PER_LONG, msg+1);
57 switch (msg) {
78 } while (msg < BITS_PER_LONG);
105 void send_ipi(const struct cpumask *cpumask, enum ipi_message_type msg) argument
116 set_bit(msg, &ipi->bits);
/arch/powerpc/sysdev/
H A Dppc4xx_hsta_msi.c42 struct msi_msg msg; local
72 msg.address_hi = upper_32_bits(addr);
73 msg.address_lo = lower_32_bits(addr);
76 msg.data = 0;
79 (((u64) msg.address_hi) << 32) | msg.address_lo);
88 write_msi_msg(hwirq, &msg);
H A Dmpic_u3msi.c129 struct msi_msg msg; local
154 msg.address_lo = addr & 0xFFFFFFFF;
155 msg.address_hi = addr >> 32;
173 msg.data = hwirq;
174 write_msi_msg(virq, &msg);
/arch/s390/kernel/
H A Dos_info.c77 char *buf, *buf_align, *msg; local
82 msg = "not available";
88 msg = "alloc failed";
93 msg = "copy failed";
98 msg = "checksum failed";
102 msg = "copied";
110 nr, msg, addr, size);
/arch/powerpc/kernel/
H A Drtas_flash.c243 const char *msg; local
248 msg = "error: this partition does not have service authority\n";
251 msg = "info: no firmware image for flash\n";
254 msg = "error: flash image short\n";
257 msg = "error: internal error bad length\n";
260 msg = "error: internal error null data\n";
263 msg = "ready: firmware image ready for flash on reboot\n";
270 len = strlen(msg);
271 memcpy(buf, msg, len + 1);
280 char msg[RTAS_MSG_MAXLE local
297 char msg[RTAS_MSG_MAXLEN]; local
394 char msg[RTAS_MSG_MAXLEN]; local
469 get_validate_flash_msg(struct rtas_validate_flash_t *args_buf, char *msg, int msglen) argument
491 char msg[VALIDATE_MSG_LEN]; local
[all...]
/arch/mips/include/asm/netlogic/xlr/
H A Dfmn.h261 config = (1 << 24) /* interrupt water mark - 1 msg */
276 unsigned int stid, struct nlm_fmn_msg *msg)
290 nlm_write_c2_tx_msg0(msg->msg0);
291 nlm_write_c2_tx_msg1(msg->msg1);
292 nlm_write_c2_tx_msg2(msg->msg2);
293 nlm_write_c2_tx_msg3(msg->msg3);
315 struct nlm_fmn_msg *msg)
334 msg->msg0 = nlm_read_c2_rx_msg0();
335 msg->msg1 = nlm_read_c2_rx_msg1();
336 msg
275 nlm_fmn_send(unsigned int size, unsigned int code, unsigned int stid, struct nlm_fmn_msg *msg) argument
314 nlm_fmn_receive(int bucket, int *size, int *code, int *stid, struct nlm_fmn_msg *msg) argument
[all...]
/arch/powerpc/platforms/powernv/
H A Dopal-async.c106 int opal_async_wait_response(uint64_t token, struct opal_msg *msg) argument
113 if (!msg) {
119 memcpy(msg, &opal_async_responses[token], sizeof(*msg));
125 unsigned long msg_type, void *msg)
127 struct opal_msg *comp_msg = msg;
164 async = of_get_property(opal_node, "opal-msg-async-num", NULL);
166 pr_err("%s: %s has no opal-msg-async-num\n",
124 opal_async_comp_event(struct notifier_block *nb, unsigned long msg_type, void *msg) argument
/arch/arm64/include/asm/
H A Dsystem_misc.h30 void die(const char *msg, struct pt_regs *regs, int err);
/arch/um/drivers/
H A Dmconsole_user.c43 struct msghdr msg; local
48 msg.msg_name = &(req->origin);
49 msg.msg_namelen = req->originlen;
50 msg.msg_iov = &iov;
51 msg.msg_iovlen = 1;
52 msg.msg_control = NULL;
53 msg.msg_controllen = 0;
54 msg.msg_flags = 0;
56 return sendmsg(req->originating_fd, &msg, 0);
/arch/x86/um/shared/sysdep/
H A Dsyscalls_64.h10 #include <linux/msg.h>
/arch/blackfin/mach-common/
H A Dsmp.c144 unsigned long msg; local
151 msg = 0;
153 msg = find_next_bit(&pending, BITS_PER_LONG, msg + 1);
154 switch (msg) {
171 } while (msg < BITS_PER_LONG);
189 void send_ipi(const struct cpumask *cpumask, enum ipi_message_type msg) argument
198 atomic_set_mask((1 << msg), &bfin_ipi_data->bits);
/arch/x86/kernel/cpu/mcheck/
H A Dmce-severity.c44 char *msg; member in struct:severity
46 #define MCESEV(s, m, c...) { .sev = MCE_ ## s ## _SEVERITY, .msg = m, ## c }
181 int mce_severity(struct mce *m, int tolerant, char **msg) argument
197 if (msg)
198 *msg = s->msg;
230 seq_printf(f, "%d\t%s\n", ser->covered, ser->msg);
H A Dmce-internal.h24 int mce_severity(struct mce *a, int tolerant, char **msg);
/arch/alpha/boot/
H A Dmisc.c64 # define Assert(cond,msg) {if(!(cond)) error(msg);}
71 # define Assert(cond,msg)
/arch/x86/platform/uv/
H A Dtlb_uv.c199 struct bau_pq_entry *msg; local
201 msg = mdp->msg;
202 if (!msg->canceled && do_acknowledge) {
203 dw = (msg->swack_vec << UV_SW_ACK_NPENDING) | msg->swack_vec;
206 msg->replied_to = 1;
207 msg->swack_vec = 0;
220 struct bau_pq_entry *msg = mdp->msg; local
277 struct bau_pq_entry *msg = mdp->msg; local
363 struct bau_pq_entry *msg; local
1159 find_another_by_swack(struct bau_pq_entry *msg, struct bau_control *bcp) argument
1187 struct bau_pq_entry *msg = mdp->msg; local
1246 struct bau_pq_entry *msg; local
[all...]
/arch/arm/kernel/
H A Dsys_arm.c20 #include <linux/msg.h>
/arch/arm/plat-samsung/include/plat/
H A Dpm-common.h67 * @msg: The message to print.
73 extern void s3c_pm_dbg(const char *msg, ...);
/arch/cris/kernel/
H A Dsys_cris.c19 #include <linux/msg.h>
/arch/frv/kernel/
H A Dsys_frv.c19 #include <linux/msg.h>
/arch/m32r/kernel/
H A Dsys_m32r.c16 #include <linux/msg.h>
/arch/mn10300/kernel/
H A Dsys_mn10300.c17 #include <linux/msg.h>
/arch/sh/include/asm/
H A Dsmp.h36 void smp_message_recv(unsigned int msg);
/arch/unicore32/kernel/
H A Dsys.c18 #include <linux/msg.h>
/arch/x86/pci/
H A Dxen.c207 struct msi_msg *msg)
212 msg->address_hi = MSI_ADDR_BASE_HI | MSI_ADDR_EXT_DEST_ID(pirq);
213 msg->address_lo =
219 msg->data = XEN_PIRQ_MSI_DATA;
226 struct msi_msg msg; local
232 __read_msi_msg(msidesc, &msg);
233 pirq = MSI_ADDR_EXT_DEST_ID(msg.address_hi) |
234 ((msg.address_lo >> MSI_ADDR_DEST_ID_SHIFT) & 0xff);
235 if (msg.data != XEN_PIRQ_MSI_DATA ||
242 xen_msi_compose_msg(dev, pirq, &msg);
206 xen_msi_compose_msg(struct pci_dev *pdev, unsigned int pirq, struct msi_msg *msg) argument
[all...]
/arch/powerpc/platforms/cell/
H A Dinterrupt.c179 static inline int iic_msg_to_irq(int msg) argument
181 return IIC_IRQ_TYPE_IPI + 0xf - msg;
184 void iic_message_pass(int cpu, int msg) argument
186 out_be64(&per_cpu(cpu_iic, cpu).regs->generate, (0xf - msg) << 4);
195 static void iic_request_ipi(int msg) argument
199 virq = irq_create_mapping(iic_host, iic_msg_to_irq(msg));
202 "iic: failed to map IPI %s\n", smp_ipi_name[msg]);
210 if (smp_request_message_ipi(virq, msg))

Completed in 527 milliseconds

123456