Lines Matching refs:tee_context
453 static int optee_shm_register(struct tee_context *ctx, struct tee_shm *shm, in optee_shm_register()
521 static int optee_shm_unregister(struct tee_context *ctx, struct tee_shm *shm) in optee_shm_unregister()
562 static int optee_shm_register_supp(struct tee_context *ctx, struct tee_shm *shm, in optee_shm_register_supp()
573 static int optee_shm_unregister_supp(struct tee_context *ctx, in optee_shm_unregister_supp()
649 static void handle_rpc_func_cmd_shm_free(struct tee_context *ctx, in handle_rpc_func_cmd_shm_free()
676 static void handle_rpc_func_cmd_shm_alloc(struct tee_context *ctx, in handle_rpc_func_cmd_shm_alloc()
785 static void handle_rpc_func_cmd(struct tee_context *ctx, struct optee *optee, in handle_rpc_func_cmd()
812 static void optee_handle_rpc(struct tee_context *ctx, in optee_handle_rpc()
886 static int optee_smc_do_call_with_arg(struct tee_context *ctx, in optee_smc_do_call_with_arg()
1171 static int optee_smc_open(struct tee_context *ctx) in optee_smc_open()
1595 struct tee_context *ctx; in optee_probe()