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:hv_enlightenments
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm_onhyperv.h
22
struct hv_vmcb_enlightenments *hve = &to_svm(vcpu)->vmcb->control.
hv_enlightenments
;
in svm_hv_is_enlightened_tlb_enabled()
30
struct hv_vmcb_enlightenments *hve = &vmcb->control.
hv_enlightenments
;
in svm_hv_init_vmcb()
32
BUILD_BUG_ON(sizeof(vmcb->control.
hv_enlightenments
) !=
in svm_hv_init_vmcb()
74
struct hv_vmcb_enlightenments *hve = &vmcb->control.
hv_enlightenments
;
in svm_hv_vmcb_dirty_nested_enlightenments()
82
struct hv_vmcb_enlightenments *hve = &vmcb->control.
hv_enlightenments
;
in svm_hv_update_vp_id()
H
A
D
hyperv.h
17
struct hv_vmcb_enlightenments *hve = &svm->nested.ctl.
hv_enlightenments
;
in nested_svm_hv_update_vm_vp_ids()
31
struct hv_vmcb_enlightenments *hve = &svm->nested.ctl.
hv_enlightenments
;
in nested_svm_l2_tlb_flush_enabled()
H
A
D
svm_onhyperv.c
30
hve = &to_svm(vcpu)->vmcb->control.
hv_enlightenments
;
in svm_hv_enable_l2_tlb_flush()
H
A
D
nested.c
190
struct hv_vmcb_enlightenments *hve = &svm->nested.ctl.
hv_enlightenments
;
in nested_svm_vmrun_msrpm()
369
memcpy(&to->
hv_enlightenments
, &from->
hv_enlightenments
,
in __nested_copy_vmcb_control_to_cache()
370
sizeof(to->
hv_enlightenments
));
in __nested_copy_vmcb_control_to_cache()
1573
/* 'clean' and '
hv_enlightenments
' are not changed by KVM */
in nested_copy_vmcb_cache_to_control()
H
A
D
svm.h
151
struct hv_vmcb_enlightenments
hv_enlightenments
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
hyperv_svm_test.c
75
struct hv_vmcb_enlightenments *hve = &vmcb->control.
hv_enlightenments
;
in guest_code()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
svm.h
131
struct hv_vmcb_enlightenments
hv_enlightenments
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
svm.h
167
struct hv_vmcb_enlightenments
hv_enlightenments
;
member
Completed in 7 milliseconds