Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/
H A Drpc.h15 #define RPC_VER(MSG) ((MSG)->version) argument
16 #define RPC_SIZE(MSG) ((MSG)->size) argument
17 #define RPC_SVC(MSG) ((MSG)->svc) argument
18 #define RPC_FUNC(MSG) ((MSG)->func) argument
19 #define RPC_R8(MSG) ((MSG)->func) argument
20 #define RPC_I32(MSG, IDX) ((MSG)->DATA.i32[(IDX) / 4U]) argument
21 #define RPC_I16(MSG, IDX) ((MSG)->DATA.i16[(IDX) / 2U]) argument
22 #define RPC_I8(MSG, IDX) ((MSG)->DATA.i8[(IDX)]) argument
23 #define RPC_U32(MSG, IDX) ((MSG)->DATA.u32[(IDX) / 4U]) argument
24 #define RPC_U16(MSG, IDX) ((MSG)->DATA.u16[(IDX) / 2U]) argument
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dcgroup_helpers.h9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
H A Dnetwork_helpers.c29 #define log_err(MSG, ...) ({ \ argument
/openbmc/linux/arch/x86/crypto/
H A Dsha256_ni_asm.S65 #define MSG %xmm0 macro
H A Dpolyval-clmulni_asm.S40 #define MSG %rsi macro
H A Daegis128-aesni-asm.S19 #define MSG %xmm5 macro
H A Dsha512-avx-asm.S90 #define MSG(i) 8*i(msg) macro
H A Dsha512-ssse3-asm.S88 #define MSG(i) 8*i(msg) macro
/openbmc/linux/samples/rpmsg/
H A Drpmsg_client_sample.c16 #define MSG "hello world!" macro
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h13 #define log_err(MSG, ...) \ argument
H A Dmigrate_reuseport.c46 #define MSG "Hello World\0" macro
H A Dtc_redirect.c65 #define log_err(MSG, ...) \ argument
/openbmc/linux/arch/arm64/crypto/
H A Dpolyval-ce-core.S31 MSG .req x1 label
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c91 #define DBG_DUMP_MSG(MSG, MSG_LEN, TITLE) \ argument
105 #define DBG_DUMP_MSG(MSG, MSG_LEN, TITLE) \ argument
113 #define DBG_DUMP_MSG(MSG, MSG_LEN, TITLE) argument
/openbmc/linux/sound/soc/au1x/
H A Ddbdma2.c33 #define MSG(x...) printk(KERN_INFO "au1xpsc_pcm: " x) macro
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c21 #define log_err(MSG, ...) \ argument
/openbmc/linux/security/integrity/ima/
H A Dima_policy.c1203 #define MSG "template with 'modsig' field also needs 'd-modsig' field\n" in check_template_modsig() macro
/openbmc/linux/drivers/usb/gadget/function/
H A Df_tcm.c1577 #define MSG "Unable to remove Host I_T Nexus with active TPG port count: %d\n" in tcm_usbg_drop_nexus() macro