/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/ |
H A D | rpc.h | 15 #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 D | cgroup_helpers.h | 9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
|
H A D | network_helpers.c | 29 #define log_err(MSG, ...) ({ \ argument
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sha256_ni_asm.S | 65 #define MSG %xmm0 macro
|
H A D | polyval-clmulni_asm.S | 40 #define MSG %rsi macro
|
H A D | aegis128-aesni-asm.S | 19 #define MSG %xmm5 macro
|
H A D | sha512-avx-asm.S | 90 #define MSG(i) 8*i(msg) macro
|
H A D | sha512-ssse3-asm.S | 88 #define MSG(i) 8*i(msg) macro
|
/openbmc/linux/samples/rpmsg/ |
H A D | rpmsg_client_sample.c | 16 #define MSG "hello world!" macro
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lwt_helpers.h | 13 #define log_err(MSG, ...) \ argument
|
H A D | migrate_reuseport.c | 46 #define MSG "Hello World\0" macro
|
H A D | tc_redirect.c | 65 #define log_err(MSG, ...) \ argument
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | polyval-ce-core.S | 31 MSG .req x1 label
|
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-vchiq.c | 91 #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 D | dbdma2.c | 33 #define MSG(x...) printk(KERN_INFO "au1xpsc_pcm: " x) macro
|
/openbmc/linux/tools/testing/selftests/net/af_unix/ |
H A D | scm_pidfd.c | 21 #define log_err(MSG, ...) \ argument
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_policy.c | 1203 #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 D | f_tcm.c | 1577 #define MSG "Unable to remove Host I_T Nexus with active TPG port count: %d\n" in tcm_usbg_drop_nexus() macro
|