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_ADDR
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/mm/
H
A
D
highmem.c
154
if (addr >=
PKMAP_ADDR
(0) && addr <
PKMAP_ADDR
(LAST_PKMAP)) {
in kmap_to_page()
194
pte_clear(&init_mm,
PKMAP_ADDR
(i), &pkmap_page_table[i]);
in flush_all_zero_pkmaps()
200
flush_tlb_kernel_range(
PKMAP_ADDR
(0),
PKMAP_ADDR
(LAST_PKMAP));
in flush_all_zero_pkmaps()
257
vaddr =
PKMAP_ADDR
(last_pkmap_nr);
in map_new_virtual()
/kernel/linux/linux-6.6/mm/
H
A
D
highmem.c
162
if (WARN_ON_ONCE(addr >=
PKMAP_ADDR
(0) &&
in __kmap_to_page()
163
addr <
PKMAP_ADDR
(LAST_PKMAP)))
in __kmap_to_page()
218
pte_clear(&init_mm,
PKMAP_ADDR
(i), &pkmap_page_table[i]);
in flush_all_zero_pkmaps()
224
flush_tlb_kernel_range(
PKMAP_ADDR
(0),
PKMAP_ADDR
(LAST_PKMAP));
in flush_all_zero_pkmaps()
278
vaddr =
PKMAP_ADDR
(last_pkmap_nr);
in map_new_virtual()
515
if (vaddr >=
PKMAP_ADDR
(0) && vaddr <
PKMAP_ADDR
(LAST_PKMAP)) {
in kmap_high_unmap_local()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
highmem.h
50
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
52
#define PKMAP_END (
PKMAP_ADDR
(LAST_PKMAP))
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
highmem.h
47
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
49
#define PKMAP_END (
PKMAP_ADDR
(LAST_PKMAP))
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
highmem.c
94
} else if (vaddr >=
PKMAP_ADDR
(0) && vaddr <
PKMAP_ADDR
(LAST_PKMAP)) {
in kunmap_atomic_high()
/kernel/linux/linux-6.6/include/linux/
H
A
D
highmem-internal.h
156
return (addr >=
PKMAP_ADDR
(0) && addr <
PKMAP_ADDR
(LAST_PKMAP)) ||
in is_kmap_addr()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
highmem.h
33
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
highmem.h
51
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
highmem.h
35
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
highmem.h
47
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
highmem.h
31
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
highmem.h
59
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
highmem.h
59
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
highmem.h
11
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
highmem.h
25
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
highmem.h
47
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
highmem.h
30
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H
A
D
highmem.h
50
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
highmem.h
59
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
highmem.h
26
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
mem-layout.h
87
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
mem-layout.h
87
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
highmem.h
57
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
highmem.h
12
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
highmem.h
37
#define
PKMAP_ADDR
(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
macro
Completed in 7 milliseconds
1
2