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:H_PAGE_THP_HUGE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
hash-64k.h
62
#define
H_PAGE_THP_HUGE
H_PAGE_4K_PFN
macro
262
return !!((pmd_val(pmd) & (_PAGE_PTE |
H_PAGE_THP_HUGE
| _PAGE_DEVMAP)) ==
in hash__pmd_trans_huge()
263
(_PAGE_PTE |
H_PAGE_THP_HUGE
));
in hash__pmd_trans_huge()
268
return __pmd(pmd_val(pmd) | (_PAGE_PTE |
H_PAGE_THP_HUGE
));
in hash__pmd_mkhuge()
286
return __pmd(pmd_val(pmd) | (_PAGE_PTE |
H_PAGE_THP_HUGE
| _PAGE_DEVMAP));
in hash__pmd_mkdevmap()
H
A
D
hash-4k.h
54
#define
H_PAGE_THP_HUGE
0x0
macro
H
A
D
pgtable.h
113
_PAGE_ACCESSED |
H_PAGE_THP_HUGE
| _PAGE_PTE | \
1318
WARN_ON((pmd_raw(pmd) & cpu_to_be64(_PAGE_PTE |
H_PAGE_THP_HUGE
)) !=
in pmd_mkhuge()
1319
cpu_to_be64(_PAGE_PTE |
H_PAGE_THP_HUGE
));
in pmd_mkhuge()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
hash-64k.h
62
#define
H_PAGE_THP_HUGE
H_PAGE_4K_PFN
macro
262
return !!((pmd_val(pmd) & (_PAGE_PTE |
H_PAGE_THP_HUGE
| _PAGE_DEVMAP)) ==
in hash__pmd_trans_huge()
263
(_PAGE_PTE |
H_PAGE_THP_HUGE
));
in hash__pmd_trans_huge()
273
return __pmd(pmd_val(pmd) | (_PAGE_PTE |
H_PAGE_THP_HUGE
));
in hash__pmd_mkhuge()
291
return __pmd(pmd_val(pmd) | (_PAGE_PTE |
H_PAGE_THP_HUGE
| _PAGE_DEVMAP));
in hash__pmd_mkdevmap()
H
A
D
hash-4k.h
54
#define
H_PAGE_THP_HUGE
0x0
macro
H
A
D
pgtable.h
113
_PAGE_ACCESSED |
H_PAGE_THP_HUGE
| _PAGE_PTE | \
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_hugetlbpage.c
70
if (old_pte & (
H_PAGE_THP_HUGE
| _PAGE_DEVMAP))
in __hash_page_huge()
H
A
D
hash_hugepage.c
57
if (!(old_pmd & (
H_PAGE_THP_HUGE
| _PAGE_DEVMAP)))
in __hash_page_thp()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_hugepage.c
57
if (!(old_pmd & (
H_PAGE_THP_HUGE
| _PAGE_DEVMAP)))
in __hash_page_thp()
H
A
D
hugetlbpage.c
67
if (old_pte & (
H_PAGE_THP_HUGE
| _PAGE_DEVMAP))
in __hash_page_huge()
Completed in 8 milliseconds