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:dom0
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
Makefile
10
dom0
-$(CONFIG_ARM64) += arm-device.o
11
dom0
-$(CONFIG_PCI) += pci.o
12
dom0
-$(CONFIG_USB_SUPPORT) += dbgp.o
13
dom0
-$(CONFIG_XEN_ACPI) += acpi.o $(xen-pad-y)
15
dom0
-$(CONFIG_X86) += pcpu.o
16
obj-$(CONFIG_XEN_DOM0) += $(
dom0
-y)
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
Makefile
10
dom0
-$(CONFIG_ARM64) += arm-device.o
11
dom0
-$(CONFIG_PCI) += pci.o
12
dom0
-$(CONFIG_USB_SUPPORT) += dbgp.o
13
dom0
-$(CONFIG_XEN_ACPI) += acpi.o $(xen-pad-y)
15
dom0
-$(CONFIG_X86) += pcpu.o
16
obj-$(CONFIG_XEN_DOM0) += $(
dom0
-y)
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
xen.h
618
* in case of
dom0
this page contains the console info, too
619
* e. unless
dom0
: xenstore ring page
620
* f. unless
dom0
: console ring page
651
}
dom0
;
member
699
* The console structure in start_info.console.
dom0
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
xen.h
603
* in case of
dom0
this page contains the console info, too
604
* e. unless
dom0
: xenstore ring page
605
* f. unless
dom0
: console ring page
636
}
dom0
;
member
684
* The console structure in start_info.console.
dom0
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
enlighten_pv.c
1370
xen_start_info->console.
dom0
.info_off);
in xen_start_kernel()
1379
xen_init_vga(info, xen_start_info->console.
dom0
.info_size);
in xen_start_kernel()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
enlighten_pv.c
161
* Only called in
dom0
, which has all RAM PFNs mapped at
in xen_set_mtrr_data()
1462
xen_start_info->console.
dom0
.info_off);
in xen_start_kernel()
1471
xen_init_vga(info, xen_start_info->console.
dom0
.info_size,
in xen_start_kernel()
Completed in 8 milliseconds