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:domU
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
suspend_pv.c
16
xen_start_info->console.
domU
.mfn =
in xen_pv_pre_suspend()
17
mfn_to_pfn(xen_start_info->console.
domU
.mfn);
in xen_pv_pre_suspend()
37
xen_start_info->console.
domU
.mfn =
in xen_pv_post_suspend()
38
pfn_to_mfn(xen_start_info->console.
domU
.mfn);
in xen_pv_post_suspend()
H
A
D
enlighten_pv.c
1380
xen_start_info->console.
domU
.mfn = 0;
in xen_start_kernel()
1381
xen_start_info->console.
domU
.evtchn = 0;
in xen_start_kernel()
H
A
D
mmu_pv.c
1981
paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.
domU
.mfn));
in xen_reserve_special_pages()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
suspend_pv.c
16
xen_start_info->console.
domU
.mfn =
in xen_pv_pre_suspend()
17
mfn_to_pfn(xen_start_info->console.
domU
.mfn);
in xen_pv_pre_suspend()
37
xen_start_info->console.
domU
.mfn =
in xen_pv_post_suspend()
38
pfn_to_mfn(xen_start_info->console.
domU
.mfn);
in xen_pv_post_suspend()
H
A
D
enlighten_pv.c
1473
xen_start_info->console.
domU
.mfn = 0;
in xen_start_kernel()
1474
xen_start_info->console.
domU
.evtchn = 0;
in xen_start_kernel()
H
A
D
mmu_pv.c
2015
paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->console.
domU
.mfn));
in xen_reserve_special_pages()
/kernel/linux/linux-5.10/drivers/tty/hvc/
H
A
D
hvc_xen.c
207
* Either for a dom0 to write to the system console, or a
domU
with a
278
info->evtchn = xen_start_info->console.
domU
.evtchn;
in xencons_info_pv_init()
280
info->intf = gfn_to_virt(xen_start_info->console.
domU
.mfn);
in xencons_info_pv_init()
296
if (!xen_start_info->console.
domU
.evtchn)
in xen_pv_console_init()
350
info->evtchn = xen_start_info->console.
domU
.evtchn;
in xen_console_update_evtchn()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H
A
D
hvc_xen.c
218
* Either for a dom0 to write to the system console, or a
domU
with a
291
info->evtchn = xen_start_info->console.
domU
.evtchn;
in xencons_info_pv_init()
293
info->intf = gfn_to_virt(xen_start_info->console.
domU
.mfn);
in xencons_info_pv_init()
309
if (!xen_start_info->console.
domU
.evtchn)
in xen_pv_console_init()
364
info->evtchn = xen_start_info->console.
domU
.evtchn;
in xen_console_update_evtchn()
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
xen.h
647
}
domU
;
member
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
xen.h
632
}
domU
;
member
Completed in 25 milliseconds