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:kvm_vcpu_hv
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
hyperv.h
62
static inline struct
kvm_vcpu_hv
*to_hv_vcpu(struct kvm_vcpu *vcpu)
in to_hv_vcpu()
69
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in to_hv_synic()
76
struct
kvm_vcpu_hv
*hv_vcpu = container_of(synic, struct
kvm_vcpu_hv
, synic);
in hv_synic_to_vcpu()
88
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in kvm_hv_get_vpindex()
121
struct
kvm_vcpu_hv
*hv_vcpu;
in hv_stimer_to_vcpu()
123
hv_vcpu = container_of(stimer - stimer->index, struct
kvm_vcpu_hv
,
in hv_stimer_to_vcpu()
130
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in kvm_hv_has_stimer_pending()
145
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in kvm_hv_invtsc_suppressed()
184
struct
kvm_vcpu_hv
*hv_vcp
in kvm_hv_get_tlb_flush_fifo()
[all...]
H
A
D
hyperv.c
223
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in kvm_hv_notify_acked_sint()
248
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in synic_exit()
330
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in kvm_hv_is_syndbg_enabled()
349
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in syndbg_exit()
690
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in stimer_set_config()
865
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in kvm_hv_process_stimers()
898
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in kvm_hv_vcpu_uninit()
913
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in kvm_hv_assist_page_enabled()
926
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in kvm_hv_get_assist_page()
962
struct
kvm_vcpu_hv
*hv_vcp
in kvm_hv_vcpu_init()
[all...]
H
A
D
x86.c
10638
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in vcpu_enter_guest()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
hyperv.h
53
static inline struct
kvm_vcpu_hv
*vcpu_to_hv_vcpu(struct kvm_vcpu *vcpu)
in vcpu_to_hv_vcpu()
58
static inline struct kvm_vcpu *hv_vcpu_to_vcpu(struct
kvm_vcpu_hv
*hv_vcpu)
in hv_vcpu_to_vcpu()
73
return hv_vcpu_to_vcpu(container_of(synic, struct
kvm_vcpu_hv
, synic));
in synic_to_vcpu()
108
struct
kvm_vcpu_hv
*hv_vcpu;
in stimer_to_vcpu()
110
hv_vcpu = container_of(stimer - stimer->index, struct
kvm_vcpu_hv
,
in stimer_to_vcpu()
H
A
D
hyperv.c
168
struct
kvm_vcpu_hv
*hv_vcpu = vcpu_to_hv_vcpu(vcpu);
in kvm_hv_notify_acked_sint()
193
struct
kvm_vcpu_hv
*hv_vcpu = &vcpu->arch.hyperv;
in synic_exit()
300
struct
kvm_vcpu_hv
*hv_vcpu = &vcpu->arch.hyperv;
in syndbg_exit()
812
struct
kvm_vcpu_hv
*hv_vcpu = vcpu_to_hv_vcpu(vcpu);
in kvm_hv_process_stimers()
842
struct
kvm_vcpu_hv
*hv_vcpu = vcpu_to_hv_vcpu(vcpu);
in kvm_hv_vcpu_uninit()
893
struct
kvm_vcpu_hv
*hv_vcpu = vcpu_to_hv_vcpu(vcpu);
in kvm_hv_vcpu_init()
905
struct
kvm_vcpu_hv
*hv_vcpu = vcpu_to_hv_vcpu(vcpu);
in kvm_hv_vcpu_postcreate()
1227
struct
kvm_vcpu_hv
*hv_vcpu = &vcpu->arch.hyperv;
in kvm_hv_set_msr()
1390
struct
kvm_vcpu_hv
*hv_vcpu = &vcpu->arch.hyperv;
in kvm_hv_get_msr()
1505
struct
kvm_vcpu_hv
*hv_vcp
in kvm_hv_flush_tlb()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
hyperv.h
18
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in nested_svm_hv_update_vm_vp_ids()
32
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in nested_svm_l2_tlb_flush_enabled()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
hyperv.c
431
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in nested_get_evmptr()
509
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in evmcs_has_perf_global_ctrl()
660
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in nested_evmcs_l2_tlb_flush_enabled()
H
A
D
nested.c
229
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(vcpu);
in nested_release_evmcs()
1583
struct
kvm_vcpu_hv
*hv_vcpu = to_hv_vcpu(&vmx->vcpu);
in copy_enlightened_to_vmcs12()
3284
* in 'struct
kvm_vcpu_hv
' in case eVMCS is in use, this is mandatory
in vmx_get_nested_state_pages()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
513
struct
kvm_vcpu_hv
{
struct
721
struct
kvm_vcpu_hv
hyperv;
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
642
struct
kvm_vcpu_hv
{
struct
931
struct
kvm_vcpu_hv
*hyperv;
Completed in 36 milliseconds