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_evmcs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
nested.c
195
if (vmx->nested.current_vmptr == -1ull && !vmx->nested.
hv_evmcs
)
in nested_vmx_fail()
229
if (!vmx->nested.
hv_evmcs
)
in nested_release_evmcs()
234
vmx->nested.
hv_evmcs
= NULL;
in nested_release_evmcs()
1619
struct hv_enlightened_vmcs *evmcs = vmx->nested.
hv_evmcs
;
in copy_enlightened_to_vmcs12()
1835
struct hv_enlightened_vmcs *evmcs = vmx->nested.
hv_evmcs
;
in copy_vmcs12_to_enlightened()
2012
if (unlikely(!vmx->nested.
hv_evmcs
||
in nested_vmx_handle_enlightened_vmptrld()
2014
if (!vmx->nested.
hv_evmcs
)
in nested_vmx_handle_enlightened_vmptrld()
2023
vmx->nested.
hv_evmcs
= vmx->nested.hv_evmcs_map.hva;
in nested_vmx_handle_enlightened_vmptrld()
2047
if ((vmx->nested.
hv_evmcs
->revision_id != KVM_EVMCS_VERSION) &&
in nested_vmx_handle_enlightened_vmptrld()
2048
(vmx->nested.
hv_evmcs
in nested_vmx_handle_enlightened_vmptrld()
2400
struct hv_enlightened_vmcs *
hv_evmcs
= vmx->nested.
hv_evmcs
;
prepare_vmcs02_rare()
local
2531
struct hv_enlightened_vmcs *
hv_evmcs
= vmx->nested.
hv_evmcs
;
prepare_vmcs02()
local
[all...]
H
A
D
nested.h
61
* running
hv_evmcs
may end up not being mapped (we map it from
in vmx_has_valid_vmcs12()
66
vmx->nested.
hv_evmcs
;
in vmx_has_valid_vmcs12()
H
A
D
vmx.h
201
struct hv_enlightened_vmcs *
hv_evmcs
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
234
vmx->nested.
hv_evmcs
= NULL;
in nested_release_evmcs()
575
struct hv_enlightened_vmcs *evmcs = vmx->nested.
hv_evmcs
;
in nested_vmx_prepare_msr_bitmap()
1582
struct hv_enlightened_vmcs *evmcs = vmx->nested.
hv_evmcs
;
in copy_enlightened_to_vmcs12()
1826
struct hv_enlightened_vmcs *evmcs = vmx->nested.
hv_evmcs
;
in copy_vmcs12_to_enlightened()
2026
vmx->nested.
hv_evmcs
= vmx->nested.hv_evmcs_map.hva;
in nested_vmx_handle_enlightened_vmptrld()
2050
if ((vmx->nested.
hv_evmcs
->revision_id != KVM_EVMCS_VERSION) &&
in nested_vmx_handle_enlightened_vmptrld()
2051
(vmx->nested.
hv_evmcs
->revision_id != VMCS12_REVISION)) {
in nested_vmx_handle_enlightened_vmptrld()
2078
vmx->nested.
hv_evmcs
->hv_clean_fields &=
in nested_vmx_handle_enlightened_vmptrld()
2406
struct hv_enlightened_vmcs *
hv_evmcs
= vmx->nested.
hv_evmcs
;
in prepare_vmcs02_rare()
local
[all...]
H
A
D
hyperv.c
662
struct hv_enlightened_vmcs *evmcs = vmx->nested.
hv_evmcs
;
in nested_evmcs_l2_tlb_flush_enabled()
H
A
D
vmx.h
246
struct hv_enlightened_vmcs *
hv_evmcs
;
member
Completed in 13 milliseconds