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:EFER_SVME
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
virtext.h
117
if (efer &
EFER_SVME
) {
in cpu_svm_disable()
130
wrmsrl(MSR_EFER, efer & ~
EFER_SVME
);
in cpu_svm_disable()
H
A
D
msr-index.h
39
#define
EFER_SVME
(1<<_EFER_SVME)
macro
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H
A
D
svm.c
85
wrmsr(MSR_EFER, efer |
EFER_SVME
);
in generic_svm_setup()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H
A
D
svm.c
76
wrmsr(MSR_EFER, efer |
EFER_SVME
);
in generic_svm_setup()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
280
if ((old_efer &
EFER_SVME
) != (efer &
EFER_SVME
)) {
in svm_set_efer()
281
if (!(efer &
EFER_SVME
)) {
in svm_set_efer()
303
svm->vmcb->save.efer = efer |
EFER_SVME
;
in svm_set_efer()
463
if (efer &
EFER_SVME
)
in svm_hardware_enable()
484
wrmsrl(MSR_EFER, efer |
EFER_SVME
);
in svm_hardware_enable()
958
kvm_enable_efer_bits(
EFER_SVME
| EFER_LMSLE);
in svm_hardware_setup()
2617
if (svm_dis && (vcpu->arch.efer &
EFER_SVME
))
in svm_set_vm_cr()
4066
if (!(saved_efer &
EFER_SVME
))
in svm_pre_leave_smm()
H
A
D
nested.c
261
* kvm_set_cr4 handle failure;
EFER_SVME
is an exception
in nested_vmcb_check_save()
264
if ((vmcb12->save.efer &
EFER_SVME
) == 0)
in nested_vmcb_check_save()
411
* Force-set
EFER_SVME
even though it is checked earlier on the
in nested_prepare_vmcb_save()
413
* and now. Clearing
EFER_SVME
would call svm_free_nested.
in nested_prepare_vmcb_save()
415
svm_set_efer(&svm->vcpu, vmcb12->save.efer |
EFER_SVME
);
in nested_prepare_vmcb_save()
911
if (!(svm->vcpu.arch.efer &
EFER_SVME
) ||
in nested_svm_check_permissions()
1179
if (!(vcpu->arch.efer &
EFER_SVME
)) {
in svm_set_nested_state()
1231
if (!(save->efer &
EFER_SVME
))
in svm_set_nested_state()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
309
if ((old_efer &
EFER_SVME
) != (efer &
EFER_SVME
)) {
in svm_set_efer()
310
if (!(efer &
EFER_SVME
)) {
in svm_set_efer()
342
svm->vmcb->save.efer = efer |
EFER_SVME
;
in svm_set_efer()
595
if (efer &
EFER_SVME
) {
in kvm_cpu_svm_disable()
601
wrmsrl(MSR_EFER, efer & ~
EFER_SVME
);
in kvm_cpu_svm_disable()
631
if (efer &
EFER_SVME
)
in svm_hardware_enable()
640
wrmsrl(MSR_EFER, efer |
EFER_SVME
);
in svm_hardware_enable()
2815
* Clear the
EFER_SVME
bit from EFER. The SVM code always sets this
in efer_trap()
2822
msr_info.data = to_svm(vcpu)->vmcb->control.exit_info_1 & ~
EFER_SVME
;
in efer_trap()
[all...]
H
A
D
nested.c
281
if (CC(!(save->efer &
EFER_SVME
)))
in __nested_vmcb_check_save()
1357
if (!(vcpu->arch.efer &
EFER_SVME
) || !is_paging(vcpu)) {
in nested_svm_check_permissions()
1672
if (!(vcpu->arch.efer &
EFER_SVME
)) {
in svm_set_nested_state()
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H
A
D
msr-index.h
38
#define
EFER_SVME
(1<<_EFER_SVME)
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
msr-index.h
34
#define
EFER_SVME
(1<<_EFER_SVME)
macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
msr-index.h
34
#define
EFER_SVME
(1<<_EFER_SVME)
macro
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
sev.c
1059
vmsa->efer =
EFER_SVME
;
in wakeup_cpu_via_vmgexit()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
emulate.c
4347
if (!(efer &
EFER_SVME
))
in check_svme()
H
A
D
x86.c
1501
if (efer &
EFER_SVME
&& !guest_cpuid_has(vcpu, X86_FEATURE_SVM))
in __kvm_valid_efer()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
emulate.c
3917
if (!(efer &
EFER_SVME
))
in check_svme()
H
A
D
x86.c
1733
if (efer &
EFER_SVME
&& !guest_cpuid_has(vcpu, X86_FEATURE_SVM))
in __kvm_valid_efer()
Completed in 69 milliseconds