Searched refs:system_thread (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/tee/optee/ |
H A D | call.c | 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() 573 bool system_thread; in optee_cancel_req() local 581 system_thread = sess->use_sys_thread; in optee_cancel_req() [all …]
|
H A D | optee_private.h | 185 bool system_thread); 297 bool system_thread);
|
H A D | ffa_abi.c | 533 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 D | core.c | 133 bool system_thread)) in optee_release_helper() argument
|
H A D | smc_abi.c | 888 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()
|