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:__pfn_to_mfn
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H
A
D
page.h
132
* When to use pfn_to_mfn(),
__pfn_to_mfn
() or get_phys_to_machine():
135
* -
__pfn_to_mfn
() returns the found entry of the p2m table. A possibly set
136
* identity or foreign indicator will be still set.
__pfn_to_mfn
() is
138
* - get_phys_to_machine() is to be called by
__pfn_to_mfn
() only in special
141
static inline unsigned long
__pfn_to_mfn
(unsigned long pfn)
in __pfn_to_mfn()
function
158
static inline unsigned long
__pfn_to_mfn
(unsigned long pfn)
in __pfn_to_mfn()
function
176
mfn =
__pfn_to_mfn
(pfn);
in pfn_to_mfn()
189
return
__pfn_to_mfn
(pfn) != INVALID_P2M_ENTRY;
in phys_to_machine_mapping_valid()
225
if (
__pfn_to_mfn
(pfn) != mfn)
in mfn_to_pfn()
232
if (pfn == ~0 &&
__pfn_to_mfn
(mf
in mfn_to_pfn()
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H
A
D
page.h
124
* When to use pfn_to_mfn(),
__pfn_to_mfn
() or get_phys_to_machine():
127
* -
__pfn_to_mfn
() returns the found entry of the p2m table. A possibly set
128
* identity or foreign indicator will be still set.
__pfn_to_mfn
() is
130
* - get_phys_to_machine() is to be called by
__pfn_to_mfn
() only in special
133
static inline unsigned long
__pfn_to_mfn
(unsigned long pfn)
in __pfn_to_mfn()
function
150
static inline unsigned long
__pfn_to_mfn
(unsigned long pfn)
in __pfn_to_mfn()
function
168
mfn =
__pfn_to_mfn
(pfn);
in pfn_to_mfn()
181
return
__pfn_to_mfn
(pfn) != INVALID_P2M_ENTRY;
in phys_to_machine_mapping_valid()
217
if (
__pfn_to_mfn
(pfn) != mfn)
in mfn_to_pfn()
224
if (pfn == ~0 &&
__pfn_to_mfn
(mf
in mfn_to_pfn()
[all...]
/kernel/linux/linux-5.10/include/xen/arm/
H
A
D
page.h
43
unsigned long
__pfn_to_mfn
(unsigned long pfn);
63
mfn =
__pfn_to_mfn
(pfn);
in pfn_to_bfn()
/kernel/linux/linux-6.6/include/xen/arm/
H
A
D
page.h
43
unsigned long
__pfn_to_mfn
(unsigned long pfn);
63
mfn =
__pfn_to_mfn
(pfn);
in pfn_to_bfn()
/kernel/linux/linux-5.10/arch/arm/xen/
H
A
D
p2m.c
63
unsigned long
__pfn_to_mfn
(unsigned long pfn)
in __pfn_to_mfn()
function
88
EXPORT_SYMBOL_GPL(
__pfn_to_mfn
);
variable
/kernel/linux/linux-6.6/arch/arm/xen/
H
A
D
p2m.c
64
unsigned long
__pfn_to_mfn
(unsigned long pfn)
in __pfn_to_mfn()
function
89
EXPORT_SYMBOL_GPL(
__pfn_to_mfn
);
variable
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
p2m.c
788
unsigned long mfn =
__pfn_to_mfn
(page_to_pfn(pages[i]));
in clear_foreign_p2m_mapping()
H
A
D
mmu_pv.c
335
mfn =
__pfn_to_mfn
(pfn);
in pte_pfn_to_mfn()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
p2m.c
782
unsigned long mfn =
__pfn_to_mfn
(page_to_pfn(pages[i]));
in clear_foreign_p2m_mapping()
H
A
D
mmu_pv.c
355
mfn =
__pfn_to_mfn
(pfn);
in pte_pfn_to_mfn()
Completed in 12 milliseconds