Home
last modified time | relevance | path

Searched refs:system_thread (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/tee/optee/
H A Dcall.c468 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()
573 bool system_thread; in optee_cancel_req() local
581 system_thread = sess->use_sys_thread; in optee_cancel_req()
[all …]
H A Doptee_private.h185 bool system_thread);
297 bool system_thread);
H A Dffa_abi.c533 bool system_thread) in optee_ffa_yielding_call() argument
546 optee_cq_wait_init(&optee->call_queue, &w, system_thread); in optee_ffa_yielding_call()
619 bool system_thread) in optee_ffa_do_call_with_arg() argument
649 return optee_ffa_yielding_call(ctx, &data, rpc_arg, system_thread); in optee_ffa_do_call_with_arg()
H A Dcore.c133 bool system_thread)) in optee_release_helper() argument
H A Dsmc_abi.c888 bool system_thread) in optee_smc_do_call_with_arg() argument
929 optee_cq_wait_init(&optee->call_queue, &w, system_thread); in optee_smc_do_call_with_arg()