Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 48) sorted by relevance

12

/arch/tile/kernel/
Dmessaging.c49 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/
Dsmp-shx3.c32 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/arm/crypto/
Dnhpoly1305-neon-glue.c15 asmlinkage void nh_neon(const u32 *key, const u8 *message, size_t message_len,
19 static void _nh_neon(const u32 *key, const u8 *message, size_t message_len, in _nh_neon() argument
22 nh_neon(key, message, message_len, (u8 *)hash); in _nh_neon()
/arch/parisc/kernel/
Dpdc_chassis.c173 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/
Dmpic_msgr.h78 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()
Dsmp.h141 extern int smp_request_message_ipi(int virq, int message);
/arch/sh/kernel/cpu/sh2/
Dsmp-j2.c111 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/x86/crypto/
Dsha512-ssse3-asm.S90 # 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 …]
Dsha512-avx-asm.S93 # 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/sh/include/asm/
Dsmp-ops.h10 void (*send_ipi)(unsigned int cpu, unsigned int message);
/arch/alpha/kernel/
Derr_marvel.c533 char message[80]; in marvel_print_pox_spl_cmplt() local
565 sprintf(message, "Normal completion"); in marvel_print_pox_spl_cmplt()
568 sprintf(message, "Bridge - Master Abort"); in marvel_print_pox_spl_cmplt()
571 sprintf(message, "Bridge - Target Abort"); in marvel_print_pox_spl_cmplt()
574 sprintf(message, "Bridge - Uncorrectable Write Data Error"); in marvel_print_pox_spl_cmplt()
577 sprintf(message, "Byte Count Out of Range"); in marvel_print_pox_spl_cmplt()
580 sprintf(message, "Uncorrectable Split Write Data Error"); in marvel_print_pox_spl_cmplt()
583 sprintf(message, "%08llx\n", in marvel_print_pox_spl_cmplt()
587 printk("%s Message: %s\n", err_print_prefix, message); in marvel_print_pox_spl_cmplt()
/arch/m68k/mac/
Diop.c385 iop_writeb(iop, offset, msg->message[i]); in iop_do_send()
444 msg->message[i] = iop_readb(iop, offset); in iop_handle_recv()
457 iop_pr_debug("%*ph\n", IOP_MSG_LEN, msg->message); in iop_handle_recv()
488 memcpy(msg->message, msg_data, msg_len); in iop_send_message()
/arch/powerpc/boot/dts/fsl/
Dqoriq-rmu-0.dtsi42 message-unit@0 {
49 message-unit@100 {
Dpq3-rmu-0.dtsi42 message-unit@0 {
49 message-unit@100 {
Dp1020rdb-pc_camp_core0.dts7 * eth1, eth2, sdhc, crypto, global-util, message, pci0, pci1, msi.
Dp1020rdb-pc_camp_core1.dts116 0xb0 0xb1 0xb2 /* message */
Dpq3-mpic-message-B.dtsi35 message@42400 {
Dpq3-mpic.dtsi56 message@41400 {
/arch/x86/entry/vsyscall/
Dvsyscall_64.c74 const char *message) in warn_bad_vsyscall() argument
81 message, regs->ip, regs->cs, in warn_bad_vsyscall()
/arch/sh/boards/
Dof-generic.c38 static void dummy_send_ipi(unsigned int cpu, unsigned int message) in dummy_send_ipi() argument
/arch/m68k/include/asm/
Dmac_iop.h145 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */ member
/arch/x86/kernel/
Dtraps.c322 __visible void __noreturn handle_stack_overflow(const char *message, in handle_stack_overflow() argument
329 die(message, regs, 0); in handle_stack_overflow()
332 panic(message); in handle_stack_overflow()
/arch/x86/include/asm/
Dtraps.h118 void __noreturn handle_stack_overflow(const char *message,
/arch/parisc/include/asm/
Dpdc_chassis.h36 int pdc_chassis_send_status(int message);
/arch/um/drivers/
Dmconsole_kern.c816 char *message = ptr; in notify_panic() local
821 mconsole_notify(notify_socket, MCONSOLE_PANIC, message, in notify_panic()
822 strlen(message) + 1); in notify_panic()

12