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_PSE
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
set_sregs_test.c
50
X86_CR4_PSE
| X86_CR4_PAE | X86_CR4_MCE | X86_CR4_PGE |
in calc_supported_cr4_feature_bits()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
processor-flags.h
100
#define
X86_CR4_PSE
_BITUL(X86_CR4_PSE_BIT)
macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
processor-flags.h
104
#define
X86_CR4_PSE
_BITUL(X86_CR4_PSE_BIT)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
processor-flags.h
97
#define
X86_CR4_PSE
_BITUL(X86_CR4_PSE_BIT)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
processor-flags.h
97
#define
X86_CR4_PSE
_BITUL(X86_CR4_PSE_BIT)
macro
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
kvm_cache_regs.h
14
#define X86_CR4_PDPTR_BITS (X86_CR4_PGE |
X86_CR4_PSE
| X86_CR4_PAE | X86_CR4_SMEP)
H
A
D
mmu.h
39
#define KVM_MMU_CR4_ROLE_BITS (
X86_CR4_PSE
| X86_CR4_PAE | X86_CR4_LA57 | \
H
A
D
x86.h
195
return kvm_is_cr4_bit_set(vcpu,
X86_CR4_PSE
);
in is_pse()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
22
#define
X86_CR4_PSE
(1ul << 4)
macro
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.h
141
return kvm_read_cr4_bits(vcpu,
X86_CR4_PSE
);
in is_pse()
H
A
D
x86.c
1008
unsigned long pdptr_bits = X86_CR4_PGE |
X86_CR4_PSE
| X86_CR4_PAE |
in kvm_set_cr4()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
init.c
236
cr4_set_bits_and_update_boot(
X86_CR4_PSE
);
in probe_page_size_mask()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
init.c
240
cr4_set_bits_and_update_boot(
X86_CR4_PSE
);
in probe_page_size_mask()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
kvm_host.h
99
|
X86_CR4_PSE
| X86_CR4_PAE | X86_CR4_MCE \
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
enlighten_pv.c
918
cr4 &= ~(X86_CR4_PGE |
X86_CR4_PSE
| X86_CR4_PCE);
in xen_write_cr4()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
enlighten_pv.c
1007
cr4 &= ~(X86_CR4_PGE |
X86_CR4_PSE
| X86_CR4_PCE);
in xen_write_cr4()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H
A
D
processor.h
33
#define
X86_CR4_PSE
(1ul << 4)
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
124
|
X86_CR4_PSE
| X86_CR4_PAE | X86_CR4_MCE \
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
3263
hw_cr4 |=
X86_CR4_PSE
;
in vmx_set_cr4()
7296
cr4_fixed1_update(
X86_CR4_PSE
, edx, feature_bit(PSE));
in nested_vmx_cr_fixed1_bits_update()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
3472
hw_cr4 |=
X86_CR4_PSE
;
in vmx_set_cr4()
7673
cr4_fixed1_update(
X86_CR4_PSE
, edx, feature_bit(PSE));
in nested_vmx_cr_fixed1_bits_update()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
208
BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, pse,
X86_CR4_PSE
);
Completed in 65 milliseconds