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:PUD_TABLE_SIZE
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/kasan/
H
A
D
init_book3e_64.c
43
pudp = memblock_alloc(
PUD_TABLE_SIZE
,
PUD_TABLE_SIZE
);
in kasan_map_kernel_page()
44
memcpy(pudp, kasan_early_shadow_pud,
PUD_TABLE_SIZE
);
in kasan_map_kernel_page()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable-4k.h
20
#define
PUD_TABLE_SIZE
(sizeof(pud_t) << PUD_INDEX_SIZE)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable-4k.h
20
#define
PUD_TABLE_SIZE
(sizeof(pud_t) << PUD_INDEX_SIZE)
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
book3e_pgtable.c
98
pudp = early_alloc_pgtable(
PUD_TABLE_SIZE
);
in map_kernel_page()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
book3e_pgtable.c
99
pudp = early_alloc_pgtable(
PUD_TABLE_SIZE
);
in map_kernel_page()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
setup_64.c
839
new = memblock_alloc(
PUD_TABLE_SIZE
,
PUD_TABLE_SIZE
);
in pcpu_populate_pte()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
29
#define
PUD_TABLE_SIZE
0
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
29
#define
PUD_TABLE_SIZE
0
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
115
#define
PUD_TABLE_SIZE
0
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
134
#define
PUD_TABLE_SIZE
0
macro
/kernel/linux/linux-6.6/mm/
H
A
D
percpu.c
3166
#ifndef
PUD_TABLE_SIZE
3167
#define
PUD_TABLE_SIZE
PAGE_SIZE
macro
3193
pud = memblock_alloc(
PUD_TABLE_SIZE
,
PUD_TABLE_SIZE
);
in pcpu_populate_pte()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
207
#define
PUD_TABLE_SIZE
__pud_table_size
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
191
#define
PUD_TABLE_SIZE
__pud_table_size
macro
Completed in 18 milliseconds