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:gfn_to_virt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/xen/arm/
H
A
D
page.h
84
#define
gfn_to_virt
(m) (__va(gfn_to_pfn(m) << XEN_PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/include/xen/arm/
H
A
D
page.h
84
#define
gfn_to_virt
(m) (__va(gfn_to_pfn(m) << XEN_PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H
A
D
page.h
312
#define
gfn_to_virt
(g) (__va(gfn_to_pfn(g) << PAGE_SHIFT))
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H
A
D
page.h
307
#define
gfn_to_virt
(g) (__va(gfn_to_pfn(g) << PAGE_SHIFT))
macro
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H
A
D
xenbus_probe.c
874
xen_store_interface =
gfn_to_virt
(xen_store_gfn);
in xenbus_init()
879
xen_store_interface =
gfn_to_virt
(xen_store_gfn);
in xenbus_init()
H
A
D
xenbus_client.c
605
unsigned long vaddr = (unsigned long)
gfn_to_virt
(gfn);
in xenbus_map_ring_setup_grant_hvm()
824
info->addrs[info->idx] = (unsigned long)
gfn_to_virt
(gfn);
in xenbus_unmap_ring_setup_grant_hvm()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H
A
D
xenbus_client.c
648
unsigned long vaddr = (unsigned long)
gfn_to_virt
(gfn);
in xenbus_map_ring_setup_grant_hvm()
866
info->addrs[info->idx] = (unsigned long)
gfn_to_virt
(gfn);
in xenbus_unmap_ring_setup_grant_hvm()
H
A
D
xenbus_probe.c
972
xen_store_interface =
gfn_to_virt
(xen_store_gfn);
in xenbus_init()
977
xen_store_interface =
gfn_to_virt
(xen_store_gfn);
in xenbus_init()
/kernel/linux/linux-5.10/drivers/tty/hvc/
H
A
D
hvc_xen.c
280
info->intf =
gfn_to_virt
(xen_start_info->console.domU.mfn);
in xencons_info_pv_init()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H
A
D
hvc_xen.c
293
info->intf =
gfn_to_virt
(xen_start_info->console.domU.mfn);
in xencons_info_pv_init()
Completed in 9 milliseconds