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:current_vmptr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
196
if (vmx->nested.
current_vmptr
== INVALID_GPA &&
in nested_vmx_fail()
311
vmx->nested.
current_vmptr
= INVALID_GPA;
in free_nested()
2018
vmx->nested.
current_vmptr
= INVALID_GPA;
in nested_vmx_handle_enlightened_vmptrld()
3399
vmx->nested.
current_vmptr
,
in nested_vmx_enter_non_root_mode()
3573
vmx->nested.
current_vmptr
== INVALID_GPA))
in nested_vmx_run()
5238
if (vmx->nested.
current_vmptr
== INVALID_GPA)
in nested_release_vmcs12()
5253
vmx->nested.
current_vmptr
>> PAGE_SHIFT,
in nested_release_vmcs12()
5258
vmx->nested.
current_vmptr
= INVALID_GPA;
in nested_release_vmcs12()
5307
if (vmptr == vmx->nested.
current_vmptr
)
in handle_vmclear()
5368
if (vmx->nested.
current_vmptr
in handle_vmread()
5644
gpa_t
current_vmptr
= to_vmx(vcpu)->nested.
current_vmptr
;
handle_vmptrst()
local
[all...]
H
A
D
nested.h
59
return vmx->nested.
current_vmptr
!= -1ull ||
in vmx_has_valid_vmcs12()
H
A
D
vmx.h
123
gpa_t
current_vmptr
;
member
H
A
D
vmx.c
4844
vmx->nested.
current_vmptr
= INVALID_GPA;
in __vmx_vcpu_reset()
/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()
295
vmx->nested.
current_vmptr
= -1ull;
in free_nested()
2015
vmx->nested.
current_vmptr
= -1ull;
in nested_vmx_handle_enlightened_vmptrld()
3524
if (CC(!vmx->nested.hv_evmcs && vmx->nested.
current_vmptr
== -1ull))
in nested_vmx_run()
5006
if (vmx->nested.
current_vmptr
== -1ull)
in nested_release_vmcs12()
5021
vmx->nested.
current_vmptr
>> PAGE_SHIFT,
in nested_release_vmcs12()
5026
vmx->nested.
current_vmptr
= -1ull;
in nested_release_vmcs12()
5076
if (vmptr == vmx->nested.
current_vmptr
)
in handle_vmclear()
5122
if (vmx->nested.
current_vmptr
== -1ull ||
in handle_vmread()
5214
if (vmx->nested.
current_vmptr
in handle_vmwrite()
5372
gpa_t
current_vmptr
= to_vmx(vcpu)->nested.
current_vmptr
;
handle_vmptrst()
local
[all...]
H
A
D
nested.h
65
return is_guest_mode(vcpu) || vmx->nested.
current_vmptr
!= -1ull ||
in vmx_has_valid_vmcs12()
H
A
D
vmx.h
108
gpa_t
current_vmptr
;
member
H
A
D
vmx.c
7120
vmx->nested.
current_vmptr
= -1ull;
in vmx_create_vcpu()
Completed in 41 milliseconds