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
defs:pte_pfn
(Results
1 - 25
of
59
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/arch/um/include/asm/
H
A
D
pgtable-2level.h
39
#define
pte_pfn
(x) phys_to_pfn(pte_val(x))
macro
H
A
D
pgtable-3level.h
80
static inline unsigned long
pte_pfn
(pte_t pte)
in pte_pfn()
function
/kernel/linux/linux-5.10/arch/um/include/asm/
H
A
D
pgtable-2level.h
40
#define
pte_pfn
(x) phys_to_pfn(pte_val(x))
macro
H
A
D
pgtable-3level.h
89
static inline unsigned long
pte_pfn
(pte_t pte)
in pte_pfn()
function
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
mmzone.h
74
#define
pte_pfn
(pte) (pte_val(pte) >> 32)
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable-32.h
158
#define
pte_pfn
(x) (((unsigned long)((x).pte_high >> _PFN_SHIFT)) | (unsigned long)((x).pte_low << _PAGE_PRESENT_SHIFT))
macro
174
#define
pte_pfn
(x) ((unsigned long)((x).pte_high >> 6))
macro
190
#define
pte_pfn
(x) ((unsigned long)((x).pte >> (PAGE_SHIFT + 2)))
macro
193
#define
pte_pfn
(x) ((unsigned long)((x).pte >> _PFN_SHIFT))
macro
H
A
D
pgtable-64.h
308
#define
pte_pfn
(x) ((unsigned long)((x).pte >> (PAGE_SHIFT + 2)))
macro
311
#define
pte_pfn
(x) ((unsigned long)((x).pte >> _PFN_SHIFT))
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable-32.h
156
#define
pte_pfn
(x) (((unsigned long)((x).pte_high >> PFN_PTE_SHIFT)) | (unsigned long)((x).pte_low << _PAGE_PRESENT_SHIFT))
macro
172
#define
pte_pfn
(x) ((unsigned long)((x).pte_high >> 6))
macro
187
#define
pte_pfn
(x) ((unsigned long)((x).pte >> PFN_PTE_SHIFT))
macro
H
A
D
pgtable-64.h
301
#define
pte_pfn
(x) ((unsigned long)((x).pte >> PFN_PTE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pgtable.h
58
static inline unsigned long
pte_pfn
(pte_t pte)
in pte_pfn()
function
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
pgtable.h
95
#define
pte_pfn
(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT)))
macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
pgtable.h
116
#define
pte_pfn
(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT)))
macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
pgtable-levels.h
178
#define
pte_pfn
(pte) (pte_val(pte) >> PAGE_SHIFT)
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable-64.h
232
#define
pte_pfn
(x) ((unsigned long)(((x).pte & _PFN_MASK) >> _PFN_SHIFT))
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
pgtable.h
126
static inline unsigned long
pte_pfn
(pte_t pte) {
in pte_pfn()
function
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
sun3_pgtable.h
128
#define
pte_pfn
(pte) (pte_val(pte) & SUN3_PAGE_PGNUM_MASK)
macro
H
A
D
motorola_pgtable.h
140
#define
pte_pfn
(pte) (pte_val(pte) >> PAGE_SHIFT)
macro
H
A
D
mcf_pgtable.h
326
#define
pte_pfn
(pte) (pte_val(pte) >> PAGE_SHIFT)
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
sun3_pgtable.h
109
#define
pte_pfn
(pte) (pte_val(pte) & SUN3_PAGE_PGNUM_MASK)
macro
H
A
D
motorola_pgtable.h
117
#define
pte_pfn
(pte) (pte_val(pte) >> PAGE_SHIFT)
macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
pgtable.h
38
#define
pte_pfn
(x) ((unsigned long)((x).pte_low >> PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
pgtable.h
346
#define
pte_pfn
(pte) (pte_val(pte) >> PAGE_SHIFT)
macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H
A
D
pgtable.h
169
#define
pte_pfn
(pte) (pte_val(pte) & 0xfffff)
macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
pgtable.h
40
#define
pte_pfn
(x) ((unsigned long)((x).pte_low >> PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
pgtable.h
277
#define
pte_pfn
(pte) (pte_val(pte) >> PAGE_SHIFT)
macro
Completed in 13 milliseconds
1
2
3