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:XS_HVM
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H
A
D
xenbus_probe.c
695
if (xen_store_domain_type ==
XS_HVM
)
in xenbus_probe()
710
return xen_store_domain_type ==
XS_HVM
&&
in xs_hvm_defer_init_for_callback()
737
* Probe XenBus here in the XS_PV case, and also
XS_HVM
unless we
in xenbus_probe_initcall()
741
(xen_store_domain_type ==
XS_HVM
&&
in xenbus_probe_initcall()
861
xen_store_domain_type =
XS_HVM
;
in xenbus_init()
881
case
XS_HVM
:
in xenbus_init()
927
if (xen_store_domain_type !=
XS_HVM
) {
in xenbus_init()
H
A
D
xenbus.h
57
XS_HVM
,
enumerator
H
A
D
xenbus_xs.c
182
case
XS_HVM
:
in xenbus_ok()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H
A
D
xenbus_probe.c
773
if (xen_store_domain_type ==
XS_HVM
)
in xenbus_probe()
788
return xen_store_domain_type ==
XS_HVM
&&
in xs_hvm_defer_init_for_callback()
818
* Probe XenBus here in the XS_PV case, and also
XS_HVM
unless we
in xenbus_probe_initcall()
823
(xen_store_domain_type ==
XS_HVM
&&
in xenbus_probe_initcall()
959
xen_store_domain_type =
XS_HVM
;
in xenbus_init()
979
case
XS_HVM
:
in xenbus_init()
1044
if (xen_store_domain_type !=
XS_HVM
) {
in xenbus_init()
H
A
D
xenbus.h
57
XS_HVM
,
enumerator
H
A
D
xenbus_xs.c
182
case
XS_HVM
:
in xenbus_ok()
Completed in 6 milliseconds