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:xen_pvh
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/xen/
H
A
D
xen.h
18
extern bool
xen_pvh
;
20
#define
xen_pvh
0
macro
26
#define xen_pvh_domain() (
xen_pvh
)
/kernel/linux/linux-6.6/include/xen/
H
A
D
xen.h
20
extern bool
xen_pvh
;
22
#define
xen_pvh
0
macro
28
#define xen_pvh_domain() (
xen_pvh
)
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
enlighten_pvh.c
22
* The variable
xen_pvh
needs to live in a data segment since it is used
25
bool __ro_after_init
xen_pvh
;
variable
26
EXPORT_SYMBOL_GPL(
xen_pvh
);
variable
33
xen_pvh
= 1;
in xen_pvh_init()
H
A
D
enlighten_hvm.c
274
if (!
xen_pvh
&&
in xen_hvm_guest_late_init()
279
xen_pvh
= true;
in xen_hvm_guest_late_init()
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
enlighten_pvh.c
21
* The variable
xen_pvh
needs to live in the data segment since it is used
24
bool
xen_pvh
__section(".data") = 0;
31
xen_pvh
= 1;
in xen_pvh_init()
H
A
D
enlighten_hvm.c
260
if (!
xen_pvh
&&
in xen_hvm_guest_late_init()
265
xen_pvh
= true;
in xen_hvm_guest_late_init()
Completed in 4 milliseconds