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:KERN_VIRT_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
31
#define
KERN_VIRT_SIZE
ASM_CONST(0x0000100000000000)
macro
39
#define VMALLOC_SIZE (
KERN_VIRT_SIZE
>> 2)
51
#define KERN_IO_START (KERN_VIRT_START + (
KERN_VIRT_SIZE
>> 1))
59
#define IOREMAP_END (KERN_VIRT_START +
KERN_VIRT_SIZE
- FIXADDR_SIZE)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
29
#define
KERN_VIRT_SIZE
ASM_CONST(0x0000100000000000)
macro
37
#define VMALLOC_SIZE (
KERN_VIRT_SIZE
>> 2)
49
#define KERN_IO_START (KERN_VIRT_START + (
KERN_VIRT_SIZE
>> 1))
50
#define KERN_IO_SIZE (
KERN_VIRT_SIZE
>> 2)
/kernel/linux/linux-5.10/arch/riscv/mm/
H
A
D
physaddr.c
16
WARN(y >=
KERN_VIRT_SIZE
,
in __virt_to_phys()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
pgtable.h
16
#define
KERN_VIRT_SIZE
(UL(-1))
macro
37
#define
KERN_VIRT_SIZE
((PTRS_PER_PGD / 2 * PGDIR_SIZE) / 2)
macro
39
#define VMALLOC_SIZE (
KERN_VIRT_SIZE
>> 1)
H
A
D
page.h
130
((x) >= PAGE_OFFSET && (!IS_ENABLED(CONFIG_64BIT) || (x) < PAGE_OFFSET +
KERN_VIRT_SIZE
))
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
page.h
36
#define
KERN_VIRT_SIZE
(-PAGE_OFFSET)
macro
H
A
D
pgtable.h
27
#define VMALLOC_SIZE (
KERN_VIRT_SIZE
>> 1)
/kernel/linux/linux-6.6/arch/riscv/mm/
H
A
D
init.c
1101
* The default maximal physical memory size is
KERN_VIRT_SIZE
for 32-bit
in setup_vm()
1106
memory_limit =
KERN_VIRT_SIZE
- (IS_ENABLED(CONFIG_64BIT) ? SZ_4G : 0);
in setup_vm()
Completed in 7 milliseconds