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:PMD_TABLE_SIZE
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/kasan/
H
A
D
init_book3e_64.c
49
pmdp = memblock_alloc(
PMD_TABLE_SIZE
,
PMD_TABLE_SIZE
);
in kasan_map_kernel_page()
50
memcpy(pmdp, kasan_early_shadow_pmd,
PMD_TABLE_SIZE
);
in kasan_map_kernel_page()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable-4k.h
19
#define
PMD_TABLE_SIZE
(sizeof(pmd_t) << PMD_INDEX_SIZE)
macro
H
A
D
pgtable.h
129
#define PUD_BAD_BITS (
PMD_TABLE_SIZE
-1)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable-4k.h
19
#define
PMD_TABLE_SIZE
(sizeof(pmd_t) << PMD_INDEX_SIZE)
macro
H
A
D
pgtable.h
109
#define PUD_BAD_BITS (
PMD_TABLE_SIZE
-1)
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
book3e_pgtable.c
103
pmdp = early_alloc_pgtable(
PMD_TABLE_SIZE
);
in map_kernel_page()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
book3e_pgtable.c
104
pmdp = early_alloc_pgtable(
PMD_TABLE_SIZE
);
in map_kernel_page()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
hash.h
112
#define H_PUD_BAD_BITS (
PMD_TABLE_SIZE
-1)
H
A
D
pgtable.h
206
#define
PMD_TABLE_SIZE
__pmd_table_size
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
hash.h
112
#define H_PUD_BAD_BITS (
PMD_TABLE_SIZE
-1)
H
A
D
pgtable.h
190
#define
PMD_TABLE_SIZE
__pmd_table_size
macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
setup_64.c
849
new = memblock_alloc(
PMD_TABLE_SIZE
,
PMD_TABLE_SIZE
);
in pcpu_populate_pte()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
28
#define
PMD_TABLE_SIZE
0
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
28
#define
PMD_TABLE_SIZE
0
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
114
#define
PMD_TABLE_SIZE
0
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
133
#define
PMD_TABLE_SIZE
0
macro
/kernel/linux/linux-6.6/mm/
H
A
D
percpu.c
3170
#ifndef
PMD_TABLE_SIZE
3171
#define
PMD_TABLE_SIZE
PAGE_SIZE
macro
3201
pmd = memblock_alloc(
PMD_TABLE_SIZE
,
PMD_TABLE_SIZE
);
in pcpu_populate_pte()
Completed in 18 milliseconds