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:mfn_to_pfn
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H
A
D
page.h
212
static inline unsigned long
mfn_to_pfn
(unsigned long mfn)
in mfn_to_pfn()
function
217
* Some x86 code are still using
mfn_to_pfn
instead of
in mfn_to_pfn()
247
return XPADDR(PFN_PHYS(
mfn_to_pfn
(PFN_DOWN(machine.maddr))) | offset);
in machine_to_phys()
264
return
mfn_to_pfn
(gfn);
in gfn_to_pfn()
298
pfn =
mfn_to_pfn
(mfn);
in bfn_to_local_pfn()
308
#define mfn_to_virt(m) (__va(
mfn_to_pfn
(m) << PAGE_SHIFT))
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H
A
D
page.h
204
static inline unsigned long
mfn_to_pfn
(unsigned long mfn)
in mfn_to_pfn()
function
209
* Some x86 code are still using
mfn_to_pfn
instead of
in mfn_to_pfn()
239
return XPADDR(PFN_PHYS(
mfn_to_pfn
(PFN_DOWN(machine.maddr))) | offset);
in machine_to_phys()
256
return
mfn_to_pfn
(gfn);
in gfn_to_pfn()
290
pfn =
mfn_to_pfn
(mfn);
in bfn_to_local_pfn()
303
#define mfn_to_virt(m) (__va(
mfn_to_pfn
(m) << PAGE_SHIFT))
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
suspend_pv.c
15
xen_start_info->store_mfn =
mfn_to_pfn
(xen_start_info->store_mfn);
in xen_pv_pre_suspend()
17
mfn_to_pfn
(xen_start_info->console.domU.mfn);
in xen_pv_pre_suspend()
H
A
D
mmu_pv.c
316
unsigned long pfn =
mfn_to_pfn
(mfn);
in pte_mfn_to_pfn()
1603
paddr =
mfn_to_pfn
(maddr >> PAGE_SHIFT) << PAGE_SHIFT;
in m2p()
1977
paddr = PFN_PHYS(
mfn_to_pfn
(xen_start_info->store_mfn));
in xen_reserve_special_pages()
1981
paddr = PFN_PHYS(
mfn_to_pfn
(xen_start_info->console.domU.mfn));
in xen_reserve_special_pages()
H
A
D
setup.c
268
if (mfn == INVALID_P2M_ENTRY ||
mfn_to_pfn
(mfn) != pfn)
in xen_set_identity_and_release_chunk()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
suspend_pv.c
15
xen_start_info->store_mfn =
mfn_to_pfn
(xen_start_info->store_mfn);
in xen_pv_pre_suspend()
17
mfn_to_pfn
(xen_start_info->console.domU.mfn);
in xen_pv_pre_suspend()
H
A
D
mmu_pv.c
336
unsigned long pfn =
mfn_to_pfn
(mfn);
in pte_mfn_to_pfn()
1631
paddr =
mfn_to_pfn
(maddr >> PAGE_SHIFT) << PAGE_SHIFT;
in m2p()
2011
paddr = PFN_PHYS(
mfn_to_pfn
(xen_start_info->store_mfn));
in xen_reserve_special_pages()
2015
paddr = PFN_PHYS(
mfn_to_pfn
(xen_start_info->console.domU.mfn));
in xen_reserve_special_pages()
H
A
D
setup.c
273
if (mfn == INVALID_P2M_ENTRY ||
mfn_to_pfn
(mfn) != pfn)
in xen_set_identity_and_release_chunk()
Completed in 22 milliseconds