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:to_hv_vcpu
(Results
1 - 8
of
8
) 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()
function
69
struct kvm_vcpu_hv *hv_vcpu =
to_hv_vcpu
(vcpu);
in to_hv_synic()
88
struct kvm_vcpu_hv *hv_vcpu =
to_hv_vcpu
(vcpu);
in kvm_hv_get_vpindex()
116
return &
to_hv_vcpu
(vcpu)->stimer[timer_index];
in to_hv_stimer()
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_vcpu =
to_hv_vcpu
(vcpu);
in kvm_hv_get_tlb_flush_fifo()
195
if (!
to_hv_vcpu
(vcpu) || !kvm_check_request(KVM_REQ_HV_TLB_FLUSH, vcpu))
in kvm_hv_vcpu_purge_flush_tlb()
205
struct kvm_vcpu_hv *hv_vcpu =
to_hv_vcpu
(vcpu);
in guest_hv_cpuid_has_l2_tlb_flush()
213
struct kvm_vcpu_hv *hv_vcpu =
to_hv_vcpu
(vcp
in kvm_hv_is_tlb_flush_hcall()
[all...]
H
A
D
hyperv.c
213
if (!vcpu || !
to_hv_vcpu
(vcpu))
in synic_get()
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()
371
to_hv_vcpu
(vcpu)->vp_index, msr, data);
in syndbg_set_msr()
593
to_hv_vcpu
(vcpu)->stimer_pending_bitmap);
in stimer_mark_pending()
608
to_hv_vcpu
(vcpu)->stimer_pending_bitmap);
in stimer_cleanup()
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
(vcp
in kvm_hv_process_stimers()
[all...]
H
A
D
lapic.c
1481
if (
to_hv_vcpu
(apic->vcpu) &&
in apic_set_eoi()
2911
if (
to_hv_vcpu
(vcpu) && test_bit(vector, to_hv_synic(vcpu)->auto_eoi_bitmap)) {
in kvm_get_apic_interrupt()
H
A
D
x86.c
10470
if (
to_hv_vcpu
(vcpu)) {
in vcpu_load_eoi_exitmap()
10638
struct kvm_vcpu_hv *hv_vcpu =
to_hv_vcpu
(vcpu);
in vcpu_enter_guest()
/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()
H
A
D
nested.c
481
if (
to_hv_vcpu
(vcpu) && npt_enabled)
in nested_svm_transition_tlb_flush()
/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()
1148
if (
to_hv_vcpu
(vcpu) && enable_ept)
in nested_vmx_transition_tlb_flush()
1583
struct kvm_vcpu_hv *hv_vcpu =
to_hv_vcpu
(&vmx->vcpu);
in copy_enlightened_to_vmcs12()
Completed in 37 milliseconds