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:VMALLOC_OFFSET
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
pgtable_mm.h
97
#define
VMALLOC_OFFSET
PAGE_SIZE
macro
98
#define VMALLOC_START (((unsigned long) high_memory +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1))
108
#define
VMALLOC_OFFSET
(8*1024*1024)
macro
109
#define VMALLOC_START (((unsigned long) high_memory +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1))
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable_32_areas.h
14
#define
VMALLOC_OFFSET
(8 * 1024 * 1024)
macro
20
#define VMALLOC_START ((unsigned long)high_memory +
VMALLOC_OFFSET
)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable_32_areas.h
14
#define
VMALLOC_OFFSET
(8 * 1024 * 1024)
macro
20
#define VMALLOC_START ((unsigned long)high_memory +
VMALLOC_OFFSET
)
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
mem-layout.h
62
#define VMALLOC_START ((unsigned long) __va(high_memory +
VMALLOC_OFFSET
))
65
#define
VMALLOC_OFFSET
PAGE_SIZE
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
mem-layout.h
62
#define VMALLOC_START ((unsigned long) __va(high_memory +
VMALLOC_OFFSET
))
65
#define
VMALLOC_OFFSET
PAGE_SIZE
macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
pgtable_mm.h
104
#define
VMALLOC_OFFSET
(8*1024*1024)
macro
105
#define VMALLOC_START (((unsigned long) high_memory +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
104
* to worry about the
VMALLOC_OFFSET
causing problems. We do have to worry
112
#define
VMALLOC_OFFSET
(0x1000000) /* 16M */
macro
114
#define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1)))
116
#define VMALLOC_START ((((long)high_memory +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1)))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
103
* to worry about the
VMALLOC_OFFSET
causing problems. We do have to worry
111
#define
VMALLOC_OFFSET
(0x1000000) /* 16M */
macro
113
#define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1)))
115
#define VMALLOC_START ((((long)high_memory +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1)))
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgtable.h
50
#define
VMALLOC_OFFSET
(8*1024*1024)
macro
51
#define VMALLOC_START (((unsigned long)high_memory +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1))
53
#define VMALLOC_DEFAULT_BASE (VMALLOC_END - (240 << 20) -
VMALLOC_OFFSET
)
/kernel/linux/linux-5.10/arch/um/include/asm/
H
A
D
pgtable.h
45
#define
VMALLOC_OFFSET
(__va_space)
macro
46
#define VMALLOC_START ((end_iomem +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1))
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
pgtable.h
50
#define
VMALLOC_OFFSET
(8*1024*1024)
macro
51
#define VMALLOC_START (((unsigned long)high_memory +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1))
/kernel/linux/linux-6.6/arch/um/include/asm/
H
A
D
pgtable.h
48
#define
VMALLOC_OFFSET
(__va_space)
macro
49
#define VMALLOC_START ((end_iomem +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1))
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
pgtable_32.c
81
/* Add
VMALLOC_OFFSET
to the parsed value due to vm area guard hole*/
in parse_vmalloc()
82
__VMALLOC_RESERVE = memparse(arg, &arg) +
VMALLOC_OFFSET
;
in parse_vmalloc()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
pgtable_32.c
81
/* Add
VMALLOC_OFFSET
to the parsed value due to vm area guard hole*/
in parse_vmalloc()
82
__VMALLOC_RESERVE = memparse(arg, &arg) +
VMALLOC_OFFSET
;
in parse_vmalloc()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
180
* to worry about the
VMALLOC_OFFSET
causing problems. We do have to worry
188
#define
VMALLOC_OFFSET
(0x1000000) /* 16M */
macro
190
#define VMALLOC_START ((((long)high_memory +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1)))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
199
* to worry about the
VMALLOC_OFFSET
causing problems. We do have to worry
207
#define
VMALLOC_OFFSET
(0x1000000) /* 16M */
macro
209
#define VMALLOC_START ((((long)high_memory +
VMALLOC_OFFSET
) & ~(
VMALLOC_OFFSET
-1)))
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H
A
D
kaslr.c
354
VMALLOC_OFFSET
;
in kaslr_early_init()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
mmu.c
1182
vmalloc_max = VMALLOC_END - (PAGE_OFFSET + SZ_32M +
VMALLOC_OFFSET
);
in early_vmalloc()
1209
vmalloc_limit = (u64)VMALLOC_END - vmalloc_size -
VMALLOC_OFFSET
-
in adjust_lowmem_bounds()
Completed in 14 milliseconds