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:agent_buff
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
agent.c
750
void **
agent_buff
, uint32_t agent_buff_size)
in create_new_agent_node()
752
*
agent_buff
= mailbox_alloc(agent_buff_size, MB_FLAG_ZERO);
in create_new_agent_node()
753
if (!(*
agent_buff
)) {
in create_new_agent_node()
759
mailbox_free(*
agent_buff
);
in create_new_agent_node()
760
*
agent_buff
= NULL;
in create_new_agent_node()
767
(*event_data)->agent_buff_kernel = *
agent_buff
;
in create_new_agent_node()
908
static int register_agent_to_tee(unsigned int agent_id, const void *
agent_buff
, uint32_t agent_buff_size)
in register_agent_to_tee()
argument
923
mailbox_virt_to_phys((uintptr_t)
agent_buff
);
in register_agent_to_tee()
925
(uint64_t)mailbox_virt_to_phys((uintptr_t)
agent_buff
) >> ADDR_TRANS_NUM;
in register_agent_to_tee()
971
void *
agent_buff
in tc_ns_register_agent()
local
748
create_new_agent_node(struct tc_ns_dev_file *dev_file, struct smc_event_data **event_data, unsigned int agent_id, void **
agent_buff
, uint32_t
agent_buff
_size)
create_new_agent_node()
argument
[all...]
H
A
D
agent.h
80
void *
agent_buff
;
member
/kernel/linux/common_modules/tzdriver/agent_rpmb/core/
H
A
D
agent_rpmb.c
240
if (agent_instance == NULL || agent_instance->
agent_buff
== NULL) {
in rpmb_agent_work()
245
trans_ctrl = (struct rpmb_ctrl_t *)agent_instance->
agent_buff
;
in rpmb_agent_work()
/kernel/linux/common_modules/tzdriver/
H
A
D
agent.h
80
void *
agent_buff
;
member
Completed in 4 milliseconds