Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:err_origin
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/common_modules/tzdriver/
H
A
D
teek_ns_client.h
176
unsigned int
err_origin
;
member
/kernel/linux/common_modules/tzdriver/ion/
H
A
D
dynamic_ion_mem.c
79
smc_cmd.
err_origin
= TEEC_ORIGIN_COMMS;
in release_ion_srv()
160
smc_cmd.
err_origin
= TEEC_ORIGIN_COMMS;
in send_dyn_ion_cmd()
179
*ret_origin = smc_cmd.
err_origin
;
in send_dyn_ion_cmd()
/kernel/linux/common_modules/tzdriver/core/
H
A
D
gp_ops.c
1082
smc_cmd->
err_origin
= context->returns.origin;
in init_smc_cmd()
1196
call_params->context->returns.origin = op_params->smc_cmd->
err_origin
;
in release_tc_call_resource()
1248
op_params->smc_cmd->ret_val, op_params->smc_cmd->
err_origin
);
in post_proc_smc_return()
1276
op_params.smc_cmd->
err_origin
= TEEC_ORIGIN_COMMS;
in tc_client_call()
1300
op_params.smc_cmd->
err_origin
= TEEC_ORIGIN_COMMS;
in tc_client_call()
H
A
D
session_manager.c
762
smc_cmd.
err_origin
= TEEC_ORIGIN_COMMS;
in load_image_by_frame()
791
tee_ret->origin = smc_cmd.
err_origin
;
in load_image_by_frame()
H
A
D
smc_smp.c
961
tloge("error smc call: ret = %x and cmd.
err_origin
=%x, [ta is %s]\n",
in cmd_result_check()
962
cmd->ret_val, cmd->
err_origin
, (ta_killed == true) ? "killed" : "crash");
in cmd_result_check()
970
cmd->ret_val, cmd->
err_origin
);
in cmd_result_check()
973
cmd->eventindex, cmd->
err_origin
);
in cmd_result_check()
Completed in 8 milliseconds