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_ORDER
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable-64.h
45
#define PGDIR_SHIFT (PAGE_SHIFT + PAGE_SHIFT +
PTE_ORDER
- 3)
49
#define PMD_SHIFT (PAGE_SHIFT + (PAGE_SHIFT +
PTE_ORDER
- 3))
95
#define
PTE_ORDER
0
macro
101
#define
PTE_ORDER
0
macro
111
#define
PTE_ORDER
0
macro
117
#define
PTE_ORDER
0
macro
127
#define
PTE_ORDER
0
macro
137
#define PTRS_PER_PTE ((PAGE_SIZE <<
PTE_ORDER
) / sizeof(pte_t))
H
A
D
pgtable-32.h
65
# define PGDIR_SHIFT (2 * PAGE_SHIFT +
PTE_ORDER
- PTE_T_LOG2 - 1)
67
# define PGDIR_SHIFT (2 * PAGE_SHIFT +
PTE_ORDER
- PTE_T_LOG2)
86
#define
PTE_ORDER
0
macro
90
# define PTRS_PER_PTE ((PAGE_SIZE <<
PTE_ORDER
) / sizeof(pte_t) / 2)
92
# define PTRS_PER_PTE ((PAGE_SIZE <<
PTE_ORDER
) / sizeof(pte_t))
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable-64.h
24
#define
PTE_ORDER
0
macro
27
#define PGDIR_SHIFT (PAGE_SHIFT + (PAGE_SHIFT +
PTE_ORDER
- 3))
29
#define PMD_SHIFT (PAGE_SHIFT + (PAGE_SHIFT +
PTE_ORDER
- 3))
34
#define PMD_SHIFT (PAGE_SHIFT + (PAGE_SHIFT +
PTE_ORDER
- 3))
55
#define PTRS_PER_PTE ((PAGE_SIZE <<
PTE_ORDER
) >> 3)
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H
A
D
pgtable.h
74
#define
PTE_ORDER
0
macro
77
#define PTRS_PER_PTE ((PAGE_SIZE <<
PTE_ORDER
) / sizeof(pte_t))
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
pgtable.h
24
#define
PTE_ORDER
0
macro
28
#define PTRS_PER_PTE ((PAGE_SIZE <<
PTE_ORDER
) / sizeof(pte_t))
/kernel/linux/linux-5.10/arch/nios2/mm/
H
A
D
init.c
84
pte_t invalid_pte_table[PTRS_PER_PTE] __page_aligned(
PTE_ORDER
);
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
asm-offsets.c
205
DEFINE(_PTE_ORDER,
PTE_ORDER
);
in output_mm_defines()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
asm-offsets.c
205
DEFINE(_PTE_ORDER,
PTE_ORDER
);
in output_mm_defines()
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
tlbex.c
2073
UASM_i_SRL(p, wr.r1, wr.r1, PAGE_SHIFT +
PTE_ORDER
- PTE_T_LOG2);
in build_r4000_tlbchange_handler_head()
Completed in 7 milliseconds