Home
last modified time | relevance | path

Searched refs:MSG (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v5.15/arch/x86/crypto/
Dsha256_ni_asm.S64 #define MSG %xmm0 macro
129 movdqu 0*16(DATA_PTR), MSG
130 pshufb SHUF_MASK, MSG
131 movdqa MSG, MSGTMP0
132 paddd 0*16(SHA256CONSTANTS), MSG
134 pshufd $0x0E, MSG, MSG
138 movdqu 1*16(DATA_PTR), MSG
139 pshufb SHUF_MASK, MSG
140 movdqa MSG, MSGTMP1
141 paddd 1*16(SHA256CONSTANTS), MSG
[all …]
Daegis128-aesni-asm.S18 #define MSG %xmm5 macro
76 pxor MSG, MSG
111 movq %r9, MSG
120 pslldq $8, MSG
122 pxor T0, MSG
254 movdqa 0x00(SRC), MSG
256 pxor MSG, STATE4
261 movdqa 0x10(SRC), MSG
263 pxor MSG, STATE3
268 movdqa 0x20(SRC), MSG
[all …]
/Linux-v5.15/arch/arm/crypto/
Dsha256-armv4.pl587 my @MSG=map("q$_",(8..11));
614 vld1.8 {@MSG[0]-@MSG[1]},[$inp]!
615 vld1.8 {@MSG[2]-@MSG[3]},[$inp]!
617 vrev32.8 @MSG[0],@MSG[0]
618 vrev32.8 @MSG[1],@MSG[1]
619 vrev32.8 @MSG[2],@MSG[2]
620 vrev32.8 @MSG[3],@MSG[3]
628 vadd.i32 $W0,$W0,@MSG[0]
629 sha256su0 @MSG[0],@MSG[1]
633 sha256su1 @MSG[0],@MSG[2],@MSG[3]
[all …]
/Linux-v5.15/arch/arm64/crypto/
Dsha512-armv8.pl374 my @MSG=map("v$_.16b",(4..7));
391 ld1 {@MSG[0]-@MSG[3]},[$inp],#64
394 rev32 @MSG[0],@MSG[0]
395 rev32 @MSG[1],@MSG[1]
396 rev32 @MSG[2],@MSG[2]
397 rev32 @MSG[3],@MSG[3]
404 add.i32 $W0,$W0,@MSG[0]
405 sha256su0 @MSG[0],@MSG[1]
409 sha256su1 @MSG[0],@MSG[2],@MSG[3]
411 ($W0,$W1)=($W1,$W0); push(@MSG,shift(@MSG));
[all …]
/Linux-v5.15/samples/rpmsg/
Drpmsg_client_sample.c16 #define MSG "hello world!" macro
44 ret = rpmsg_send(rpdev->ept, MSG, strlen(MSG)); in rpmsg_sample_cb()
66 ret = rpmsg_send(rpdev->ept, MSG, strlen(MSG)); in rpmsg_sample_probe()
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
D11h.c133 mwifiex_dbg(priv->adapter, MSG, in mwifiex_dfs_cac_work_queue()
162 mwifiex_dbg(priv->adapter, MSG, in mwifiex_cmd_issue_chan_report_request()
166 mwifiex_dbg(priv->adapter, MSG, "cancelling CAC\n"); in mwifiex_cmd_issue_chan_report_request()
193 mwifiex_dbg(priv->adapter, MSG, in mwifiex_abort_cac()
232 mwifiex_dbg(priv->adapter, MSG, in mwifiex_11h_handle_chanrpt_ready()
261 mwifiex_dbg(priv->adapter, MSG, in mwifiex_11h_handle_radar_detected()
268 mwifiex_dbg(priv->adapter, MSG, "regdomain: %d\n", in mwifiex_11h_handle_radar_detected()
270 mwifiex_dbg(priv->adapter, MSG, "radar detection type: %d\n", in mwifiex_11h_handle_radar_detected()
304 mwifiex_dbg(priv->adapter, MSG, in mwifiex_dfs_chan_sw_work_queue()
Dcmdevt.c948 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func()
953 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func()
956 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func()
960 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func()
964 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func()
968 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func()
971 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func()
975 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func()
980 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func()
983 mwifiex_dbg(adapter, MSG, in mwifiex_cmd_timeout_func()
[all …]
Dinit.c642 mwifiex_dbg(adapter, MSG, in mwifiex_shutdown_drv()
701 mwifiex_dbg(adapter, MSG, in mwifiex_dnld_fw()
713 mwifiex_dbg(adapter, MSG, in mwifiex_dnld_fw()
719 mwifiex_dbg(adapter, MSG, in mwifiex_dnld_fw()
Dpcie.c2207 mwifiex_dbg(adapter, MSG, in mwifiex_extract_wifi_fw()
2319 mwifiex_dbg(adapter, MSG, in mwifiex_prog_fw_w_helper()
2428 mwifiex_dbg(adapter, MSG, in mwifiex_prog_fw_w_helper()
2754 mwifiex_dbg(adapter, MSG, "PCIE register dump start\n"); in mwifiex_pcie_reg_dump()
2762 mwifiex_dbg(adapter, MSG, "pcie scratch register:"); in mwifiex_pcie_reg_dump()
2769 mwifiex_dbg(adapter, MSG, "%s\n", buf); in mwifiex_pcie_reg_dump()
2772 mwifiex_dbg(adapter, MSG, "PCIE register dump end\n"); in mwifiex_pcie_reg_dump()
2848 mwifiex_dbg(adapter, MSG, "== mwifiex firmware dump start ==\n"); in mwifiex_pcie_fw_dump()
2885 mwifiex_dbg(adapter, MSG, "Firmware dump Finished!\n"); in mwifiex_pcie_fw_dump()
2948 mwifiex_dbg(adapter, MSG, "== mwifiex firmware dump end ==\n"); in mwifiex_pcie_fw_dump()
[all …]
Dmain.c550 mwifiex_dbg(adapter, MSG, "WLAN FW is active\n"); in _mwifiex_fw_dpc()
640 mwifiex_dbg(adapter, MSG, "driver_version = %s\n", fmt); in _mwifiex_fw_dpc()
1082 mwifiex_dbg(adapter, MSG, in mwifiex_upload_device_dump()
1086 mwifiex_dbg(adapter, MSG, in mwifiex_upload_device_dump()
1109 mwifiex_dbg(adapter, MSG, "===mwifiex driverinfo dump start===\n"); in mwifiex_drv_info_dump()
1199 mwifiex_dbg(adapter, MSG, "===mwifiex driverinfo dump end===\n"); in mwifiex_drv_info_dump()
1226 mwifiex_dbg(adapter, MSG, "Realloc device dump data.\n"); in mwifiex_prepare_fw_dump_info()
Dsta_event.c61 mwifiex_dbg(priv->adapter, MSG, in mwifiex_check_ibss_peer_capabilities()
232 mwifiex_dbg(adapter, MSG, in mwifiex_reset_connect_state()
599 mwifiex_dbg(adapter, MSG, in mwifiex_fw_dump_info_event()
635 mwifiex_dbg(adapter, MSG, in mwifiex_fw_dump_info_event()
/Linux-v5.15/drivers/scsi/pm8001/
Dpm8001_hwi.c3079 pm8001_dbg(pm8001_ha, MSG, "Set device id = 0x%x state from 0x%x to 0x%x status = 0x%x!\n", in pm8001_mpi_set_dev_state_resp()
3095 pm8001_dbg(pm8001_ha, MSG, "Set nvm data complete!\n"); in pm8001_mpi_set_nvmd_resp()
3119 pm8001_dbg(pm8001_ha, MSG, "Get nvm data complete!\n"); in pm8001_mpi_get_nvmd_resp()
3134 pm8001_dbg(pm8001_ha, MSG, "Get NVMD success, IR=1\n"); in pm8001_mpi_get_nvmd_resp()
3140 pm8001_dbg(pm8001_ha, MSG, "Get SAS address from VPD successfully!\n"); in pm8001_mpi_get_nvmd_resp()
3151 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_get_nvmd_resp()
3156 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_get_nvmd_resp()
3172 pm8001_dbg(pm8001_ha, MSG, "Set nvm data complete!\n"); in pm8001_mpi_get_nvmd_resp()
3188 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_local_phy_ctl()
3192 pm8001_dbg(pm8001_ha, MSG, in pm8001_mpi_local_phy_ctl()
[all …]
Dpm80xx_hwi.c1079 pm8001_dbg(pm8001_ha, MSG, in check_fw_ready()
1623 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst()
1627 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst()
1637 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst()
1641 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst()
1645 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst()
1649 pm8001_dbg(pm8001_ha, MSG, in pm80xx_chip_soft_rst()
3305 pm8001_dbg(pm8001_ha, MSG, in hw_event_sas_phy_up()
3311 pm8001_dbg(pm8001_ha, MSG, "device type no device.\n"); in hw_event_sas_phy_up()
3314 pm8001_dbg(pm8001_ha, MSG, "end device.\n"); in hw_event_sas_phy_up()
[all …]
/Linux-v5.15/tools/build/
DMakefile.feature149 $(call feature_check,all,$(MSG))
175 feature_print_status = $(eval $(feature_print_status_code)) $(info $(MSG))
179 MSG = $(shell printf '...%30s: [ \033[32mon\033[m ]' $(1))
181 MSG = $(shell printf '...%30s: [ \033[31mOFF\033[m ]' $(1))
185 feature_print_text = $(eval $(feature_print_text_code)) $(info $(MSG))
187 MSG = $(shell printf '...%30s: %s' $(1) $(2))
/Linux-v5.15/tools/testing/selftests/bpf/
Dcgroup_helpers.h9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
Dnetwork_helpers.c18 #define log_err(MSG, ...) ({ \ argument
20 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
/Linux-v5.15/Documentation/userspace-api/media/cec/
Dcec-ioc-g-mode.rst209 * .. _`CEC-MSG-GET-CEC-VERSION`:
217 * .. _`CEC-MSG-GIVE-DEVICE-VENDOR-ID`:
225 * .. _`CEC-MSG-ABORT`:
232 * .. _`CEC-MSG-GIVE-PHYSICAL-ADDR`:
238 * .. _`CEC-MSG-GIVE-OSD-NAME`:
246 * .. _`CEC-MSG-GIVE-FEATURES`:
255 * .. _`CEC-MSG-USER-CONTROL-PRESSED`:
262 * .. _`CEC-MSG-USER-CONTROL-RELEASED`:
269 * .. _`CEC-MSG-REPORT-PHYSICAL-ADDR`:
/Linux-v5.15/Documentation/usb/
Dmass-storage.rst2 Mass Storage Gadget (MSG)
8 Mass Storage Gadget (or MSG) acts as a USB Mass Storage device,
209 that MSG is a composite gadget (ie. uses the composite framework)
212 kernel hacker's point of view, this means that (i) MSG does not
221 for all logical units whereas in MSG they accept a list of y/n
227 parameters are handled in MSG by the composite layer's parameters
231 3. MSG does not support FSG's test mode, thus “transport”,
233 supported. MSG always uses SCSI protocol with bulk only
/Linux-v5.15/sound/soc/au1x/
Ddbdma2.c33 #define MSG(x...) printk(KERN_INFO "au1xpsc_pcm: " x) macro
35 #define DBG MSG
214 MSG("DDMA channel (re)alloc failed!\n"); in au1xpsc_pcm_hw_params()
/Linux-v5.15/include/linux/
Dpoll.h134 M(HUP) | M(RDHUP) | M(MSG); in mangle_poll()
143 M(HUP) | M(RDHUP) | M(MSG); in demangle_poll()
/Linux-v5.15/tools/testing/selftests/net/
Dbareudp.sh294 local MSG="$3"; readonly MSG
297 printf "TEST: %-60s " "${MSG}"
332 local MSG
/Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/
Dmarvell,icu.txt7 requests on input wires to MSG memory mapped transactions to the GIC.
40 that allows to trigger interrupts using MSG memory mapped
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dmigrate_reuseport.c46 #define MSG "Hello World\0" macro
280 char buf[MSGLEN] = MSG; in start_clients()
429 if (!ASSERT_STREQ(buf, MSG, "read")) in count_requests()
/Linux-v5.15/Documentation/misc-devices/
Dibmvmc.rst196 MSG RDMA
198 SIGNAL MSG
200 SIGNAL MSG
202 MSG RDMA
/Linux-v5.15/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-vchiq.c91 #define DBG_DUMP_MSG(MSG, MSG_LEN, TITLE) \ argument
94 msg_type_names[(MSG)->h.type], \
95 (MSG)->h.type, (MSG_LEN)); \
97 16, 4, (MSG), \
101 ((u8 *)(MSG)) + sizeof(struct mmal_msg_header),\
105 #define DBG_DUMP_MSG(MSG, MSG_LEN, TITLE) \ argument
108 msg_type_names[(MSG)->h.type], \
109 (MSG)->h.type, (MSG_LEN)); \
113 #define DBG_DUMP_MSG(MSG, MSG_LEN, TITLE) argument

12