Lines Matching defs:msg_parg
177 phys_addr_t *msg_parg)
194 rc = tee_shm_get_pa(shm, 0, msg_parg);
218 phys_addr_t msg_parg;
223 shm = get_msg_arg(ctx, arg->num_params + 2, &msg_arg, &msg_parg);
257 if (optee_do_call_with_arg(ctx, msg_parg)) {
293 phys_addr_t msg_parg;
306 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg);
312 optee_do_call_with_arg(ctx, msg_parg);
324 phys_addr_t msg_parg;
335 shm = get_msg_arg(ctx, arg->num_params, &msg_arg, &msg_parg);
347 if (optee_do_call_with_arg(ctx, msg_parg)) {
369 phys_addr_t msg_parg;
379 shm = get_msg_arg(ctx, 0, &msg_arg, &msg_parg);
386 optee_do_call_with_arg(ctx, msg_parg);
618 phys_addr_t msg_parg;
632 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg);
653 if (optee_do_call_with_arg(ctx, msg_parg) ||
667 phys_addr_t msg_parg;
670 shm_arg = get_msg_arg(ctx, 1, &msg_arg, &msg_parg);
679 if (optee_do_call_with_arg(ctx, msg_parg) ||