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:loongson_memmap
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
init.c
59
for (i = 0; i <
loongson_memmap
->nr_map; i++) {
in szmem()
60
node_id =
loongson_memmap
->map[i].node_id;
in szmem()
64
mem_type =
loongson_memmap
->map[i].mem_type;
in szmem()
65
mem_size =
loongson_memmap
->map[i].mem_size;
in szmem()
73
mem_start = (node_id << 44) |
loongson_memmap
->map[i].mem_start;
in szmem()
H
A
D
env.c
30
struct efi_memory_map_loongson *
loongson_memmap
;
variable
85
loongson_memmap
= (struct efi_memory_map_loongson *)
in prom_lefi_init_env()
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
numa.c
108
for (i = 0; i <
loongson_memmap
->nr_map; i++) {
in szmem()
109
node_id =
loongson_memmap
->map[i].node_id;
in szmem()
113
mem_type =
loongson_memmap
->map[i].mem_type;
in szmem()
114
mem_size =
loongson_memmap
->map[i].mem_size;
in szmem()
115
mem_start =
loongson_memmap
->map[i].mem_start;
in szmem()
H
A
D
env.c
28
struct efi_memory_map_loongson *
loongson_memmap
;
variable
62
loongson_memmap
= (struct efi_memory_map_loongson *)
in prom_init_env()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H
A
D
boot_param.h
228
extern struct efi_memory_map_loongson *
loongson_memmap
;
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H
A
D
boot_param.h
206
extern struct efi_memory_map_loongson *
loongson_memmap
;
Completed in 4 milliseconds