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:VMCS12_REVISION
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H
A
D
vmx_set_nested_state_test.c
22
* Mirror of
VMCS12_REVISION
in arch/x86/kvm/vmx/vmcs12.h. If that value
25
#define
VMCS12_REVISION
0x11e57ed0
macro
86
set_revision_id_for_vmcs12(state,
VMCS12_REVISION
);
in set_default_vmx_state()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
vmx_set_nested_state_test.c
22
* Mirror of
VMCS12_REVISION
in arch/x86/kvm/vmx/vmcs12.h. If that value
25
#define
VMCS12_REVISION
0x11e57ed0
macro
85
set_revision_id_for_vmcs12(state,
VMCS12_REVISION
);
in set_default_vmx_state()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmcs12.h
189
*
VMCS12_REVISION
is an arbitrary id that should be changed if the content or
196
#define
VMCS12_REVISION
0x11e57ed0
macro
H
A
D
nested.c
2048
(vmx->nested.hv_evmcs->revision_id !=
VMCS12_REVISION
)) {
in nested_vmx_handle_enlightened_vmptrld()
2066
vmcs12->hdr.revision_id =
VMCS12_REVISION
;
in nested_vmx_handle_enlightened_vmptrld()
2977
if (CC(shadow->hdr.revision_id !=
VMCS12_REVISION
) ||
in nested_vmx_check_vmcs_link_ptr()
4991
revision !=
VMCS12_REVISION
)
in handle_vmon()
5336
*
VMCS12_REVISION
identifier.
in handle_vmptrld()
5344
if (new_vmcs12->hdr.revision_id !=
VMCS12_REVISION
||
in handle_vmptrld()
6348
if (vmcs12->hdr.revision_id !=
VMCS12_REVISION
)
in vmx_set_nested_state()
6377
if (shadow_vmcs12->hdr.revision_id !=
VMCS12_REVISION
||
in vmx_set_nested_state()
6632
VMCS12_REVISION
|
in nested_vmx_setup_ctls_msrs()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmcs12.h
191
*
VMCS12_REVISION
is an arbitrary id that should be changed if the content or
198
#define
VMCS12_REVISION
0x11e57ed0
macro
H
A
D
nested.c
2051
(vmx->nested.hv_evmcs->revision_id !=
VMCS12_REVISION
)) {
in nested_vmx_handle_enlightened_vmptrld()
2068
vmcs12->hdr.revision_id =
VMCS12_REVISION
;
in nested_vmx_handle_enlightened_vmptrld()
3000
if (CC(hdr.revision_id !=
VMCS12_REVISION
) ||
in nested_vmx_check_vmcs_link_ptr()
5223
revision !=
VMCS12_REVISION
)
in handle_vmxon()
5601
*
VMCS12_REVISION
identifier.
in handle_vmptrld()
5614
if (hdr.revision_id !=
VMCS12_REVISION
||
in handle_vmptrld()
6660
if (vmcs12->hdr.revision_id !=
VMCS12_REVISION
)
in vmx_set_nested_state()
6689
if (shadow_vmcs12->hdr.revision_id !=
VMCS12_REVISION
||
in vmx_set_nested_state()
6964
VMCS12_REVISION
|
in nested_vmx_setup_basic()
Completed in 18 milliseconds