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_FLAGS_MASK
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable_types.h
283
#define
PTE_FLAGS_MASK
(~PTE_PFN_MASK)
macro
330
return native_pgd_val(pgd) &
PTE_FLAGS_MASK
;
in pgd_flags()
475
return native_pte_val(pte) &
PTE_FLAGS_MASK
;
in pte_flags()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable_types.h
290
#define
PTE_FLAGS_MASK
(~PTE_PFN_MASK)
macro
337
return native_pgd_val(pgd) &
PTE_FLAGS_MASK
;
in pgd_flags()
480
return native_pte_val(pte) &
PTE_FLAGS_MASK
;
in pte_flags()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
pgtable.h
77
#define
PTE_FLAGS_MASK
(~(PTE_PHYS_MASK) << PAGE_SHIFT)
macro
H
A
D
page.h
99
#define pte_pgprot(x) __pgprot(pte_val(x) &
PTE_FLAGS_MASK
)
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
page.h
99
#define pte_pgprot(x) __pgprot(pte_val(x) &
PTE_FLAGS_MASK
)
H
A
D
pgtable.h
75
#define
PTE_FLAGS_MASK
(~(PTE_PHYS_MASK) << PAGE_SHIFT)
macro
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
dump_pagetables.c
254
pgprotval_t prot = val &
PTE_FLAGS_MASK
;
in effective_prot()
283
new_prot = val &
PTE_FLAGS_MASK
;
in note_page()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
dump_pagetables.c
254
pgprotval_t prot = val &
PTE_FLAGS_MASK
;
in effective_prot()
283
new_prot = val &
PTE_FLAGS_MASK
;
in note_page()
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
mmu_pv.c
318
pteval_t flags = val &
PTE_FLAGS_MASK
;
in pte_mfn_to_pfn()
332
pteval_t flags = val &
PTE_FLAGS_MASK
;
in pte_pfn_to_mfn()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
mmu_pv.c
338
pteval_t flags = val &
PTE_FLAGS_MASK
;
in pte_mfn_to_pfn()
352
pteval_t flags = val &
PTE_FLAGS_MASK
;
in pte_pfn_to_mfn()
Completed in 12 milliseconds