| /arch/powerpc/include/asm/ |
| A D | dbell.h | 37 static inline void _ppc_msgsnd(u32 msg) in _ppc_msgsnd() 57 static inline void _ppc_msgclr(u32 msg) in _ppc_msgclr() 65 u32 msg = PPC_DBELL_TYPE(type); in ppc_msgclr() local 74 static inline void _ppc_msgsnd(u32 msg) in _ppc_msgsnd() 96 u32 msg = PPC_DBELL_TYPE(type) | (flags & PPC_DBELL_MSG_BRDCAST) | in ppc_msgsnd() local
|
| A D | opal.h | 379 static inline int opal_get_async_rc(struct opal_msg msg) in opal_get_async_rc()
|
| /arch/powerpc/platforms/powernv/ |
| A D | opal-sensor.c | 23 struct opal_msg msg; in opal_get_sensor_data() local 67 struct opal_msg msg; in opal_get_sensor_data_u64() local
|
| A D | opal-memory-errors.c | 27 struct opal_msg msg; member 88 unsigned long msg_type, void *msg) in opal_memory_err_event()
|
| A D | opal-async.c | 128 int opal_async_wait_response(uint64_t token, struct opal_msg *msg) in opal_async_wait_response() 157 int opal_async_wait_response_interruptible(uint64_t token, struct opal_msg *msg) in opal_async_wait_response_interruptible() 213 unsigned long msg_type, void *msg) in opal_async_comp_event()
|
| A D | opal-psr.c | 29 struct opal_msg msg; in psr_show() local 79 struct opal_msg msg; in psr_store() local
|
| A D | opal-prd.c | 40 struct opal_prd_msg msg; member 226 struct opal_prd_msg *msg; in opal_prd_write() local 259 struct opal_prd_msg msg; in opal_prd_release() local 347 struct opal_msg *msg = _msg; in opal_prd_msg_notifier() local
|
| A D | opal-powercap.c | 35 struct opal_msg msg; in powercap_show() local 87 struct opal_msg msg; in powercap_store() local
|
| A D | opal-sysparam.c | 31 struct opal_msg msg; in opal_get_sys_param() local 67 struct opal_msg msg; in opal_set_sys_param() local
|
| /arch/x86/include/asm/amd/ |
| A D | hsmp.h | 10 static inline int hsmp_send_message(struct hsmp_message *msg) in hsmp_send_message()
|
| /arch/sparc/kernel/ |
| A D | sstate.c | 23 static void do_set_sstate(unsigned long state, const char *msg) in do_set_sstate() 53 const char *msg; in sstate_reboot_call() local
|
| /arch/um/drivers/ |
| A D | virtio_uml.c | 176 struct vhost_user_msg *msg, in vhost_user_recv_resp() 196 struct vhost_user_msg msg; in vhost_user_recv_u64() local 276 struct vhost_user_msg msg = { in vhost_user_send_no_payload() local 286 struct vhost_user_msg msg = { in vhost_user_send_no_payload_fd() local 296 struct vhost_user_msg msg = { in vhost_user_send_u64() local 384 struct vhost_user_msg msg; in vu_req_read_message() member 386 } msg; in vu_req_read_message() local 545 struct vhost_user_msg *msg; in vhost_user_get_config() local 595 struct vhost_user_msg *msg; in vhost_user_set_config() local 645 struct vhost_user_msg msg = { in vhost_user_set_mem_table() local [all …]
|
| A D | virtio_pcidev.c | 249 } msg = { in virtio_pcidev_cfgspace_write() local 370 } msg = { in virtio_pcidev_bar_set() local 405 struct virtio_pcidev_msg *msg) in virtio_pcidev_handle_irq_message() 451 struct virtio_pcidev_msg *msg; in virtio_pcidev_irq_vq_cb() local 482 void *msg = kzalloc(MAX_IRQ_MSG_SIZE, GFP_KERNEL); in virtio_pcidev_init_vqs() local
|
| /arch/arc/kernel/ |
| A D | smp.c | 250 static void ipi_send_msg_one(int cpu, enum ipi_msg_type msg) in ipi_send_msg_one() 283 static void ipi_send_msg(const struct cpumask *callmap, enum ipi_msg_type msg) in ipi_send_msg() 322 static inline int __do_IPI(unsigned long msg) in __do_IPI() 368 unsigned long msg = __ffs(pending); in do_IPI() local
|
| /arch/m68k/mac/ |
| A D | iop.c | 328 void iop_complete_message(struct iop_msg *msg) in iop_complete_message() 354 static void iop_do_send(struct iop_msg *msg) in iop_do_send() 381 struct iop_msg *msg; in iop_handle_send() local 413 struct iop_msg *msg; in iop_handle_recv() local 454 struct iop_msg *msg, *q; in iop_send_message() local
|
| /arch/arm64/kernel/ |
| A D | image-vars.h | 19 #define __PI_EXPORT_SYM(sym, pisym, msg)\ argument
|
| /arch/x86/kernel/apic/ |
| A D | msi.c | 28 struct msi_msg msg[2] = { [1] = { }, }; in irq_msi_update_msg() local 300 static void dmar_msi_compose_msg(struct irq_data *data, struct msi_msg *msg) in dmar_msi_compose_msg() 305 static void dmar_msi_write_msg(struct irq_data *data, struct msi_msg *msg) in dmar_msi_write_msg()
|
| /arch/arm/boot/compressed/ |
| A D | decompress.c | 16 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 23 # define Assert(cond,msg) argument
|
| /arch/x86/purgatory/ |
| A D | purgatory.c | 60 void warn(const char *msg) {} in warn()
|
| /arch/arm/mach-omap1/ |
| A D | board-sx1.c | 49 struct i2c_msg msg[1]; in sx1_i2c_write_byte() local 73 struct i2c_msg msg[1]; in sx1_i2c_read_byte() local
|
| /arch/hexagon/kernel/ |
| A D | smp.c | 41 unsigned long msg = 0; in __handle_ipi() local 93 void send_ipi(const struct cpumask *cpumask, enum ipi_message_type msg) in send_ipi()
|
| /arch/x86/hyperv/ |
| A D | irqdomain.c | 205 static inline void entry_to_msi_msg(struct hv_interrupt_entry *entry, struct msi_msg *msg) in entry_to_msi_msg() 214 static void hv_irq_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in hv_irq_compose_msi_msg() 276 struct msi_msg msg; in hv_teardown_msi_irq() local
|
| /arch/powerpc/kernel/ |
| A D | rtas_flash.c | 239 const char *msg; in get_flash_status_msg() local 276 char msg[RTAS_MSG_MAXLEN]; in rtas_flash_read_msg() local 293 char msg[RTAS_MSG_MAXLEN]; in rtas_flash_read_num() local 382 char msg[RTAS_MSG_MAXLEN]; in manage_flash_read() local 450 char *msg, int msglen) in get_validate_flash_msg() 471 char msg[VALIDATE_MSG_LEN]; in validate_flash_read() local
|
| /arch/x86/kernel/cpu/mce/ |
| A D | severity.c | 51 char *msg; member 320 static noinstr int mce_severity_amd(struct mce *m, struct pt_regs *regs, char **msg, bool is_excp) in mce_severity_amd() 380 static noinstr int mce_severity_intel(struct mce *m, struct pt_regs *regs, char **msg, bool is_excp) in mce_severity_intel() 413 int noinstr mce_severity(struct mce *m, struct pt_regs *regs, char **msg, bool is_excp) in mce_severity()
|
| /arch/powerpc/platforms/ps3/ |
| A D | smp.c | 30 static void ps3_smp_message_pass(int cpu, int msg) in ps3_smp_message_pass()
|