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:TEE_PARAM_NUM
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/common_modules/tzdriver/
H
A
D
teek_ns_client.h
51
#define
TEE_PARAM_NUM
4
macro
144
union tc_ns_parameter params[
TEE_PARAM_NUM
];
145
unsigned int buffer_h_addr[
TEE_PARAM_NUM
];
146
struct tc_ns_shared_mem *sharemem[
TEE_PARAM_NUM
];
147
void *mb_buffer[
TEE_PARAM_NUM
];
235
struct tc_ns_temp_buf local_tmpbuf[
TEE_PARAM_NUM
];
236
uint32_t trans_paramtype[
TEE_PARAM_NUM
];
/kernel/linux/common_modules/tzdriver/core/
H
A
D
gp_ops.c
353
if (index >=
TEE_PARAM_NUM
)
in alloc_for_tmp_mem()
492
if (index >=
TEE_PARAM_NUM
)
in alloc_for_ref_mem()
625
if (index >=
TEE_PARAM_NUM
)
in transfer_shared_mem()
682
if (index >=
TEE_PARAM_NUM
)
in transfer_client_value()
722
for (index = 0; index <
TEE_PARAM_NUM
; index++) {
in alloc_operation()
782
if (index >=
TEE_PARAM_NUM
) {
in update_tmp_mem()
835
if (index >=
TEE_PARAM_NUM
) {
in update_for_ref_mem()
889
if (index >=
TEE_PARAM_NUM
) {
in update_for_value()
932
for (index = 0; index <
TEE_PARAM_NUM
; index++) {
in update_client_operation()
978
for (index = 0; index <
TEE_PARAM_NUM
; inde
in free_operation()
[all...]
H
A
D
teek_client_api.c
44
if (idex >=
TEE_PARAM_NUM
)
in encode_for_part_mem()
94
uint32_t param_type[
TEE_PARAM_NUM
];
in proc_teek_encode()
106
for (idex = 0; idex <
TEE_PARAM_NUM
; idex++) {
in proc_teek_encode()
248
uint32_t param_type[
TEE_PARAM_NUM
] = {0};
in teek_check_operation()
274
for (idex = 0; idex <
TEE_PARAM_NUM
; idex++) {
in teek_check_operation()
368
uint32_t param_type[
TEE_PARAM_NUM
] = {0};
in is_oper_param_valid()
H
A
D
agent.c
262
(TEE_PARAM_TYPE_VALUE_INPUT <<
TEE_PARAM_NUM
);
in send_set_smc_cmd()
921
(TEE_PARAM_TYPE_VALUE_INPUT <<
TEE_PARAM_NUM
);
in register_agent_to_tee()
1043
(TEE_PARAM_TYPE_VALUE_INPUT <<
TEE_PARAM_NUM
);
in tc_ns_unregister_agent()
H
A
D
mailbox_mempool.c
520
(TEE_PARAM_TYPE_VALUE_INPUT <<
TEE_PARAM_NUM
);
in mailbox_register()
H
A
D
reserved_mempool.c
302
(TEE_PARAM_TYPE_VALUE_INPUT <<
TEE_PARAM_NUM
);
in res_mem_register()
H
A
D
tz_spi_notify.c
610
TEE_PARAM_TYPE_VALUE_INPUT <<
TEE_PARAM_NUM
;
in send_notify_cmd()
/kernel/linux/common_modules/tzdriver/ion/
H
A
D
dynamic_ion_mem.c
540
if (index >=
TEE_PARAM_NUM
|| !call_params || !op_params)
625
if (index >=
TEE_PARAM_NUM
|| !call_params || !op_params)
/kernel/linux/common_modules/tzdriver/tui/
H
A
D
tui.c
995
(TEE_PARAM_TYPE_VALUE_INPUT <<
TEE_PARAM_NUM
);
Completed in 17 milliseconds