Lines Matching refs:tee_context
432 static int optee_shm_register(struct tee_context *ctx, struct tee_shm *shm, in optee_shm_register()
500 static int optee_shm_unregister(struct tee_context *ctx, struct tee_shm *shm) in optee_shm_unregister()
541 static int optee_shm_register_supp(struct tee_context *ctx, struct tee_shm *shm, in optee_shm_register_supp()
552 static int optee_shm_unregister_supp(struct tee_context *ctx, in optee_shm_unregister_supp()
629 static void handle_rpc_func_cmd_shm_free(struct tee_context *ctx, in handle_rpc_func_cmd_shm_free()
656 static void handle_rpc_func_cmd_shm_alloc(struct tee_context *ctx, in handle_rpc_func_cmd_shm_alloc()
768 static void handle_rpc_func_cmd(struct tee_context *ctx, struct optee *optee, in handle_rpc_func_cmd()
794 static void optee_handle_rpc(struct tee_context *ctx, in optee_handle_rpc()
867 static int optee_smc_do_call_with_arg(struct tee_context *ctx, in optee_smc_do_call_with_arg()
948 static int simple_call_with_arg(struct tee_context *ctx, u32 cmd) in simple_call_with_arg()
966 static int optee_smc_do_bottom_half(struct tee_context *ctx) in optee_smc_do_bottom_half()
971 static int optee_smc_stop_async_notif(struct tee_context *ctx) in optee_smc_stop_async_notif()
1080 static int optee_smc_open(struct tee_context *ctx) in optee_smc_open()
1365 struct tee_context *ctx; in optee_probe()