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:mem_range
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
stm32_rproc.c
149
struct stm32_rproc_mem_ranges *
mem_range
;
in stm32_rproc_of_memory_translations()
local
156
sizeof(*
mem_range
));
in stm32_rproc_of_memory_translations()
165
mem_range
= kcalloc(cnt, sizeof(*
mem_range
), GFP_KERNEL);
in stm32_rproc_of_memory_translations()
166
if (!
mem_range
)
in stm32_rproc_of_memory_translations()
172
(u32 *)
mem_range
, array_size);
in stm32_rproc_of_memory_translations()
179
p_mems[i].bus_addr =
mem_range
[i].bus_addr;
in stm32_rproc_of_memory_translations()
180
p_mems[i].dev_addr =
mem_range
[i].dev_addr;
in stm32_rproc_of_memory_translations()
181
p_mems[i].size =
mem_range
[i].size;
in stm32_rproc_of_memory_translations()
192
kfree(
mem_range
);
in stm32_rproc_of_memory_translations()
[all...]
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
stm32_rproc.c
151
struct stm32_rproc_mem_ranges *
mem_range
;
in stm32_rproc_of_memory_translations()
local
158
sizeof(*
mem_range
));
in stm32_rproc_of_memory_translations()
167
mem_range
= kcalloc(cnt, sizeof(*
mem_range
), GFP_KERNEL);
in stm32_rproc_of_memory_translations()
168
if (!
mem_range
)
in stm32_rproc_of_memory_translations()
174
(u32 *)
mem_range
, array_size);
in stm32_rproc_of_memory_translations()
181
p_mems[i].bus_addr =
mem_range
[i].bus_addr;
in stm32_rproc_of_memory_translations()
182
p_mems[i].dev_addr =
mem_range
[i].dev_addr;
in stm32_rproc_of_memory_translations()
183
p_mems[i].size =
mem_range
[i].size;
in stm32_rproc_of_memory_translations()
194
kfree(
mem_range
);
in stm32_rproc_of_memory_translations()
[all...]
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
ibmphp_pci.c
1608
struct range_node *
mem_range
= NULL;
in add_new_bus()
local
1634
mem_range
= kzalloc(sizeof(*
mem_range
), GFP_KERNEL);
in add_new_bus()
1635
if (!
mem_range
)
in add_new_bus()
1638
mem_range
->start = mem->start;
in add_new_bus()
1639
mem_range
->end = mem->end;
in add_new_bus()
1640
mem_range
->rangeno = 1;
in add_new_bus()
1642
bus->rangeMem =
mem_range
;
in add_new_bus()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
ibmphp_pci.c
1606
struct range_node *
mem_range
= NULL;
in add_new_bus()
local
1632
mem_range
= kzalloc(sizeof(*
mem_range
), GFP_KERNEL);
in add_new_bus()
1633
if (!
mem_range
)
in add_new_bus()
1636
mem_range
->start = mem->start;
in add_new_bus()
1637
mem_range
->end = mem->end;
in add_new_bus()
1638
mem_range
->rangeno = 1;
in add_new_bus()
1640
bus->rangeMem =
mem_range
;
in add_new_bus()
Completed in 6 milliseconds