/arch/tile/kernel/ |
D | messaging.c | 49 int message[HV_MAX_MESSAGE_SIZE/sizeof(int)]; in hv_message_intr() local 71 rmi = hv_receive_message(*state, (HV_VirtAddr) message, in hv_message_intr() 72 sizeof(message)); in hv_message_intr() 87 tag = message[0]; in hv_message_intr() 89 evaluate_message(message[0]); in hv_message_intr() 94 HV_IntrMsg *him = (HV_IntrMsg *)message; in hv_message_intr()
|
/arch/sh/kernel/cpu/sh4a/ |
D | smp-shx3.c | 32 unsigned int message = (unsigned int)(long)arg; in ipi_interrupt_handler() local 38 x &= (1 << (message << 2)); in ipi_interrupt_handler() 41 smp_message_recv(message); in ipi_interrupt_handler() 108 static void shx3_send_ipi(unsigned int cpu, unsigned int message) in shx3_send_ipi() argument 114 __raw_writel(1 << (message << 2), addr); /* C0INTICI..CnINTICI */ in shx3_send_ipi()
|
/arch/parisc/kernel/ |
D | pdc_chassis.c | 173 int pdc_chassis_send_status(int message) in pdc_chassis_send_status() argument 180 DPRINTK(KERN_DEBUG "%s: pdc_chassis_send_status(%d)\n", __FILE__, message); in pdc_chassis_send_status() 184 switch(message) { in pdc_chassis_send_status() 215 switch (message) { in pdc_chassis_send_status()
|
/arch/powerpc/include/asm/ |
D | mpic_msgr.h | 78 static inline void mpic_msgr_write(struct mpic_msgr *msgr, u32 message) in mpic_msgr_write() argument 80 out_be32(msgr->base, message); in mpic_msgr_write()
|
D | smp.h | 124 extern int smp_request_message_ipi(int virq, int message);
|
/arch/sh/kernel/cpu/sh2/ |
D | smp-j2.c | 111 static void j2_send_ipi(unsigned int cpu, unsigned int message) in j2_send_ipi() argument 121 while (cmpxchg(pmsg, old, old|(1U<<message)) != old); in j2_send_ipi()
|
/arch/sh/include/asm/ |
D | smp-ops.h | 9 void (*send_ipi)(unsigned int cpu, unsigned int message);
|
/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 90 # Input message (arg1) 129 add WK_2(idx), T1 # W[t] + K[t] from message scheduler 156 # Compute message schedule QWORDS t and t+1 159 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message 167 # The computation of the message schedule and the rounds are tightly 170 # by one tab. Vectored instructions (for the message scheduler) are indented 273 # Purpose: Updates the SHA512 digest stored at D with the message stored in M. 274 # The size of the message pointed to by M must be an integer multiple of SHA512 275 # message blocks. 276 # L is the message length in SHA512 blocks. [all …]
|
D | sha512-avx-asm.S | 93 # Input message (arg1) 136 add WK_2(idx), T1 # W[t] + K[t] from message scheduler 162 # Compute message schedule QWORDS t and t+1 165 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message 173 # The computation of the message schedule and the rounds are tightly 275 # Purpose: Updates the SHA512 digest stored at D with the message stored in M. 276 # The size of the message pointed to by M must be an integer multiple of SHA512 277 # message blocks. 278 # L is the message length in SHA512 blocks 351 # Advance to next message block
|
/arch/alpha/kernel/ |
D | err_marvel.c | 532 char message[80]; in marvel_print_pox_spl_cmplt() local 564 sprintf(message, "Normal completion"); in marvel_print_pox_spl_cmplt() 567 sprintf(message, "Bridge - Master Abort"); in marvel_print_pox_spl_cmplt() 570 sprintf(message, "Bridge - Target Abort"); in marvel_print_pox_spl_cmplt() 573 sprintf(message, "Bridge - Uncorrectable Write Data Error"); in marvel_print_pox_spl_cmplt() 576 sprintf(message, "Byte Count Out of Range"); in marvel_print_pox_spl_cmplt() 579 sprintf(message, "Uncorrectable Split Write Data Error"); in marvel_print_pox_spl_cmplt() 582 sprintf(message, "%08llx\n", in marvel_print_pox_spl_cmplt() 586 printk("%s Message: %s\n", err_print_prefix, message); in marvel_print_pox_spl_cmplt()
|
/arch/m68k/mac/ |
D | iop.c | 381 iop_writeb(iop, offset, msg->message[i]); in iop_do_send() 446 msg->message[i] = iop_readb(iop, offset); in iop_handle_recv() 461 printk(" %02X", (uint) msg->message[i]); in iop_handle_recv() 495 memcpy(msg->message, msg_data, msg_len); in iop_send_message()
|
/arch/powerpc/boot/dts/fsl/ |
D | qoriq-rmu-0.dtsi | 42 message-unit@0 { 49 message-unit@100 {
|
D | pq3-rmu-0.dtsi | 42 message-unit@0 { 49 message-unit@100 {
|
D | p1020rdb-pc_camp_core0.dts | 7 * eth1, eth2, sdhc, crypto, global-util, message, pci0, pci1, msi.
|
D | pq3-mpic-message-B.dtsi | 35 message@42400 {
|
D | p1020rdb-pc_camp_core1.dts | 116 0xb0 0xb1 0xb2 /* message */
|
D | pq3-mpic.dtsi | 56 message@41400 {
|
/arch/x86/entry/vsyscall/ |
D | vsyscall_64.c | 76 const char *message) in warn_bad_vsyscall() argument 83 message, regs->ip, regs->cs, in warn_bad_vsyscall()
|
/arch/sh/boards/ |
D | of-generic.c | 38 static void dummy_send_ipi(unsigned int cpu, unsigned int message) in dummy_send_ipi() argument
|
/arch/m68k/include/asm/ |
D | mac_iop.h | 144 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */ member
|
/arch/x86/include/asm/ |
D | traps.h | 122 void __noreturn handle_stack_overflow(const char *message,
|
/arch/parisc/include/asm/ |
D | pdc_chassis.h | 36 int pdc_chassis_send_status(int message);
|
/arch/x86/kernel/ |
D | traps.c | 296 __visible void __noreturn handle_stack_overflow(const char *message, in handle_stack_overflow() argument 303 die(message, regs, 0); in handle_stack_overflow() 306 panic(message); in handle_stack_overflow()
|
/arch/um/drivers/ |
D | mconsole_kern.c | 820 char *message = ptr; in notify_panic() local 825 mconsole_notify(notify_socket, MCONSOLE_PANIC, message, in notify_panic() 826 strlen(message) + 1); in notify_panic()
|
/arch/arm/boot/dts/ |
D | keystone-k2g.dtsi | 118 compatible = "ti,k2g-message-manager";
|