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:vmcb02
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
nested.c
415
* Don't sync
vmcb02
V_IRQ back to vmcb12 if KVM (L0) is intercepting
in nested_sync_control_from_vmcb02()
417
* has usurped
vmcb02
's int_ctl. If an interrupt window opens before
in nested_sync_control_from_vmcb02()
491
* - Don't crush a pending TLB flush in
vmcb02
on nested VMRUN
in nested_svm_transition_tlb_flush()
528
if (!svm->nested.
vmcb02
.ptr)
in nested_vmcb02_compute_g_pat()
532
svm->nested.
vmcb02
.ptr->save.g_pat = svm->vmcb01.ptr->save.g_pat;
in nested_vmcb02_compute_g_pat()
539
struct vmcb *
vmcb02
= svm->nested.
vmcb02
.ptr;
in nested_vmcb02_prepare_save()
local
552
vmcb02
->save.es = vmcb12->save.es;
in nested_vmcb02_prepare_save()
553
vmcb02
->save.cs = vmcb12->save.cs;
in nested_vmcb02_prepare_save()
554
vmcb02
in nested_vmcb02_prepare_save()
639
struct vmcb *
vmcb02
= svm->nested.
vmcb02
.ptr;
nested_vmcb02_prepare_control()
local
969
struct vmcb *
vmcb02
= svm->nested.
vmcb02
.ptr;
nested_svm_vmexit()
local
[all...]
H
A
D
svm.h
157
struct kvm_vmcb_info
vmcb02
;
member
456
return svm->nested.
vmcb02
.ptr;
in get_vgif_vmcb()
Completed in 3 milliseconds