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:immovable_mem
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
acpi.c
20
struct mem_vector
immovable_mem
[MAX_NUMNODES*2];
variable
260
* memory regions into the
immovable_mem
array.
301
immovable_mem
[num].start = ma->base_address;
in count_immovable_mem_regions()
302
immovable_mem
[num].size = ma->length;
in count_immovable_mem_regions()
H
A
D
kaslr.c
652
if (!mem_overlaps(region, &
immovable_mem
[i]))
in process_mem_region()
655
start =
immovable_mem
[i].start;
in process_mem_region()
656
end = start +
immovable_mem
[i].size;
in process_mem_region()
H
A
D
misc.h
175
extern struct mem_vector
immovable_mem
[MAX_NUMNODES*2];
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
acpi.c
21
struct mem_vector
immovable_mem
[MAX_NUMNODES*2];
variable
366
* memory regions into the
immovable_mem
array.
407
immovable_mem
[num].start = ma->base_address;
in count_immovable_mem_regions()
408
immovable_mem
[num].size = ma->length;
in count_immovable_mem_regions()
H
A
D
misc.h
139
extern struct mem_vector
immovable_mem
[MAX_NUMNODES*2];
H
A
D
kaslr.c
656
if (!mem_overlaps(region, &
immovable_mem
[i]))
in process_mem_region()
659
start =
immovable_mem
[i].start;
in process_mem_region()
660
end = start +
immovable_mem
[i].size;
in process_mem_region()
Completed in 5 milliseconds