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:tc_ns_shared_mem
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
mem.h
24
struct
tc_ns_shared_mem
*tc_mem_allocate(size_t len);
25
void tc_mem_free(struct
tc_ns_shared_mem
*shared_mem);
27
static inline void get_sharemem_struct(struct
tc_ns_shared_mem
*sharemem)
in get_sharemem_struct()
33
static inline void put_sharemem_struct(struct
tc_ns_shared_mem
*sharemem)
in put_sharemem_struct()
H
A
D
mem.c
35
void tc_mem_free(struct
tc_ns_shared_mem
*shared_mem)
in tc_mem_free()
56
static void init_shared_mem(struct
tc_ns_shared_mem
*sh, void *addr, size_t len)
in init_shared_mem()
64
struct
tc_ns_shared_mem
*tc_mem_allocate(size_t len)
in tc_mem_allocate()
66
struct
tc_ns_shared_mem
*shared_mem = NULL;
in tc_mem_allocate()
H
A
D
tc_client_driver.c
530
struct
tc_ns_shared_mem
*shared_mem = NULL;
in shared_vma_close()
531
struct
tc_ns_shared_mem
*shared_mem_temp = NULL;
in shared_vma_close()
577
static struct
tc_ns_shared_mem
*find_sharedmem(
in find_sharedmem()
581
struct
tc_ns_shared_mem
*shm_tmp = NULL;
in find_sharedmem()
614
const struct
tc_ns_shared_mem
*shared_mem)
in remap_shared_mem()
657
struct
tc_ns_shared_mem
*shared_mem = NULL;
in tc_client_mmap()
H
A
D
gp_ops.c
422
static bool is_refmem_offset_valid(const struct
tc_ns_shared_mem
*shared_mem,
in is_refmem_offset_valid()
452
static int set_operation_buffer(const struct
tc_ns_shared_mem
*shared_mem, void *buffer_addr,
in set_operation_buffer()
486
struct
tc_ns_shared_mem
*shared_mem = NULL;
in alloc_for_ref_mem()
994
struct
tc_ns_shared_mem
*shm = operation->sharemem[index];
in free_operation()
/kernel/linux/common_modules/tzdriver/
H
A
D
teek_ns_client.h
77
struct
tc_ns_shared_mem
{
struct
146
struct
tc_ns_shared_mem
*sharemem[TEE_PARAM_NUM];
Completed in 6 milliseconds