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:_PAGE_PTE
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
radix.h
267
return (pmd_val(pmd) & (
_PAGE_PTE
| _PAGE_DEVMAP)) ==
_PAGE_PTE
;
in radix__pmd_trans_huge()
272
return __pmd(pmd_val(pmd) |
_PAGE_PTE
);
in radix__pmd_mkhuge()
277
return (pud_val(pud) & (
_PAGE_PTE
| _PAGE_DEVMAP)) ==
_PAGE_PTE
;
in radix__pud_trans_huge()
282
return __pud(pud_val(pud) |
_PAGE_PTE
);
in radix__pud_mkhuge()
320
return __pmd(pmd_val(pmd) | (
_PAGE_PTE
| _PAGE_DEVMAP));
in radix__pmd_mkdevmap()
325
return __pud(pud_val(pud) | (
_PAGE_PTE
| _PAGE_DEVMAP));
in radix__pud_mkdevmap()
H
A
D
pgtable.h
43
#define
_PAGE_PTE
0x4000000000000000UL /* distinguishes PTEs from pointers */
macro
113
_PAGE_ACCESSED | H_PAGE_THP_HUGE |
_PAGE_PTE
| \
127
_PAGE_ACCESSED | _PAGE_SPECIAL |
_PAGE_PTE
| \
502
return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT |
_PAGE_PTE
| _PAGE_RWX)) ==
in pte_protnone()
503
cpu_to_be64(_PAGE_PRESENT |
_PAGE_PTE
);
in pte_protnone()
509
return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT |
_PAGE_PTE
)) ==
in pte_hw_valid()
510
cpu_to_be64(_PAGE_PRESENT |
_PAGE_PTE
);
in pte_hw_valid()
524
return (pte_raw(pte) & cpu_to_be64(_PAGE_INVALID |
_PAGE_PTE
)) ==
in pte_present()
525
cpu_to_be64(_PAGE_INVALID |
_PAGE_PTE
);
in pte_present()
570
return __pte(((pte_basic_t)pfn << PAGE_SHIFT) | pgprot_val(pgprot) |
_PAGE_PTE
);
in pfn_pte()
[all...]
H
A
D
hash-64k.h
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
pgtable-64k.h
22
return !!(pmd_raw(pmd) & cpu_to_be64(
_PAGE_PTE
));
in pmd_huge()
30
return !!(pud_raw(pud) & cpu_to_be64(
_PAGE_PTE
));
in pud_huge()
H
A
D
pgtable-4k.h
15
return !!(pmd_raw(pmd) & cpu_to_be64(
_PAGE_PTE
));
in pmd_huge()
25
return !!(pud_raw(pud) & cpu_to_be64(
_PAGE_PTE
));
in pud_huge()
H
A
D
tlbflush.h
184
VM_WARN_ON_ONCE(!(oldval &
_PAGE_PTE
));
in __pte_flags_need_flush()
185
VM_WARN_ON_ONCE(!(newval &
_PAGE_PTE
));
in __pte_flags_need_flush()
H
A
D
hash-4k.h
85
if (!(hpdval &
_PAGE_PTE
) && (hpdval & _PAGE_PRESENT) &&
in hash__hugepd_ok()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable-64k.h
22
return !!(pmd_raw(pmd) & cpu_to_be64(
_PAGE_PTE
));
in pmd_huge()
30
return !!(pud_raw(pud) & cpu_to_be64(
_PAGE_PTE
));
in pud_huge()
38
return !!(pgd_raw(pgd) & cpu_to_be64(
_PAGE_PTE
));
in pgd_huge()
H
A
D
pgtable-4k.h
15
return !!(pmd_raw(pmd) & cpu_to_be64(
_PAGE_PTE
));
in pmd_huge()
25
return !!(pud_raw(pud) & cpu_to_be64(
_PAGE_PTE
));
in pud_huge()
35
return !!(pgd_raw(pgd) & cpu_to_be64(
_PAGE_PTE
));
in pgd_huge()
H
A
D
pgtable.h
44
#define
_PAGE_PTE
0x4000000000000000UL /* distinguishes PTEs from pointers */
macro
113
_PAGE_ACCESSED | H_PAGE_THP_HUGE |
_PAGE_PTE
| \
127
_PAGE_ACCESSED | _PAGE_SPECIAL |
_PAGE_PTE
| \
529
return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT |
_PAGE_PTE
| _PAGE_RWX)) ==
in pte_protnone()
530
cpu_to_be64(_PAGE_PRESENT |
_PAGE_PTE
);
in pte_protnone()
566
return (pte_raw(pte) & cpu_to_be64(_PAGE_PRESENT |
_PAGE_PTE
)) ==
in pte_hw_valid()
567
cpu_to_be64(_PAGE_PRESENT |
_PAGE_PTE
);
in pte_hw_valid()
581
return (pte_raw(pte) & cpu_to_be64(_PAGE_INVALID |
_PAGE_PTE
)) ==
in pte_present()
582
cpu_to_be64(_PAGE_INVALID |
_PAGE_PTE
);
in pte_present()
627
return __pte(((pte_basic_t)pfn << PAGE_SHIFT) | pgprot_val(pgprot) |
_PAGE_PTE
);
in pfn_pte()
[all...]
H
A
D
hash-64k.h
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
radix.h
257
return (pmd_val(pmd) & (
_PAGE_PTE
| _PAGE_DEVMAP)) ==
_PAGE_PTE
;
in radix__pmd_trans_huge()
262
return __pmd(pmd_val(pmd) |
_PAGE_PTE
);
in radix__pmd_mkhuge()
286
return __pmd(pmd_val(pmd) | (
_PAGE_PTE
| _PAGE_DEVMAP));
in radix__pmd_mkdevmap()
H
A
D
hash-4k.h
85
if (!(hpdval &
_PAGE_PTE
) && (hpdval & _PAGE_PRESENT) &&
in hash__hugepd_ok()
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
book3s64.c
34
.mask =
_PAGE_PTE
,
35
.val =
_PAGE_PTE
,
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H
A
D
book3s64.c
34
.mask =
_PAGE_PTE
,
35
.val =
_PAGE_PTE
,
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
178
if (pte &
_PAGE_PTE
)
in kvmppc_mmu_walk_radix_tree()
1364
if (pud_val(pud) &
_PAGE_PTE
) {
in debugfs_radix_read()
1376
if (pmd_val(pmd) &
_PAGE_PTE
) {
in debugfs_radix_read()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
186
if (pte &
_PAGE_PTE
)
in kvmppc_mmu_walk_radix_tree()
1393
if (pud_val(pud) &
_PAGE_PTE
) {
in debugfs_radix_read()
1405
if (pmd_val(pmd) &
_PAGE_PTE
) {
in debugfs_radix_read()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
1388
* updates to the pte that can possibly clear
_PAGE_PTE
, catch that too.
in hash_page_mm()
1394
access |= _PAGE_PRESENT |
_PAGE_PTE
;
in hash_page_mm()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
1544
* updates to the pte that can possibly clear
_PAGE_PTE
, catch that too.
in hash_page_mm()
1550
access |= _PAGE_PRESENT |
_PAGE_PTE
;
in hash_page_mm()
Completed in 18 milliseconds