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_alloc_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H
A
D
setup.c
971
uint64_t
mem_alloc_size
;
in plat_mem_setup()
local
990
mem_alloc_size
= 4 << 20;
in plat_mem_setup()
991
if (
mem_alloc_size
> max_memory)
in plat_mem_setup()
992
mem_alloc_size
= max_memory;
in plat_mem_setup()
1011
memory = cvmx_bootmem_phy_alloc(
mem_alloc_size
,
in plat_mem_setup()
1016
u64 size =
mem_alloc_size
;
in plat_mem_setup()
1033
end = memory +
mem_alloc_size
;
in plat_mem_setup()
1062
mem_alloc_size
-= crashk_end - memory;
in plat_mem_setup()
1070
mem_alloc_size
-= end - crashk_base;
in plat_mem_setup()
1072
memblock_add(memory,
mem_alloc_size
);
in plat_mem_setup()
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H
A
D
setup.c
969
uint64_t
mem_alloc_size
;
in plat_mem_setup()
local
986
mem_alloc_size
= 4 << 20;
in plat_mem_setup()
987
if (
mem_alloc_size
> max_memory)
in plat_mem_setup()
988
mem_alloc_size
= max_memory;
in plat_mem_setup()
1007
memory = cvmx_bootmem_phy_alloc(
mem_alloc_size
,
in plat_mem_setup()
1012
u64 size =
mem_alloc_size
;
in plat_mem_setup()
1029
end = memory +
mem_alloc_size
;
in plat_mem_setup()
1058
mem_alloc_size
-= crashk_end - memory;
in plat_mem_setup()
1066
mem_alloc_size
-= end - crashk_base;
in plat_mem_setup()
1068
memblock_add(memory,
mem_alloc_size
);
in plat_mem_setup()
[all...]
Completed in 3 milliseconds