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:low_mem_sz
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/mm/
H
A
D
init.c
25
static unsigned long
low_mem_sz
;
variable
40
return
low_mem_sz
;
in arc_get_mem_sz()
46
low_mem_sz
= memparse(str, NULL) & PAGE_MASK;
in setup_mem_sz()
49
pr_info("\"mem=%s\": mem sz set to %ldM\n", str, TO_MB(
low_mem_sz
));
in setup_mem_sz()
59
if (!
low_mem_sz
) {
in early_init_dt_add_memory_arch()
63
low_mem_sz
= size;
in early_init_dt_add_memory_arch()
104
max_low_pfn = max_pfn = PFN_DOWN(low_mem_start +
low_mem_sz
);
in setup_arch_memory()
/kernel/linux/linux-6.6/arch/arc/mm/
H
A
D
init.c
26
static unsigned long
low_mem_sz
;
variable
38
return
low_mem_sz
;
in arc_get_mem_sz()
44
low_mem_sz
= memparse(str, NULL) & PAGE_MASK;
in setup_mem_sz()
47
pr_info("\"mem=%s\": mem sz set to %ldM\n", str, TO_MB(
low_mem_sz
));
in setup_mem_sz()
57
if (!
low_mem_sz
) {
in early_init_dt_add_memory_arch()
61
low_mem_sz
= size;
in early_init_dt_add_memory_arch()
94
max_low_pfn = max_pfn = PFN_DOWN(low_mem_start +
low_mem_sz
);
in setup_arch_memory()
Completed in 1 milliseconds