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:e820_entries
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/pvh/
H
A
D
enlighten.c
52
pvh_bootparams.
e820_entries
= pvh_start_info.memmap_entries;
in init_pvh_bootparams()
54
for (i = 0; i < pvh_bootparams.
e820_entries
; i++, ep++) {
in init_pvh_bootparams()
66
if (pvh_bootparams.
e820_entries
< E820_MAX_ENTRIES_ZEROPAGE - 1) {
in init_pvh_bootparams()
67
pvh_bootparams.e820_table[pvh_bootparams.
e820_entries
].addr =
in init_pvh_bootparams()
69
pvh_bootparams.e820_table[pvh_bootparams.
e820_entries
].size =
in init_pvh_bootparams()
71
pvh_bootparams.e820_table[pvh_bootparams.
e820_entries
].type =
in init_pvh_bootparams()
73
pvh_bootparams.
e820_entries
++;
in init_pvh_bootparams()
/kernel/linux/linux-6.6/arch/x86/platform/pvh/
H
A
D
enlighten.c
52
pvh_bootparams.
e820_entries
= pvh_start_info.memmap_entries;
in init_pvh_bootparams()
54
for (i = 0; i < pvh_bootparams.
e820_entries
; i++, ep++) {
in init_pvh_bootparams()
66
if (pvh_bootparams.
e820_entries
< E820_MAX_ENTRIES_ZEROPAGE - 1) {
in init_pvh_bootparams()
67
pvh_bootparams.e820_table[pvh_bootparams.
e820_entries
].addr =
in init_pvh_bootparams()
69
pvh_bootparams.e820_table[pvh_bootparams.
e820_entries
].size =
in init_pvh_bootparams()
71
pvh_bootparams.e820_table[pvh_bootparams.
e820_entries
].type =
in init_pvh_bootparams()
73
pvh_bootparams.
e820_entries
++;
in init_pvh_bootparams()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
bootparam_utils.h
69
BOOT_PARAM_PRESERVE(
e820_entries
),
in sanitize_boot_params()
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
enlighten_pvh.c
54
boot_params_p->
e820_entries
= memmap.nr_entries;
in mem_map_via_hcall()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
bootparam_utils.h
69
BOOT_PARAM_PRESERVE(
e820_entries
),
in sanitize_boot_params()
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
memory.c
69
boot_params.
e820_entries
= count;
in detect_memory_e820()
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
memory.c
69
boot_params.
e820_entries
= count;
in detect_memory_e820()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
enlighten_pvh.c
73
boot_params_p->
e820_entries
= memmap.nr_entries;
in mem_map_via_hcall()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
crash.c
277
nr_e820_entries = params->
e820_entries
;
in add_e820_entry()
282
params->
e820_entries
++;
in add_e820_entry()
H
A
D
kexec-bzimage64.c
107
params->
e820_entries
= nr_e820_entries;
in setup_e820_entries()
226
nr_e820_entries = params->
e820_entries
;
in setup_boot_parameters()
H
A
D
e820.c
1270
if (append_e820_table(boot_params.e820_table, boot_params.
e820_entries
) < 0) {
in e820__memory_setup_default()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
crash.c
237
nr_e820_entries = params->
e820_entries
;
in add_e820_entry()
242
params->
e820_entries
++;
in add_e820_entry()
H
A
D
kexec-bzimage64.c
107
params->
e820_entries
= nr_e820_entries;
in setup_e820_entries()
273
nr_e820_entries = params->
e820_entries
;
in setup_boot_parameters()
H
A
D
e820.c
1272
if (append_e820_table(boot_params.e820_table, boot_params.
e820_entries
) < 0) {
in e820__memory_setup_default()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
pgtable_64.c
72
for (i = boot_params->
e820_entries
- 1; i >= 0; i--) {
in find_trampoline_placement()
H
A
D
kaslr.c
768
for (i = 0; i < boot_params->
e820_entries
; i++) {
in process_e820_entries()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
pgtable_64.c
68
for (i = boot_params->
e820_entries
- 1; i >= 0; i--) {
in find_trampoline_placement()
H
A
D
kaslr.c
780
for (i = 0; i < boot_params->
e820_entries
; i++) {
in process_e820_entries()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
bootparam.h
195
__u8
e820_entries
; /* 0x1e8 */
member
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
bootparam.h
206
__u8
e820_entries
; /* 0x1e8 */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
bootparam.h
170
__u8
e820_entries
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
bootparam.h
170
__u8
e820_entries
;
member
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
x86-stub.c
550
params->
e820_entries
= (u8)nr_entries;
in setup_e820()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
x86-stub.c
630
params->
e820_entries
= (u8)nr_entries;
in setup_e820()
Completed in 18 milliseconds