Lines Matching refs:system_thread
468 bool system_thread) in optee_close_session_helper() argument
482 optee->ops->do_call_with_arg(ctx, shm, offs, system_thread); in optee_close_session_helper()
486 if (system_thread) in optee_close_session_helper()
496 bool system_thread; in optee_close_session() local
506 system_thread = sess->use_sys_thread; in optee_close_session()
509 return optee_close_session_helper(ctx, session, system_thread); in optee_close_session()
521 bool system_thread; in optee_invoke_func() local
529 system_thread = sess->use_sys_thread; in optee_invoke_func()
548 if (optee->ops->do_call_with_arg(ctx, shm, offs, system_thread)) { in optee_invoke_func()
573 bool system_thread; in optee_cancel_req() local
581 system_thread = sess->use_sys_thread; in optee_cancel_req()
593 optee->ops->do_call_with_arg(ctx, shm, offs, system_thread); in optee_cancel_req()