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:LAST_PKMAP
(Results
1 - 25
of
58
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
highmem.h
51
#define
LAST_PKMAP
(1 << PKMAP_ORDER)
macro
53
#define PKMAP_BASE (FIXADDR_START - PAGE_SIZE*(
LAST_PKMAP
+ 1))
55
#define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE*(
LAST_PKMAP
+ 1)) & PMD_MASK)
57
#define LAST_PKMAP_MASK (
LAST_PKMAP
-1)
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
highmem.h
44
#define
LAST_PKMAP
1024
macro
45
#define PKMAP_SIZE (
LAST_PKMAP
<< PAGE_SHIFT)
48
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
52
#define PKMAP_END (PKMAP_ADDR(
LAST_PKMAP
))
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
highmem.h
41
#define
LAST_PKMAP
1024
macro
42
#define PKMAP_SIZE (
LAST_PKMAP
<< PAGE_SHIFT)
45
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
49
#define PKMAP_END (PKMAP_ADDR(
LAST_PKMAP
))
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
highmem.h
22
(
LAST_PKMAP
+ 1) * PAGE_SIZE) & PMD_MASK)
23
#define
LAST_PKMAP
(PTRS_PER_PTE * DCACHE_N_COLORS)
macro
24
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
53
return
LAST_PKMAP
/ DCACHE_N_COLORS;
in get_pkmap_entries_count()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
highmem.h
49
#define
LAST_PKMAP
(1 << PKMAP_ORDER)
macro
51
#define PKMAP_BASE (FIXADDR_START - PAGE_SIZE*(
LAST_PKMAP
+ 1))
53
#define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE*(
LAST_PKMAP
+ 1)) & PMD_MASK)
55
#define LAST_PKMAP_MASK (
LAST_PKMAP
-1)
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H
A
D
highmem.h
22
(
LAST_PKMAP
+ 1) * PAGE_SIZE) & PMD_MASK)
23
#define
LAST_PKMAP
(PTRS_PER_PTE * DCACHE_N_COLORS)
macro
24
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
53
return
LAST_PKMAP
/ DCACHE_N_COLORS;
in get_pkmap_entries_count()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
highmem.h
44
#define
LAST_PKMAP
(1 << PKMAP_ORDER)
macro
46
#define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE * (
LAST_PKMAP
+ 1)) \
49
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
highmem.h
40
#define
LAST_PKMAP
512
macro
42
#define
LAST_PKMAP
1024
macro
45
#define LAST_PKMAP_MASK (
LAST_PKMAP
-1)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
highmem.h
40
#define
LAST_PKMAP
512
macro
42
#define
LAST_PKMAP
1024
macro
45
#define LAST_PKMAP_MASK (
LAST_PKMAP
-1)
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H
A
D
highmem.h
43
#define
LAST_PKMAP
(1 << PKMAP_ORDER)
macro
45
#define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE * (
LAST_PKMAP
+ 1)) \
48
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
mem-layout.h
84
#define
LAST_PKMAP
PTRS_PER_PTE
macro
85
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
97
#define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*
LAST_PKMAP
)
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
mem-layout.h
84
#define
LAST_PKMAP
PTRS_PER_PTE
macro
85
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
97
#define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*
LAST_PKMAP
)
/kernel/linux/linux-5.10/arch/x86/um/asm/
H
A
D
archparam.h
13
#define
LAST_PKMAP
512
macro
15
#define
LAST_PKMAP
1024
macro
/kernel/linux/linux-6.6/arch/x86/um/asm/
H
A
D
archparam.h
13
#define
LAST_PKMAP
512
macro
15
#define
LAST_PKMAP
1024
macro
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
highmem.h
30
#define
LAST_PKMAP
PTRS_PER_PTE
macro
31
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
/kernel/linux/linux-5.10/mm/
H
A
D
highmem.c
92
return
LAST_PKMAP
;
in get_pkmap_entries_count()
126
static int pkmap_count[
LAST_PKMAP
];
154
if (addr >= PKMAP_ADDR(0) && addr < PKMAP_ADDR(
LAST_PKMAP
)) {
in kmap_to_page()
170
for (i = 0; i <
LAST_PKMAP
; i++) {
in flush_all_zero_pkmaps()
200
flush_tlb_kernel_range(PKMAP_ADDR(0), PKMAP_ADDR(
LAST_PKMAP
));
in flush_all_zero_pkmaps()
387
static struct page_address_map page_address_maps[
LAST_PKMAP
];
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
highmem.h
31
#define
LAST_PKMAP
1024
macro
33
#define LAST_PKMAP_MASK (
LAST_PKMAP
-1)
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
highmem.h
28
#define
LAST_PKMAP
1024
macro
29
#define LAST_PKMAP_MASK (
LAST_PKMAP
-1)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable_32_areas.h
22
#define
LAST_PKMAP
512
macro
24
#define
LAST_PKMAP
1024
macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
highmem.h
8
#define
LAST_PKMAP
PTRS_PER_PTE
macro
9
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
highmem.h
23
#define
LAST_PKMAP
(PKMAP_SIZE >> PAGE_SHIFT)
macro
24
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
highmem.h
27
#define
LAST_PKMAP
1024
macro
28
#define LAST_PKMAP_MASK (
LAST_PKMAP
-1)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable_32_areas.h
22
#define
LAST_PKMAP
512
macro
24
#define
LAST_PKMAP
1024
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
highmem.h
9
#define
LAST_PKMAP
PTRS_PER_PTE
macro
10
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
highmem.h
35
#define
LAST_PKMAP
(PKMAP_SIZE >> PAGE_SHIFT)
macro
36
#define LAST_PKMAP_MASK (
LAST_PKMAP
- 1)
Completed in 6 milliseconds
1
2
3