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_WP
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
processor-flags.h
64
#define
X86_CR0_WP
_BITUL(X86_CR0_WP_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
64
#define
X86_CR0_WP
_BITUL(X86_CR0_WP_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
71
#define
X86_CR0_WP
_BITUL(X86_CR0_WP_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
71
#define
X86_CR0_WP
_BITUL(X86_CR0_WP_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/kvm/
H
A
D
mmu.h
155
return kvm_read_cr0_bits(vcpu,
X86_CR0_WP
);
in is_write_protection()
/kernel/linux/linux-5.10/arch/x86/realmode/rm/
H
A
D
trampoline_64.S
152
movl $(X86_CR0_PG |
X86_CR0_WP
| X86_CR0_PE), %eax
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
kvm_cache_regs.h
7
#define KVM_POSSIBLE_CR0_GUEST_BITS (X86_CR0_TS |
X86_CR0_WP
)
H
A
D
mmu.h
42
#define KVM_MMU_CR0_ROLE_BITS (X86_CR0_PG |
X86_CR0_WP
)
/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
386
#define
X86_CR0_WP
(1UL<<16) /* Write Protect */
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-6.6/tools/testing/selftests/kvm/
H
A
D
max_guest_memory_test.c
81
sregs.cr0 ^=
X86_CR0_WP
;
in vcpu_worker()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.h
644
bits &= ~
X86_CR0_WP
;
in vmx_l1_guest_owned_cr0_bits()
H
A
D
vmx.c
3294
hw_cr0 |=
X86_CR0_WP
;
in vmx_set_cr0()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
common.c
372
if (unlikely((val &
X86_CR0_WP
) !=
X86_CR0_WP
)) {
in native_write_cr0()
373
bits_missing =
X86_CR0_WP
;
in native_write_cr0()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
common.c
417
if (unlikely((val &
X86_CR0_WP
) !=
X86_CR0_WP
)) {
in native_write_cr0()
418
bits_missing =
X86_CR0_WP
;
in native_write_cr0()
/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
1231
#define
X86_CR0_WP
(1UL<<16) /* Write Protect */
macro
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
207
BUILD_MMU_ROLE_REGS_ACCESSOR(cr0, wp,
X86_CR0_WP
);
5153
const bool cr0_wp = kvm_is_cr0_bit_set(vcpu,
X86_CR0_WP
);
in __kvm_mmu_refresh_passthrough_bits()
5155
BUILD_BUG_ON((KVM_MMU_CR0_ROLE_BITS & KVM_POSSIBLE_CR0_GUEST_BITS) !=
X86_CR0_WP
);
in __kvm_mmu_refresh_passthrough_bits()
/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/svm/
H
A
D
svm.c
1678
cr0 |= X86_CR0_PG |
X86_CR0_WP
;
in svm_set_cr0()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
1893
hcr0 |= X86_CR0_PG |
X86_CR0_WP
;
in svm_set_cr0()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
3086
hw_cr0 |=
X86_CR0_WP
;
in vmx_set_cr0()
Completed in 61 milliseconds
1
2