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_ORDER
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable-64.h
54
# define PGDIR_SHIFT (PMD_SHIFT + (PAGE_SHIFT +
PMD_TABLE_ORDER
- 3))
59
#define PUD_SHIFT (PMD_SHIFT + (PAGE_SHIFT +
PMD_TABLE_ORDER
- 3))
94
#define
PMD_TABLE_ORDER
0
macro
99
#define
PMD_TABLE_ORDER
0
macro
108
#define
PMD_TABLE_ORDER
0
macro
113
#define
PMD_TABLE_ORDER
0
macro
119
#define
PMD_TABLE_ORDER
0
macro
121
#define
PMD_TABLE_ORDER
aieeee_attempt_to_allocate_pmd
macro
130
#define PTRS_PER_PMD ((PAGE_SIZE <<
PMD_TABLE_ORDER
) / sizeof(pmd_t))
H
A
D
pgalloc.h
70
ptdesc = pagetable_alloc(GFP_KERNEL_ACCOUNT,
PMD_TABLE_ORDER
);
in pmd_alloc_one()
H
A
D
pgtable-32.h
85
#define
PMD_TABLE_ORDER
aieeee_attempt_to_allocate_pmd
macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
pgalloc.h
51
pmd = (pmd_t *)__get_free_pages(GFP_PGTABLE_KERNEL,
PMD_TABLE_ORDER
);
in pmd_alloc_one()
53
memset ((void *)pmd, 0, PAGE_SIZE <<
PMD_TABLE_ORDER
);
in pmd_alloc_one()
59
free_pages((unsigned long)pmd,
PMD_TABLE_ORDER
);
in pmd_free()
H
A
D
pgtable.h
96
#define
PMD_TABLE_ORDER
1
macro
115
#define BITS_PER_PMD (PAGE_SHIFT +
PMD_TABLE_ORDER
- BITS_PER_PMD_ENTRY)
/kernel/linux/linux-6.6/arch/parisc/mm/
H
A
D
init.c
378
pmd = memblock_alloc(PAGE_SIZE <<
PMD_TABLE_ORDER
,
in map_pages()
379
PAGE_SIZE <<
PMD_TABLE_ORDER
);
in map_pages()
682
pmd = memblock_alloc(PAGE_SIZE <<
PMD_TABLE_ORDER
,
in fixmap_init()
683
PAGE_SIZE <<
PMD_TABLE_ORDER
);
in fixmap_init()
Completed in 5 milliseconds