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_CR0_AM
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
processor-flags.h
66
#define
X86_CR0_AM
_BITUL(X86_CR0_AM_BIT)
macro
163
X86_CR0_NE | X86_CR0_WP |
X86_CR0_AM
| \
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
processor-flags.h
66
#define
X86_CR0_AM
_BITUL(X86_CR0_AM_BIT)
macro
171
X86_CR0_NE | X86_CR0_WP |
X86_CR0_AM
| \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
processor-flags.h
73
#define
X86_CR0_AM
_BITUL(X86_CR0_AM_BIT)
macro
146
#define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP |
X86_CR0_AM
| X86_CR0_PG)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
processor-flags.h
73
#define
X86_CR0_AM
_BITUL(X86_CR0_AM_BIT)
macro
146
#define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | X86_CR0_NE | X86_CR0_WP |
X86_CR0_AM
| X86_CR0_PG)
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
relocate_kernel_64.S
130
andq $~(
X86_CR0_AM
| X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
H
A
D
relocate_kernel_32.S
117
andl $~(X86_CR0_PG |
X86_CR0_AM
| X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
387
#define
X86_CR0_AM
(1UL<<18) /* Alignment Mask */
macro
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
relocate_kernel_64.S
140
andq $~(
X86_CR0_AM
| X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
H
A
D
relocate_kernel_32.S
117
andl $~(X86_CR0_PG |
X86_CR0_AM
| X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
94
| X86_CR0_ET | X86_CR0_NE | X86_CR0_WP |
X86_CR0_AM
\
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
1232
#define
X86_CR0_AM
(1UL<<18) /* Alignment Mask */
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
119
| X86_CR0_ET | X86_CR0_NE | X86_CR0_WP |
X86_CR0_AM
\
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
4886
return vmx_get_cpl(vcpu) == 3 && kvm_read_cr0_bits(vcpu,
X86_CR0_AM
) &&
in vmx_guest_inject_ac()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
5180
return vmx_get_cpl(vcpu) == 3 && kvm_is_cr0_bit_set(vcpu,
X86_CR0_AM
) &&
in vmx_guest_inject_ac()
Completed in 34 milliseconds