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:BIOS_BEGIN
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/e820/
H
A
D
types.h
105
#define
BIOS_BEGIN
0x000a0000
macro
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
e820.h
73
#define
BIOS_BEGIN
0x000a0000
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/e820/
H
A
D
types.h
105
#define
BIOS_BEGIN
0x000a0000
macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
e820.h
73
#define
BIOS_BEGIN
0x000a0000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
e820.h
46
#define
BIOS_BEGIN
0x000a0000
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
e820.h
46
#define
BIOS_BEGIN
0x000a0000
macro
/kernel/linux/linux-5.10/arch/x86/pci/
H
A
D
pcbios.c
48
set_memory_x(PAGE_OFFSET +
BIOS_BEGIN
, (BIOS_END -
BIOS_BEGIN
) >> PAGE_SHIFT);
in set_bios_x()
/kernel/linux/linux-6.6/arch/x86/pci/
H
A
D
pcbios.c
48
set_memory_x(PAGE_OFFSET +
BIOS_BEGIN
, (BIOS_END -
BIOS_BEGIN
) >> PAGE_SHIFT);
in set_bios_x()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
setup.c
699
e820__range_remove(
BIOS_BEGIN
, BIOS_END -
BIOS_BEGIN
, E820_TYPE_RAM, 1);
in trim_bios_range()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
setup.c
740
e820__range_remove(
BIOS_BEGIN
, BIOS_END -
BIOS_BEGIN
, E820_TYPE_RAM, 1);
in trim_bios_range()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
dump_pagetables.c
238
if (pcibios_enabled && st->start_address >= PAGE_OFFSET +
BIOS_BEGIN
&&
in note_wx()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
dump_pagetables.c
238
if (pcibios_enabled && st->start_address >= PAGE_OFFSET +
BIOS_BEGIN
&&
in note_wx()
/kernel/linux/linux-5.10/arch/x86/mm/pat/
H
A
D
set_memory.c
400
#define BIOS_PFN PFN_DOWN(
BIOS_BEGIN
)
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H
A
D
set_memory.c
447
#define BIOS_PFN PFN_DOWN(
BIOS_BEGIN
)
Completed in 13 milliseconds