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_4K_PFN
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
hash-64k.h
47
#define
H_PAGE_4K_PFN
_RPAGE_RPN1 /* PFN is for a single 4k page */
macro
62
#define H_PAGE_THP_HUGE
H_PAGE_4K_PFN
183
__pgprot(pgprot_val(prot) |
H_PAGE_4K_PFN
));
in hash__remap_4k_pfn()
H
A
D
hash-4k.h
53
#define
H_PAGE_4K_PFN
0x0
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
book3s64.c
83
.mask =
H_PAGE_4K_PFN
,
84
.val =
H_PAGE_4K_PFN
,
H
A
D
hashpagetable.c
389
(pteval &
H_PAGE_4K_PFN
) ==
H_PAGE_4K_PFN
))
in walk_pte()
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H
A
D
book3s64.c
83
.mask =
H_PAGE_4K_PFN
,
84
.val =
H_PAGE_4K_PFN
,
H
A
D
hashpagetable.c
392
(pteval &
H_PAGE_4K_PFN
) ==
H_PAGE_4K_PFN
))
in walk_pte()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
hash-64k.h
47
#define
H_PAGE_4K_PFN
_RPAGE_RPN1 /* PFN is for a single 4k page */
macro
62
#define H_PAGE_THP_HUGE
H_PAGE_4K_PFN
183
__pgprot(pgprot_val(prot) |
H_PAGE_4K_PFN
));
in hash__remap_4k_pfn()
H
A
D
hash-4k.h
53
#define
H_PAGE_4K_PFN
0x0
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
ioremap_64.c
15
if (pgprot_val(prot) &
H_PAGE_4K_PFN
)
in __ioremap_caller()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
ioremap_64.c
15
if (pgprot_val(prot) &
H_PAGE_4K_PFN
)
in __ioremap_caller()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_64k.c
143
* handle
H_PAGE_4K_PFN
case
in __hash_page_4K()
145
if (old_pte &
H_PAGE_4K_PFN
) {
in __hash_page_4K()
H
A
D
hash_utils.c
1438
/* If
H_PAGE_4K_PFN
is set, make sure this is a 4k segment */
in hash_page_mm()
1439
if ((pte_val(*ptep) &
H_PAGE_4K_PFN
) && psize == MMU_PAGE_64K) {
in hash_page_mm()
1611
/* If either
H_PAGE_4K_PFN
or cache inhibited is set (and we are on
in hash_preload()
1619
if ((pte_val(*ptep) &
H_PAGE_4K_PFN
) || pte_ci(*ptep))
in hash_preload()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
98
#define
H_PAGE_4K_PFN
0
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
83
#define
H_PAGE_4K_PFN
0
macro
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_64k.c
145
* handle
H_PAGE_4K_PFN
case
in __hash_page_4K()
147
if (old_pte &
H_PAGE_4K_PFN
) {
in __hash_page_4K()
H
A
D
hash_utils.c
1594
/* If
H_PAGE_4K_PFN
is set, make sure this is a 4k segment */
in hash_page_mm()
1595
if ((pte_val(*ptep) &
H_PAGE_4K_PFN
) && psize == MMU_PAGE_64K) {
in hash_page_mm()
1784
/* If either
H_PAGE_4K_PFN
or cache inhibited is set (and we are on
in hash_preload()
1792
if ((pte_val(*ptep) &
H_PAGE_4K_PFN
) || pte_ci(*ptep))
in hash_preload()
Completed in 12 milliseconds