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:alt_mem_k
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
memory.c
92
boot_params.
alt_mem_k
= (oreg.bx << 6) + oreg.ax;
in detect_memory_e801()
101
boot_params.
alt_mem_k
= oreg.ax;
in detect_memory_e801()
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
memory.c
92
boot_params.
alt_mem_k
= (oreg.bx << 6) + oreg.ax;
in detect_memory_e801()
101
boot_params.
alt_mem_k
= oreg.ax;
in detect_memory_e801()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
bootparam_utils.h
67
BOOT_PARAM_PRESERVE(
alt_mem_k
),
in sanitize_boot_params()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
bootparam_utils.h
67
BOOT_PARAM_PRESERVE(
alt_mem_k
),
in sanitize_boot_params()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
kexec-bzimage64.c
207
params->
alt_mem_k
= 0;
in setup_boot_parameters()
237
params->
alt_mem_k
= mem_k;
in setup_boot_parameters()
241
params->
alt_mem_k
= 0xffffffff;
in setup_boot_parameters()
H
A
D
e820.c
1274
if (boot_params.
alt_mem_k
< boot_params.screen_info.ext_mem_k) {
in e820__memory_setup_default()
1278
mem_size = boot_params.
alt_mem_k
;
in e820__memory_setup_default()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
kexec-bzimage64.c
254
params->
alt_mem_k
= 0;
in setup_boot_parameters()
284
params->
alt_mem_k
= mem_k;
in setup_boot_parameters()
288
params->
alt_mem_k
= 0xffffffff;
in setup_boot_parameters()
H
A
D
e820.c
1276
if (boot_params.
alt_mem_k
< boot_params.screen_info.ext_mem_k) {
in e820__memory_setup_default()
1280
mem_size = boot_params.
alt_mem_k
;
in e820__memory_setup_default()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
bootparam.h
193
__u32
alt_mem_k
; /* 0x1e0 */
member
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
bootparam.h
204
__u32
alt_mem_k
; /* 0x1e0 */
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
bootparam.h
168
__u32
alt_mem_k
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
bootparam.h
168
__u32
alt_mem_k
;
member
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
x86-stub.c
652
boot_params->
alt_mem_k
= 32 * 1024;
in exit_boot()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
x86-stub.c
731
boot_params->
alt_mem_k
= 32 * 1024;
in exit_boot()
Completed in 20 milliseconds