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:PTE_TABLE_SIZE
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/mm/kasan/
H
A
D
init_book3e_64.c
55
ptep = memblock_alloc(
PTE_TABLE_SIZE
,
PTE_TABLE_SIZE
);
in kasan_map_kernel_page()
56
memcpy(ptep, kasan_early_shadow_pte,
PTE_TABLE_SIZE
);
in kasan_map_kernel_page()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
27
#define
PTE_TABLE_SIZE
(sizeof(pte_t) << PTE_INDEX_SIZE)
macro
32
#define PMD_MASKED_BITS (
PTE_TABLE_SIZE
- 1)
356
((unsigned long)(pmd_val(pmd) & ~(
PTE_TABLE_SIZE
- 1)))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
27
#define
PTE_TABLE_SIZE
(sizeof(pte_t) << PTE_INDEX_SIZE)
macro
32
#define PMD_MASKED_BITS (
PTE_TABLE_SIZE
- 1)
358
((const void *)(pmd_val(pmd) & ~(
PTE_TABLE_SIZE
- 1)))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
fixmap.h
98
#define FIXMAP_PTE_SIZE (FIXMAP_ALIGNED_SIZE / PGDIR_SIZE *
PTE_TABLE_SIZE
)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable-4k.h
18
#define
PTE_TABLE_SIZE
(sizeof(pte_t) << PTE_INDEX_SIZE)
macro
H
A
D
pgtable.h
128
#define PMD_BAD_BITS (
PTE_TABLE_SIZE
-1)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
fixmap.h
98
#define FIXMAP_PTE_SIZE (FIXMAP_ALIGNED_SIZE / PGDIR_SIZE *
PTE_TABLE_SIZE
)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable-4k.h
18
#define
PTE_TABLE_SIZE
(sizeof(pte_t) << PTE_INDEX_SIZE)
macro
H
A
D
pgtable.h
108
#define PMD_BAD_BITS (
PTE_TABLE_SIZE
-1)
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
book3e_pgtable.c
108
ptep = early_alloc_pgtable(
PTE_TABLE_SIZE
);
in map_kernel_page()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
book3e_pgtable.c
109
ptep = early_alloc_pgtable(
PTE_TABLE_SIZE
);
in map_kernel_page()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
hash.h
111
#define H_PMD_BAD_BITS (
PTE_TABLE_SIZE
-1)
H
A
D
pgtable.h
205
#define
PTE_TABLE_SIZE
__pte_table_size
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
hash.h
111
#define H_PMD_BAD_BITS (
PTE_TABLE_SIZE
-1)
H
A
D
pgtable.h
189
#define
PTE_TABLE_SIZE
__pte_table_size
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
113
#define
PTE_TABLE_SIZE
(sizeof(pte_t) << PTE_INDEX_SIZE)
macro
119
#define PMD_MASKED_BITS (
PTE_TABLE_SIZE
- 1)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
132
#define
PTE_TABLE_SIZE
(sizeof(pte_t) << PTE_INDEX_SIZE)
macro
138
#define PMD_MASKED_BITS (
PTE_TABLE_SIZE
- 1)
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
setup_64.c
859
new = memblock_alloc(
PTE_TABLE_SIZE
,
PTE_TABLE_SIZE
);
in pcpu_populate_pte()
/kernel/linux/linux-6.6/mm/
H
A
D
percpu.c
3174
#ifndef
PTE_TABLE_SIZE
3175
#define
PTE_TABLE_SIZE
PAGE_SIZE
macro
3211
new = memblock_alloc(
PTE_TABLE_SIZE
,
PTE_TABLE_SIZE
);
in pcpu_populate_pte()
Completed in 18 milliseconds