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_VME
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
set_sregs_test.c
49
cr4 =
X86_CR4_VME
| X86_CR4_PVI | X86_CR4_TSD | X86_CR4_DE |
in calc_supported_cr4_feature_bits()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
processor-flags.h
92
#define
X86_CR4_VME
_BITUL(X86_CR4_VME_BIT)
macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
processor-flags.h
96
#define
X86_CR4_VME
_BITUL(X86_CR4_VME_BIT)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
processor-flags.h
89
#define
X86_CR4_VME
_BITUL(X86_CR4_VME_BIT)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
processor-flags.h
89
#define
X86_CR4_VME
_BITUL(X86_CR4_VME_BIT)
macro
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
18
#define
X86_CR4_VME
(1ul << 0)
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
98
(~(unsigned long)(
X86_CR4_VME
| X86_CR4_PVI | X86_CR4_TSD | X86_CR4_DE\
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
29
#define
X86_CR4_VME
(1ul << 0)
macro
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
142
#define KVM_RMODE_VM_CR4_ALWAYS_ON (
X86_CR4_VME
| X86_CR4_PAE | X86_CR4_VMXE)
2830
vmcs_writel(GUEST_CR4, (vmcs_readl(GUEST_CR4) & ~
X86_CR4_VME
) |
in enter_pmode()
2831
(vmcs_readl(CR4_READ_SHADOW) &
X86_CR4_VME
));
in enter_pmode()
2912
vmcs_writel(GUEST_CR4, vmcs_readl(GUEST_CR4) |
X86_CR4_VME
);
in enter_rmode()
7292
cr4_fixed1_update(
X86_CR4_VME
, edx, feature_bit(VME));
in nested_vmx_cr_fixed1_bits_update()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
150
#define KVM_RMODE_VM_CR4_ALWAYS_ON (
X86_CR4_VME
| X86_CR4_PAE | X86_CR4_VMXE)
3027
vmcs_writel(GUEST_CR4, (vmcs_readl(GUEST_CR4) & ~
X86_CR4_VME
) |
in enter_pmode()
3028
(vmcs_readl(CR4_READ_SHADOW) &
X86_CR4_VME
));
in enter_pmode()
3109
vmcs_writel(GUEST_CR4, vmcs_readl(GUEST_CR4) |
X86_CR4_VME
);
in enter_rmode()
7669
cr4_fixed1_update(
X86_CR4_VME
, edx, feature_bit(VME));
in nested_vmx_cr_fixed1_bits_update()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
common.c
2138
cr4_clear_bits(
X86_CR4_VME
|X86_CR4_PVI|X86_CR4_TSD|X86_CR4_DE);
in cpu_init()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
123
(~(unsigned long)(
X86_CR4_VME
| X86_CR4_PVI | X86_CR4_TSD | X86_CR4_DE\
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
common.c
2296
cr4_clear_bits(
X86_CR4_VME
|X86_CR4_PVI|X86_CR4_TSD|X86_CR4_DE);
in cpu_init()
Completed in 48 milliseconds