/arch/powerpc/include/asm/ |
D | dbell.h | 39 static inline void _ppc_msgsnd(u32 msg) in _ppc_msgsnd() 59 static inline void _ppc_msgclr(u32 msg) in _ppc_msgclr() 67 u32 msg = PPC_DBELL_TYPE(type); in ppc_msgclr() local 76 static inline void _ppc_msgsnd(u32 msg) in _ppc_msgsnd() 101 u32 msg = PPC_DBELL_TYPE(type) | (flags & PPC_DBELL_MSG_BRDCAST) | in ppc_msgsnd() local
|
D | opal.h | 354 static inline int opal_get_async_rc(struct opal_msg msg) in opal_get_async_rc()
|
/arch/score/include/asm/ |
D | bug.h | 13 #define die(msg, regs) \ argument 15 #define die_if_kernel(msg, regs) \ argument
|
/arch/ia64/kernel/ |
D | msi_ia64.c | 19 struct msi_msg msg; in ia64_set_msi_irq_affinity() local 48 struct msi_msg msg; in ia64_setup_msi_irq() local 138 struct msi_msg msg; in dmar_msi_set_affinity() local 170 msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg) in msi_compose_msg() 195 struct msi_msg msg; in dmar_alloc_hwirq() local
|
/arch/x86/kernel/apic/ |
D | htirq.c | 39 struct ht_irq_msg msg; in ht_set_affinity() local 120 struct ht_irq_msg msg; in htirq_domain_activate() local 142 struct ht_irq_msg msg; in htirq_domain_deactivate() local
|
D | msi.c | 29 static void irq_msi_compose_msg(struct irq_data *data, struct msi_msg *msg) in irq_msi_compose_msg() 194 static void dmar_msi_write_msg(struct irq_data *data, struct msi_msg *msg) in dmar_msi_write_msg() 291 static void hpet_msi_write_msg(struct irq_data *data, struct msi_msg *msg) in hpet_msi_write_msg()
|
/arch/powerpc/platforms/powernv/ |
D | opal-memory-errors.c | 40 struct opal_msg msg; member 101 unsigned long msg_type, void *msg) in opal_memory_err_event()
|
D | opal-prd.c | 41 struct opal_prd_msg_header msg; member 229 void *msg; in opal_prd_write() local 261 struct opal_prd_msg_header msg; in opal_prd_release() local 349 struct opal_msg *msg = _msg; in opal_prd_msg_notifier() local
|
D | opal-psr.c | 33 struct opal_msg msg; in psr_show() local 83 struct opal_msg msg; in psr_store() local
|
D | opal-async.c | 108 int opal_async_wait_response(uint64_t token, struct opal_msg *msg) in opal_async_wait_response() 133 unsigned long msg_type, void *msg) in opal_async_comp_event()
|
D | opal-sensor.c | 37 struct opal_msg msg; in opal_get_sensor_data() local
|
D | opal-powercap.c | 39 struct opal_msg msg; in powercap_show() local 91 struct opal_msg msg; in powercap_store() local
|
D | opal-sysparam.c | 44 struct opal_msg msg; in opal_get_sys_param() local 80 struct opal_msg msg; in opal_set_sys_param() local
|
D | opal-hmi.c | 243 struct opal_msg msg; in hmi_event_handler() local 297 unsigned long msg_type, void *msg) in opal_handle_hmi_event()
|
/arch/sparc/kernel/ |
D | sstate.c | 22 static void do_set_sstate(unsigned long state, const char *msg) in do_set_sstate() 52 const char *msg; in sstate_reboot_call() local
|
/arch/m68k/mac/ |
D | iop.c | 351 void iop_complete_message(struct iop_msg *msg) in iop_complete_message() 377 static void iop_do_send(struct iop_msg *msg) in iop_do_send() 401 struct iop_msg *msg; in iop_handle_send() local 431 struct iop_msg *msg; in iop_handle_recv() local 474 struct iop_msg *msg, *q; in iop_send_message() local
|
/arch/arc/kernel/ |
D | smp.c | 268 static void ipi_send_msg_one(int cpu, enum ipi_msg_type msg) in ipi_send_msg_one() 301 static void ipi_send_msg(const struct cpumask *callmap, enum ipi_msg_type msg) in ipi_send_msg() 340 static inline int __do_IPI(unsigned long msg) in __do_IPI() 386 unsigned long msg = __ffs(pending); in do_IPI() local
|
/arch/arm/boot/compressed/ |
D | decompress.c | 19 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 26 # define Assert(cond,msg) argument
|
/arch/arm/mach-omap1/ |
D | board-sx1.c | 53 struct i2c_msg msg[1]; in sx1_i2c_write_byte() local 77 struct i2c_msg msg[1]; in sx1_i2c_read_byte() local
|
/arch/powerpc/sysdev/ |
D | pmi.c | 45 pmi_message_t msg; member 218 int pmi_send_message(pmi_message_t msg) in pmi_send_message()
|
/arch/ia64/sn/kernel/ |
D | msi_sn.c | 68 struct msi_msg msg; in sn_setup_msi_irq() local 158 struct msi_msg msg; in sn_set_msi_irq_affinity() local
|
/arch/powerpc/kernel/ |
D | rtas_flash.c | 243 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/ |
D | smp.c | 54 unsigned long msg = 0; in __handle_ipi() local 106 void send_ipi(const struct cpumask *cpumask, enum ipi_message_type msg) in send_ipi()
|
/arch/powerpc/platforms/cell/ |
D | interrupt.c | 180 static inline int iic_msg_to_irq(int msg) in iic_msg_to_irq() 185 void iic_message_pass(int cpu, int msg) in iic_message_pass() 190 static void iic_request_ipi(int msg) in iic_request_ipi()
|
/arch/x86/include/asm/ |
D | virtext.h | 84 static inline int cpu_has_svm(const char **msg) in cpu_has_svm()
|