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_kvm_hv
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
hyperv.h
57
static inline struct kvm_hv *
to_kvm_hv
(struct kvm *kvm)
in to_kvm_hv()
function
98
return vcpu->arch.hyperv_enabled &&
to_kvm_hv
(vcpu->kvm)->hv_guest_os_id;
in kvm_hv_hypercall_enabled()
163
return !(
to_kvm_hv
(vcpu->kvm)->hv_invtsc_control & HV_EXPOSE_INVARIANT_TSC);
in kvm_hv_invtsc_suppressed()
H
A
D
hyperv.c
111
struct kvm_hv *hv =
to_kvm_hv
(vcpu->kvm);
in synic_update_vector()
338
struct kvm_hv *hv =
to_kvm_hv
(vcpu->kvm);
in kvm_hv_syndbg_complete_userspace()
570
struct kvm_hv *hv =
to_kvm_hv
(kvm);
in get_time_ref_counter()
1035
struct kvm_hv *hv =
to_kvm_hv
(kvm);
in kvm_hv_msr_get_crash_data()
1047
struct kvm_hv *hv =
to_kvm_hv
(kvm);
in kvm_hv_msr_get_crash_ctl()
1055
struct kvm_hv *hv =
to_kvm_hv
(kvm);
in kvm_hv_msr_set_crash_ctl()
1064
struct kvm_hv *hv =
to_kvm_hv
(kvm);
in kvm_hv_msr_set_crash_data()
1161
struct kvm_hv *hv =
to_kvm_hv
(kvm);
in kvm_hv_setup_tsc_page()
1238
struct kvm_hv *hv =
to_kvm_hv
(kvm);
in kvm_hv_request_tsc_page_update()
1329
struct kvm_hv *hv =
to_kvm_hv
(kv
in kvm_hv_set_msr_pw()
[all...]
H
A
D
x86.c
12311
kfree(
to_kvm_hv
(kvm)->hv_pa_pg);
in kvm_arch_free_vm()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm_onhyperv.c
22
&
to_kvm_hv
(vcpu->kvm)->hv_pa_pg;
in svm_hv_enable_l2_tlb_flush()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
536
&
to_kvm_hv
(vcpu->kvm)->hv_pa_pg;
in hv_enable_l2_tlb_flush()
Completed in 30 milliseconds