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:virt_ext
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
nested.c
116
if (!(svm->nested.ctl.
virt_ext
& VIRTUAL_VMLOAD_VMSAVE_ENABLE_MASK))
in nested_vmcb_needs_vls_intercept()
179
WARN_ON(!(c->
virt_ext
& VIRTUAL_VMLOAD_VMSAVE_ENABLE_MASK));
in recalc_intercepts()
357
to->
virt_ext
= from->
virt_ext
;
in __nested_copy_vmcb_control_to_cache()
592
(svm->nested.ctl.
virt_ext
& LBR_CTL_ENABLE_MASK))) {
in nested_vmcb02_prepare_save()
601
} else if (unlikely(vmcb01->control.
virt_ext
& LBR_CTL_ENABLE_MASK)) {
in nested_vmcb02_prepare_save()
723
vmcb02->control.
virt_ext
= vmcb01->control.
virt_ext
&
in nested_vmcb02_prepare_control()
726
vmcb02->control.
virt_ext
|=
in nested_vmcb02_prepare_control()
727
(svm->nested.ctl.
virt_ext
in nested_vmcb02_prepare_control()
[all...]
H
A
D
svm.c
1014
svm->vmcb->control.
virt_ext
|= LBR_CTL_ENABLE_MASK;
in svm_enable_lbrv()
1029
svm->vmcb->control.
virt_ext
&= ~LBR_CTL_ENABLE_MASK;
in svm_disable_lbrv()
1050
return svm->vmcb->control.
virt_ext
& LBR_CTL_ENABLE_MASK ? svm->vmcb :
in svm_get_lbr_vmcb()
1057
bool current_enable_lbrv = svm->vmcb->control.
virt_ext
& LBR_CTL_ENABLE_MASK;
in svm_update_lbrv()
1060
(svm->nested.ctl.
virt_ext
& LBR_CTL_ENABLE_MASK));
in svm_update_lbrv()
1224
svm->vmcb->control.
virt_ext
&= ~VIRTUAL_VMLOAD_VMSAVE_ENABLE_MASK;
in init_vmcb_after_set_cpuid()
1236
svm->vmcb->control.
virt_ext
|= VIRTUAL_VMLOAD_VMSAVE_ENABLE_MASK;
in init_vmcb_after_set_cpuid()
3375
pr_err("%-20s%lld\n", "
virt_ext
:", control->
virt_ext
);
in dump_vmcb()
H
A
D
svm.h
148
u64
virt_ext
;
member
H
A
D
sev.c
2997
svm->vmcb->control.
virt_ext
|= LBR_CTL_ENABLE_MASK;
in sev_es_init_vmcb()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H
A
D
svm.h
92
u64
virt_ext
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
svm.h
113
u64
virt_ext
;
member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
svm.h
137
u64
virt_ext
;
member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
svm.h
149
u64
virt_ext
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
768
svm->vmcb->control.
virt_ext
|= LBR_CTL_ENABLE_MASK;
in svm_enable_lbrv()
779
svm->vmcb->control.
virt_ext
&= ~LBR_CTL_ENABLE_MASK;
in svm_disable_lbrv()
1243
svm->vmcb->control.
virt_ext
|= VIRTUAL_VMLOAD_VMSAVE_ENABLE_MASK;
in init_vmcb()
2987
pr_err("%-20s%lld\n", "
virt_ext
:", control->
virt_ext
);
in dump_vmcb()
H
A
D
nested.c
181
dst->
virt_ext
= from->
virt_ext
;
in copy_vmcb_control_area()
Completed in 24 milliseconds