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:X86_CR4_VMXE
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
virtext.h
49
cr4_clear_bits(
X86_CR4_VMXE
);
in cpu_vmxoff()
54
return __read_cr4() &
X86_CR4_VMXE
;
in cpu_vmx_enabled()
H
A
D
kvm_host.h
102
| X86_CR4_OSXMMEXCPT | X86_CR4_LA57 |
X86_CR4_VMXE
\
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
set_sregs_test.c
57
cr4 |=
X86_CR4_VMXE
;
in calc_supported_cr4_feature_bits()
108
TEST_INVALID_CR_BIT(vcpu, cr4, sregs,
X86_CR4_VMXE
);
in main()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
processor-flags.h
118
#define
X86_CR4_VMXE
_BITUL(X86_CR4_VMXE_BIT)
macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
processor-flags.h
122
#define
X86_CR4_VMXE
_BITUL(X86_CR4_VMXE_BIT)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
processor-flags.h
115
#define
X86_CR4_VMXE
_BITUL(X86_CR4_VMXE_BIT)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
processor-flags.h
115
#define
X86_CR4_VMXE
_BITUL(X86_CR4_VMXE_BIT)
macro
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
30
#define
X86_CR4_VMXE
(1ul << 13)
macro
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.h
403
__reserved_bits |=
X86_CR4_VMXE
; \
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.h
529
__reserved_bits |=
X86_CR4_VMXE
; \
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H
A
D
vmx.c
137
cr4 |=
X86_CR4_VMXE
;
in prepare_for_vmx_operation()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
148
#define KVM_VM_CR4_ALWAYS_ON_UNRESTRICTED_GUEST
X86_CR4_VMXE
149
#define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE |
X86_CR4_VMXE
)
150
#define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE |
X86_CR4_VMXE
)
761
cr4_clear_bits(
X86_CR4_VMXE
);
in kvm_cpu_vmxoff()
765
cr4_clear_bits(
X86_CR4_VMXE
);
in kvm_cpu_vmxoff()
782
if (!(__read_cr4() &
X86_CR4_VMXE
))
in vmx_emergency_disable()
2799
cr4_set_bits(
X86_CR4_VMXE
);
in kvm_cpu_vmxon()
2810
cr4_clear_bits(
X86_CR4_VMXE
);
in kvm_cpu_vmxon()
2821
if (cr4_read_shadow() &
X86_CR4_VMXE
)
in vmx_hardware_enable()
3427
if ((cr4 &
X86_CR4_VMXE
)
in vmx_is_valid_cr4()
[all...]
H
A
D
nested.c
5164
if (!kvm_is_cr4_bit_set(vcpu,
X86_CR4_VMXE
)) {
in handle_vmxon()
6981
#define VMXON_CR4_ALWAYSON
X86_CR4_VMXE
in nested_vmx_setup_cr_fixed()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H
A
D
vmx.c
154
cr4 |=
X86_CR4_VMXE
;
in prepare_for_vmx_operation()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
140
#define KVM_VM_CR4_ALWAYS_ON_UNRESTRICTED_GUEST
X86_CR4_VMXE
141
#define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE |
X86_CR4_VMXE
)
142
#define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE |
X86_CR4_VMXE
)
2367
cr4_set_bits(
X86_CR4_VMXE
);
in kvm_cpu_vmxon()
2380
cr4_clear_bits(
X86_CR4_VMXE
);
in kvm_cpu_vmxon()
2391
if (cr4_read_shadow() &
X86_CR4_VMXE
)
in hardware_enable()
2431
cr4_clear_bits(
X86_CR4_VMXE
);
in kvm_cpu_vmxoff()
3219
if ((cr4 &
X86_CR4_VMXE
) && is_smm(vcpu))
in vmx_is_valid_cr4()
7302
cr4_fixed1_update(
X86_CR4_VMXE
, ecx, feature_bit(VMX));
in nested_vmx_cr_fixed1_bits_update()
H
A
D
nested.c
4932
if (!kvm_read_cr4_bits(vcpu,
X86_CR4_VMXE
)) {
in handle_vmon()
6646
#define VMXON_CR4_ALWAYSON
X86_CR4_VMXE
in nested_vmx_setup_ctls_msrs()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
42
#define
X86_CR4_VMXE
(1ul << 13)
macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
bugs.c
2524
else if (!(cr4_read_shadow() &
X86_CR4_VMXE
))
in itlb_multihit_show_state()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
127
| X86_CR4_OSXMMEXCPT | X86_CR4_LA57 |
X86_CR4_VMXE
\
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
bugs.c
2617
else if (!(cr4_read_shadow() &
X86_CR4_VMXE
))
in itlb_multihit_show_state()
Completed in 53 milliseconds