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:PKMAP_BASE
(Results
1 - 25
of
71
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
highmem.h
53
#define
PKMAP_BASE
(FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1))
macro
55
#define
PKMAP_BASE
((FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK)
macro
58
#define PKMAP_NR(virt) ((virt-
PKMAP_BASE
) >> PAGE_SHIFT)
59
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
mem-layout.h
86
#define PKMAP_NR(virt) ((virt -
PKMAP_BASE
) >> PAGE_SHIFT)
87
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
97
#define
PKMAP_BASE
(FIXADDR_START-PAGE_SIZE*LAST_PKMAP)
macro
103
#define VMALLOC_END (
PKMAP_BASE
-PAGE_SIZE*2)
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
mem-layout.h
86
#define PKMAP_NR(virt) ((virt -
PKMAP_BASE
) >> PAGE_SHIFT)
87
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
97
#define
PKMAP_BASE
(FIXADDR_START-PAGE_SIZE*LAST_PKMAP)
macro
103
#define VMALLOC_END (
PKMAP_BASE
-PAGE_SIZE*2)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
highmem.h
51
#define
PKMAP_BASE
(FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1))
macro
53
#define
PKMAP_BASE
((FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK)
macro
56
#define PKMAP_NR(virt) ((virt-
PKMAP_BASE
) >> PAGE_SHIFT)
57
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
highmem.h
21
*
PKMAP_BASE
29
#define
PKMAP_BASE
((FIXADDR_START - PGDIR_SIZE) & (PGDIR_MASK))
macro
32
#define PKMAP_NR(virt) (((virt) - (
PKMAP_BASE
)) >> PAGE_SHIFT)
33
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/nds32/mm/
H
A
D
init.c
121
vaddr =
PKMAP_BASE
;
in fixedrange_init()
209
PKMAP_BASE
,
PKMAP_BASE
+ LAST_PKMAP * PAGE_SIZE,
in mem_init()
231
BUILD_BUG_ON(
PKMAP_BASE
+ LAST_PKMAP * PAGE_SIZE > FIXADDR_START);
in mem_init()
232
BUILD_BUG_ON((CONSISTENT_END) >
PKMAP_BASE
);
in mem_init()
238
BUG_ON(
PKMAP_BASE
+ LAST_PKMAP * PAGE_SIZE > FIXADDR_START);
in mem_init()
239
BUG_ON(CONSISTENT_END >
PKMAP_BASE
);
in mem_init()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
highmem.h
46
#define
PKMAP_BASE
((FIXADDR_START - PAGE_SIZE * (LAST_PKMAP + 1)) \
macro
50
#define PKMAP_NR(virt) ((virt -
PKMAP_BASE
) >> PAGE_SHIFT)
51
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
highmem.h
46
#define
PKMAP_BASE
PMD_ALIGN(SRMMU_NOCACHE_VADDR + (SRMMU_MAX_NOCACHE_PAGES << PAGE_SHIFT))
macro
49
#define PKMAP_NR(virt) ((virt -
PKMAP_BASE
) >> PAGE_SHIFT)
50
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
highmem.h
7
#define
PKMAP_BASE
(PAGE_OFFSET - PMD_SIZE)
macro
10
#define PKMAP_NR(virt) (((virt) -
PKMAP_BASE
) >> PAGE_SHIFT)
11
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
highmem.h
21
#define
PKMAP_BASE
(FIXMAP_BASE + FIXMAP_SIZE)
macro
25
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
26
#define PKMAP_NR(virt) (((virt) -
PKMAP_BASE
) >> PAGE_SHIFT)
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H
A
D
highmem.h
45
#define
PKMAP_BASE
((FIXADDR_START - PAGE_SIZE * (LAST_PKMAP + 1)) \
macro
49
#define PKMAP_NR(virt) ((virt -
PKMAP_BASE
) >> PAGE_SHIFT)
50
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
highmem.h
43
#define
PKMAP_BASE
PMD_ALIGN(SRMMU_NOCACHE_VADDR + (SRMMU_MAX_NOCACHE_PAGES << PAGE_SHIFT))
macro
46
#define PKMAP_NR(virt) ((virt -
PKMAP_BASE
) >> PAGE_SHIFT)
47
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
highmem.h
21
#define
PKMAP_BASE
((FIXADDR_START - \
macro
25
#define PKMAP_NR(virt) (((virt) -
PKMAP_BASE
) >> PAGE_SHIFT)
26
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
highmem.h
8
#define
PKMAP_BASE
(PAGE_OFFSET - PMD_SIZE)
macro
11
#define PKMAP_NR(virt) (((virt) -
PKMAP_BASE
) >> PAGE_SHIFT)
12
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
highmem.h
34
#define
PKMAP_BASE
(FIXMAP_BASE + FIXMAP_SIZE)
macro
37
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
38
#define PKMAP_NR(virt) (((virt) -
PKMAP_BASE
) >> PAGE_SHIFT)
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H
A
D
highmem.h
21
#define
PKMAP_BASE
((FIXADDR_START - \
macro
25
#define PKMAP_NR(virt) (((virt) -
PKMAP_BASE
) >> PAGE_SHIFT)
26
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
highmem.h
34
#define PKMAP_NR(virt) ((virt-
PKMAP_BASE
) >> PAGE_SHIFT)
35
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
highmem.h
46
#define PKMAP_NR(virt) ((virt-
PKMAP_BASE
) >> PAGE_SHIFT)
47
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
highmem.h
30
#define PKMAP_NR(virt) ((virt-
PKMAP_BASE
) >> PAGE_SHIFT)
31
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
H
A
D
memory.h
12
#define
PKMAP_BASE
_AC(0xff800000, UL)
macro
14
#define VMALLOC_END (
PKMAP_BASE
- (PAGE_SIZE * 2))
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
highmem.h
47
*
PKMAP_BASE
temp fixed addresses/vmalloc area
58
#define PKMAP_NR(virt) ((virt-
PKMAP_BASE
) >> PAGE_SHIFT)
59
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
H
A
D
pgtable_32_areas.h
38
#define
PKMAP_BASE
\
macro
42
# define VMALLOC_END (
PKMAP_BASE
- 2 * PAGE_SIZE)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
highmem.h
46
#define PKMAP_NR(virt) ((virt-
PKMAP_BASE
) >> PAGE_SHIFT)
47
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
highmem.h
29
#define PKMAP_NR(virt) ((virt-
PKMAP_BASE
) >> PAGE_SHIFT)
30
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
H
A
D
memory.h
12
#define
PKMAP_BASE
_AC(0xff800000, UL)
macro
14
#define VMALLOC_END (
PKMAP_BASE
- (PAGE_SIZE * 2))
Completed in 5 milliseconds
1
2
3