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
defs:PKMAP_BASE
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
highmem.h
29
#define
PKMAP_BASE
((FIXADDR_START - PGDIR_SIZE) & (PGDIR_MASK))
macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
memory.h
12
#define
PKMAP_BASE
_AC(0xff800000, UL)
macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
memory.h
12
#define
PKMAP_BASE
_AC(0xff800000, UL)
macro
/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
/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
/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
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
highmem.h
7
#define
PKMAP_BASE
(PAGE_OFFSET - PMD_SIZE)
macro
/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
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
highmem.h
21
#define
PKMAP_BASE
((FIXADDR_START - \
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable_32_areas.h
38
#define
PKMAP_BASE
\
macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
highmem.h
21
#define
PKMAP_BASE
(FIXMAP_BASE + FIXMAP_SIZE)
macro
/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
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
highmem.h
8
#define
PKMAP_BASE
(PAGE_OFFSET - PMD_SIZE)
macro
/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
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable_32_areas.h
38
#define
PKMAP_BASE
\
macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
highmem.h
34
#define
PKMAP_BASE
(FIXMAP_BASE + FIXMAP_SIZE)
macro
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H
A
D
highmem.h
21
#define
PKMAP_BASE
((FIXADDR_START - \
macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
mem-layout.h
97
#define
PKMAP_BASE
(FIXADDR_START-PAGE_SIZE*LAST_PKMAP)
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
mem-layout.h
97
#define
PKMAP_BASE
(FIXADDR_START-PAGE_SIZE*LAST_PKMAP)
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable-32.h
101
#define
PKMAP_BASE
(PKMAP_END - PAGE_SIZE * LAST_PKMAP)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable-32.h
99
#define
PKMAP_BASE
(PKMAP_END - PAGE_SIZE * LAST_PKMAP)
macro
/kernel/linux/linux-5.10/arch/um/include/asm/
H
A
D
pgtable.h
47
#define
PKMAP_BASE
((FIXADDR_START - LAST_PKMAP * PAGE_SIZE) & PMD_MASK)
macro
/kernel/linux/linux-6.6/arch/um/include/asm/
H
A
D
pgtable.h
50
#define
PKMAP_BASE
((FIXADDR_START - LAST_PKMAP * PAGE_SIZE) & PMD_MASK)
macro
Completed in 6 milliseconds