Lines Matching refs:param
20 TP_PROTO(struct optee_rpc_param *param),
21 TP_ARGS(param),
24 __field(void *, param)
29 __entry->param = param;
30 BUILD_BUG_ON(sizeof(*param) < sizeof(__entry->args));
31 memcpy(__entry->args, param, sizeof(__entry->args));
34 TP_printk("param=%p (%x, %x, %x, %x, %x, %x, %x, %x)", __entry->param,
41 TP_PROTO(struct optee_rpc_param *param, struct arm_smccc_res *res),
42 TP_ARGS(param, res),
45 __field(void *, param)
50 __entry->param = param;
55 TP_printk("param=%p ret (%lx, %lx, %lx, %lx)", __entry->param,