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:PTE_RPN_MASK
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pgtable.h
60
return (pte_val(pte) &
PTE_RPN_MASK
) >> PTE_RPN_SHIFT;
in pte_pfn()
70
pte_flags = pte_val(pte) & ~
PTE_RPN_MASK
;
in pte_pgprot()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
156
#define
PTE_RPN_MASK
(~((1ULL << PTE_RPN_SHIFT) - 1))
macro
159
#define
PTE_RPN_MASK
(~((1UL << PTE_RPN_SHIFT) - 1))
macro
167
#define _PAGE_CHG_MASK (
PTE_RPN_MASK
| _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
155
#define
PTE_RPN_MASK
(~((1ULL << PTE_RPN_SHIFT) - 1))
macro
158
#define
PTE_RPN_MASK
(~((1UL << PTE_RPN_SHIFT) - 1))
macro
166
#define _PAGE_CHG_MASK (
PTE_RPN_MASK
| _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
107
#define
PTE_RPN_MASK
(((1UL << _PAGE_PA_MAX) - 1) & (PAGE_MASK))
macro
112
#define _HPAGE_CHG_MASK (
PTE_RPN_MASK
| _PAGE_HPTEFLAGS | _PAGE_DIRTY | \
126
#define _PAGE_CHG_MASK (
PTE_RPN_MASK
| _PAGE_HPTEFLAGS | _PAGE_DIRTY | \
625
VM_BUG_ON((pfn << PAGE_SHIFT) & ~
PTE_RPN_MASK
);
in pfn_pte()
632
return (pte_val(pte) &
PTE_RPN_MASK
) >> PAGE_SHIFT;
in pte_pfn()
740
#define __swp_offset(x) (((x).val &
PTE_RPN_MASK
) >> PAGE_SHIFT)
743
| (((offset) << PAGE_SHIFT) &
PTE_RPN_MASK
)})
H
A
D
hash-64k.h
178
if (pfn > (
PTE_RPN_MASK
>> PAGE_SHIFT)) {
in hash__remap_4k_pfn()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
38
#define
PTE_RPN_MASK
(~((1ULL << PTE_RPN_SHIFT) - 1))
macro
41
#define
PTE_RPN_MASK
(~((1UL << PTE_RPN_SHIFT) - 1))
macro
49
#define _PAGE_CHG_MASK (
PTE_RPN_MASK
| _PAGE_HASHPTE | _PAGE_DIRTY | \
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H
A
D
pgtable.h
77
#define
PTE_RPN_MASK
(~((1ULL << PTE_RPN_SHIFT) - 1))
macro
80
#define
PTE_RPN_MASK
(~((1UL << PTE_RPN_SHIFT) - 1))
macro
88
#define _PAGE_CHG_MASK (
PTE_RPN_MASK
| _PAGE_HASHPTE | _PAGE_DIRTY | \
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
90
#define
PTE_RPN_MASK
(~((1UL << PTE_RPN_SHIFT) - 1))
macro
96
#define _PAGE_CHG_MASK (
PTE_RPN_MASK
| _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
75
#define
PTE_RPN_MASK
(~((1UL << PTE_RPN_SHIFT) - 1))
macro
81
#define _PAGE_CHG_MASK (
PTE_RPN_MASK
| _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
106
#define
PTE_RPN_MASK
(((1UL << _PAGE_PA_MAX) - 1) & (PAGE_MASK))
macro
112
#define _HPAGE_CHG_MASK (
PTE_RPN_MASK
| _PAGE_HPTEFLAGS | _PAGE_DIRTY | \
126
#define _PAGE_CHG_MASK (
PTE_RPN_MASK
| _PAGE_HPTEFLAGS | _PAGE_DIRTY | \
568
VM_BUG_ON((pfn << PAGE_SHIFT) & ~
PTE_RPN_MASK
);
in pfn_pte()
677
#define __swp_offset(x) (((x).val &
PTE_RPN_MASK
) >> PAGE_SHIFT)
679
(type) | (((offset) << PAGE_SHIFT) &
PTE_RPN_MASK
)})
H
A
D
hash-64k.h
178
if (pfn > (
PTE_RPN_MASK
>> PAGE_SHIFT)) {
in hash__remap_4k_pfn()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
pgtable.h
56
pte_flags = pte_val(pte) & ~
PTE_RPN_MASK
;
in pte_pgprot()
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
ptdump.c
205
u64 pa = val &
PTE_RPN_MASK
;
in note_page_update_state()
223
u64 pa = val &
PTE_RPN_MASK
;
in note_page()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
pgtable.c
234
pmdv = (pfn << PAGE_SHIFT) &
PTE_RPN_MASK
;
in pfn_pmd()
243
pudv = (pfn << PAGE_SHIFT) &
PTE_RPN_MASK
;
in pfn_pud()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
pgtable.c
143
pmdv = (pfn << PAGE_SHIFT) &
PTE_RPN_MASK
;
in pfn_pmd()
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H
A
D
ptdump.c
202
u64 pa = val &
PTE_RPN_MASK
;
in note_page_update_state()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
426
hpa = old &
PTE_RPN_MASK
;
in kvmppc_unmap_pte()
1038
old &
PTE_RPN_MASK
,
in kvm_age_radix()
1112
old &
PTE_RPN_MASK
,
in kvm_radix_test_clear_dirty()
H
A
D
book3s_hv_nested.c
876
mask =
PTE_RPN_MASK
& ~(nbytes - 1);
in kvmhv_update_nest_rmap_rc_list()
931
addr_mask =
PTE_RPN_MASK
& ~(nbytes - 1);
in kvmhv_remove_nest_rmap_range()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_radix.c
450
hpa = old &
PTE_RPN_MASK
;
in kvmppc_unmap_pte()
1066
old &
PTE_RPN_MASK
,
in kvm_age_radix()
1141
old &
PTE_RPN_MASK
,
in kvm_radix_test_clear_dirty()
H
A
D
book3s_hv_nested.c
956
mask =
PTE_RPN_MASK
& ~(nbytes - 1);
in kvmhv_update_nest_rmap_rc_list()
1011
addr_mask =
PTE_RPN_MASK
& ~(nbytes - 1);
in kvmhv_remove_nest_rmap_range()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
3223
printf("Maps physical address = 0x%016lx\n", pte &
PTE_RPN_MASK
);
in format_pte()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
3293
printf("Maps physical address = 0x%016lx\n", pte &
PTE_RPN_MASK
);
in format_pte()
Completed in 30 milliseconds