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_hvm_config
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.h
56
kvm->arch.
xen_hvm_config
.msr;
in kvm_xen_msr_enabled()
62
(kvm->arch.
xen_hvm_config
.flags &
in kvm_xen_hypercall_enabled()
H
A
D
xen.c
1088
hva_t blob_addr = lm ? kvm->arch.
xen_hvm_config
.blob_addr_64
in kvm_xen_write_hypercall_page()
1089
: kvm->arch.
xen_hvm_config
.blob_addr_32;
in kvm_xen_write_hypercall_page()
1090
u8 blob_size = lm ? kvm->arch.
xen_hvm_config
.blob_size_64
in kvm_xen_write_hypercall_page()
1091
: kvm->arch.
xen_hvm_config
.blob_size_32;
in kvm_xen_write_hypercall_page()
1132
if (xhc->msr && !kvm->arch.
xen_hvm_config
.msr)
in kvm_xen_hvm_config()
1134
else if (!xhc->msr && kvm->arch.
xen_hvm_config
.msr)
in kvm_xen_hvm_config()
1137
memcpy(&kvm->arch.
xen_hvm_config
, xhc, sizeof(*xhc));
in kvm_xen_hvm_config()
1214
!(vcpu->kvm->arch.
xen_hvm_config
.flags & KVM_XEN_HVM_CONFIG_EVTCHN_SEND))
in kvm_xen_schedop_poll()
2127
if (kvm->arch.
xen_hvm_config
.msr)
in kvm_xen_destroy_vm()
H
A
D
x86.c
3637
if (msr && msr == vcpu->kvm->arch.
xen_hvm_config
.msr)
in kvm_set_msr_common()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
2926
static int
xen_hvm_config
(struct kvm_vcpu *vcpu, u64 data)
in xen_hvm_config()
function
2930
u8 *blob_addr = lm ? (u8 *)(long)kvm->arch.
xen_hvm_config
.blob_addr_64
in xen_hvm_config()
2931
: (u8 *)(long)kvm->arch.
xen_hvm_config
.blob_addr_32;
in xen_hvm_config()
2932
u8 blob_size = lm ? kvm->arch.
xen_hvm_config
.blob_size_64
in xen_hvm_config()
2933
: kvm->arch.
xen_hvm_config
.blob_size_32;
in xen_hvm_config()
3424
if (msr && (msr == vcpu->kvm->arch.
xen_hvm_config
.msr))
in kvm_set_msr_common()
3425
return
xen_hvm_config
(vcpu, data);
in kvm_set_msr_common()
5845
memcpy(&kvm->arch.
xen_hvm_config
, &xhc, sizeof(xhc));
in kvm_arch_vm_ioctl()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
968
struct kvm_xen_hvm_config
xen_hvm_config
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
1334
struct kvm_xen_hvm_config
xen_hvm_config
;
member
Completed in 40 milliseconds