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_COMBO
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
hash-64k.h
46
#define
H_PAGE_COMBO
_RPAGE_RPN0 /* this is a combo 4k page */
macro
65
#define _PAGE_HPTEFLAGS (H_PAGE_BUSY | H_PAGE_HASHPTE |
H_PAGE_COMBO
)
171
(((pte) &
H_PAGE_COMBO
)? MMU_PAGE_4K: MMU_PAGE_64K)
H
A
D
hash-4k.h
55
#define
H_PAGE_COMBO
0x0
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
book3s64.c
79
.mask =
H_PAGE_COMBO
,
80
.val =
H_PAGE_COMBO
,
H
A
D
hashpagetable.c
388
((pteval &
H_PAGE_COMBO
) ==
H_PAGE_COMBO
||
in walk_pte()
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H
A
D
book3s64.c
79
.mask =
H_PAGE_COMBO
,
80
.val =
H_PAGE_COMBO
,
H
A
D
hashpagetable.c
391
((pteval &
H_PAGE_COMBO
) ==
H_PAGE_COMBO
||
in walk_pte()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
hash-64k.h
46
#define
H_PAGE_COMBO
_RPAGE_RPN0 /* this is a combo 4k page */
macro
65
#define _PAGE_HPTEFLAGS (H_PAGE_BUSY | H_PAGE_HASHPTE |
H_PAGE_COMBO
)
171
(((pte) &
H_PAGE_COMBO
)? MMU_PAGE_4K: MMU_PAGE_64K)
H
A
D
hash-4k.h
55
#define
H_PAGE_COMBO
0x0
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_64k.c
64
* also add
H_PAGE_COMBO
in __hash_page_4K()
66
new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED |
H_PAGE_COMBO
;
in __hash_page_4K()
99
if (!(old_pte &
H_PAGE_COMBO
)) {
in __hash_page_4K()
139
if (!(old_pte &
H_PAGE_COMBO
))
in __hash_page_4K()
H
A
D
hash_hugepage.c
87
if ((old_pmd & H_PAGE_HASHPTE) && !(old_pmd &
H_PAGE_COMBO
)) {
in __hash_page_thp()
178
* Mark the pte with
H_PAGE_COMBO
, if we are trying to hash it with
in __hash_page_thp()
182
new_pmd |=
H_PAGE_COMBO
;
in __hash_page_thp()
H
A
D
hash_pgtable.c
324
if (old_pmd &
H_PAGE_COMBO
)
in hpte_do_hugepage_flush()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_hugepage.c
87
if ((old_pmd & H_PAGE_HASHPTE) && !(old_pmd &
H_PAGE_COMBO
)) {
in __hash_page_thp()
178
* Mark the pte with
H_PAGE_COMBO
, if we are trying to hash it with
in __hash_page_thp()
182
new_pmd |=
H_PAGE_COMBO
;
in __hash_page_thp()
H
A
D
hash_64k.c
66
* also add
H_PAGE_COMBO
in __hash_page_4K()
68
new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED |
H_PAGE_COMBO
;
in __hash_page_4K()
101
if (!(old_pte &
H_PAGE_COMBO
)) {
in __hash_page_4K()
141
if (!(old_pte &
H_PAGE_COMBO
))
in __hash_page_4K()
H
A
D
hash_pgtable.c
325
if (old_pmd &
H_PAGE_COMBO
)
in hpte_do_hugepage_flush()
Completed in 8 milliseconds