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:vcpu_info_cache
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.h
48
vcpu->arch.xen.
vcpu_info_cache
.active &&
in kvm_xen_sw_enable_lapic()
69
vcpu->arch.xen.
vcpu_info_cache
.active &&
in kvm_xen_has_interrupt()
H
A
D
xen.c
500
struct gfn_to_pfn_cache *gpc = &v->arch.xen.
vcpu_info_cache
;
in kvm_xen_inject_pending_events()
557
struct gfn_to_pfn_cache *gpc = &v->arch.xen.
vcpu_info_cache
;
in __kvm_xen_has_interrupt()
730
kvm_gpc_deactivate(&vcpu->arch.xen.
vcpu_info_cache
);
in kvm_xen_vcpu_set_attr()
735
r = kvm_gpc_activate(&vcpu->arch.xen.
vcpu_info_cache
,
in kvm_xen_vcpu_set_attr()
958
if (vcpu->arch.xen.
vcpu_info_cache
.active)
in kvm_xen_vcpu_get_attr()
959
data->u.gpa = vcpu->arch.xen.
vcpu_info_cache
.gpa;
in kvm_xen_vcpu_get_attr()
1572
if (!vcpu->arch.xen.
vcpu_info_cache
.active)
in kvm_xen_set_evtchn_fast()
1614
gpc = &vcpu->arch.xen.
vcpu_info_cache
;
in kvm_xen_set_evtchn_fast()
2064
kvm_gpc_init(&vcpu->arch.xen.
vcpu_info_cache
, vcpu->kvm, NULL,
in kvm_xen_init_vcpu()
2077
kvm_gpc_deactivate(&vcpu->arch.xen.
vcpu_info_cache
);
in kvm_xen_destroy_vcpu()
[all...]
H
A
D
x86.c
3238
if (vcpu->xen.
vcpu_info_cache
.active)
in kvm_guest_time_update()
3239
kvm_setup_guest_pvclock(v, &vcpu->xen.
vcpu_info_cache
,
in kvm_guest_time_update()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
687
struct gfn_to_pfn_cache
vcpu_info_cache
;
member
Completed in 27 milliseconds