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:pv_info
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
paravirt.c
51
pv_info
.name);
in default_banner()
263
struct
pv_info
pv_info
= {
variable
424
EXPORT_SYMBOL_GPL(
pv_info
);
variable
H
A
D
kvmclock.c
346
pv_info
.name = "KVM";
in kvmclock_init()
H
A
D
kvm.c
308
pv_info
.name = "KVM";
in paravirt_ops_setup()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
paravirt.c
49
pv_info
.name);
in default_banner()
173
struct
pv_info
pv_info
= {
variable
319
EXPORT_SYMBOL_GPL(
pv_info
);
variable
H
A
D
kvmclock.c
348
pv_info
.name = "KVM";
in kvmclock_init()
H
A
D
kvm.c
310
pv_info
.name = "KVM";
in paravirt_ops_setup()
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
enlighten_hvm.c
103
pv_info
.name = "Xen PVH";
in init_hvm_pv_info()
108
pv_info
.name = "Xen HVM";
in init_hvm_pv_info()
275
pv_info
.name = "Xen PVH";
in xen_hvm_guest_late_init()
H
A
D
enlighten_pv.c
118
pr_info("Booting paravirtualized kernel on %s\n",
pv_info
.name);
in xen_banner()
1035
static const struct
pv_info
xen_info __initconst = {
1229
pv_info
= xen_info;
in xen_start_kernel()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
enlighten_hvm.c
110
pv_info
.name = "Xen PVH";
in init_hvm_pv_info()
115
pv_info
.name = "Xen HVM";
in init_hvm_pv_info()
289
pv_info
.name = "Xen PVH";
in xen_hvm_guest_late_init()
H
A
D
enlighten.c
211
pr_info("Booting kernel on %s\n",
pv_info
.name);
in xen_banner()
H
A
D
enlighten_pv.c
1135
static const struct
pv_info
xen_info __initconst = {
1336
pv_info
= xen_info;
in xen_start_kernel()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
paravirt_types.h
69
struct
pv_info
{
struct
313
extern struct
pv_info
pv_info
;
H
A
D
ptrace.h
157
return regs->cs == __USER_CS || regs->cs ==
pv_info
.extra_user_64bit_cs;
in user_64bit_mode()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
paravirt_types.h
43
struct
pv_info
{
struct
250
extern struct
pv_info
pv_info
;
H
A
D
ptrace.h
160
return regs->cs == __USER_CS || regs->cs ==
pv_info
.extra_user_64bit_cs;
in user_64bit_mode()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
mshyperv.c
239
pv_info
.name = "Hyper-V";
in ms_hyperv_init_platform()
H
A
D
vmware.c
330
pv_info
.name = "VMware hypervisor";
in vmware_paravirt_ops_setup()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
vmware.c
331
pv_info
.name = "VMware hypervisor";
in vmware_paravirt_ops_setup()
H
A
D
mshyperv.c
359
pv_info
.name = "Hyper-V";
in ms_hyperv_init_platform()
Completed in 19 milliseconds