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:boot_memmap
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
efi.c
31
static unsigned long
boot_memmap
__initdata = EFI_INVALID_TABLE_ADDR;
36
{LINUX_EFI_BOOT_MEMMAP_GUID, &
boot_memmap
, "MEMMAP" },
106
if (
boot_memmap
== EFI_INVALID_TABLE_ADDR)
in efi_init()
109
tbl = early_memremap_ro(
boot_memmap
, sizeof(*tbl));
in efi_init()
113
data.phys_map =
boot_memmap
+ sizeof(*tbl);
in efi_init()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
efi.c
31
static unsigned long __initdata
boot_memmap
= EFI_INVALID_TABLE_ADDR;
variable
36
{LINUX_EFI_BOOT_MEMMAP_GUID, &
boot_memmap
, "MEMMAP" },
120
if (
boot_memmap
== EFI_INVALID_TABLE_ADDR)
in efi_init()
123
tbl = early_memremap_ro(
boot_memmap
, sizeof(*tbl));
in efi_init()
127
data.phys_map =
boot_memmap
+ sizeof(*tbl);
in efi_init()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
fdt.c
185
struct efi_boot_memmap *
boot_memmap
;
member
195
p->
boot_memmap
= map;
in exit_boot_func()
320
for (l = 0; l < priv.
boot_memmap
->map_size;
in allocate_new_fdt_and_exit_boot()
321
l += priv.
boot_memmap
->desc_size) {
in allocate_new_fdt_and_exit_boot()
322
p = (void *)priv.
boot_memmap
->map + l;
in allocate_new_fdt_and_exit_boot()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
fdt.c
185
struct efi_boot_memmap *
boot_memmap
;
member
195
p->
boot_memmap
= map;
in exit_boot_func()
320
for (l = 0; l < priv.
boot_memmap
->map_size;
in allocate_new_fdt_and_exit_boot()
321
l += priv.
boot_memmap
->desc_size) {
in allocate_new_fdt_and_exit_boot()
322
p = (void *)priv.
boot_memmap
->map + l;
in allocate_new_fdt_and_exit_boot()
Completed in 3 milliseconds