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:g_cmd_phys
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
smc_smp.c
146
phys_addr_t
g_cmd_phys
;
variable
203
g_cmd_phys
= rmem->base;
in reserved_cmdline()
1895
send_smc_cmd_rebooting(TSP_REQUEST,
g_cmd_phys
, TC_NS_CMD_TYPE_SECURE_CONFIG, NULL);
1901
struct smc_in_params in_param = {TSP_REQUEST,
g_cmd_phys
, TC_NS_CMD_TYPE_SECURE_CONFIG,
1902
g_cmd_phys
>> ADDR_TRANS_NUM};
1932
g_cmd_data = (struct tc_ns_smc_queue *)get_reserved_cmd_vaddr_of(
g_cmd_phys
, (uint64_t)g_cmd_size);
1942
g_cmd_phys
= get_cmd_mem_paddr((uint64_t)(uintptr_t)g_cmd_data);
Completed in 3 milliseconds