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_BUG_MDS
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
bugs.c
240
if (!boot_cpu_has_bug(
X86_BUG_MDS
) || cpu_mitigations_off()) {
in mds_select_mitigation()
259
if (!boot_cpu_has_bug(
X86_BUG_MDS
))
in mds_cmdline()
419
if (boot_cpu_has_bug(
X86_BUG_MDS
) || (boot_cpu_has_bug(X86_BUG_TAA) &&
in mmio_select_mitigation()
547
boot_cpu_has_bug(
X86_BUG_MDS
)) {
in md_clear_update_mitigation()
570
if (boot_cpu_has_bug(
X86_BUG_MDS
))
in md_clear_update_mitigation()
2733
case
X86_BUG_MDS
:
in cpu_show_common()
2795
return cpu_show_common(dev, attr, buf,
X86_BUG_MDS
);
in cpu_show_mds()
H
A
D
common.c
1264
setup_force_cpu_bug(
X86_BUG_MDS
);
in cpu_set_bug_bits()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
bugs.c
243
if (!boot_cpu_has_bug(
X86_BUG_MDS
) || cpu_mitigations_off()) {
in mds_select_mitigation()
262
if (!boot_cpu_has_bug(
X86_BUG_MDS
))
in mds_cmdline()
422
if (boot_cpu_has_bug(
X86_BUG_MDS
) || (boot_cpu_has_bug(X86_BUG_TAA) &&
in mmio_select_mitigation()
550
boot_cpu_has_bug(
X86_BUG_MDS
)) {
in md_clear_update_mitigation()
573
if (boot_cpu_has_bug(
X86_BUG_MDS
))
in md_clear_update_mitigation()
2824
case
X86_BUG_MDS
:
in cpu_show_common()
2886
return cpu_show_common(dev, attr, buf,
X86_BUG_MDS
);
in cpu_show_mds()
H
A
D
common.c
1399
setup_force_cpu_bug(
X86_BUG_MDS
);
in cpu_set_bug_bits()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
cpufeatures.h
442
#define
X86_BUG_MDS
X86_BUG(19) /* CPU is affected by Microarchitectural data sampling */
macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H
A
D
cpufeatures.h
430
#define
X86_BUG_MDS
X86_BUG(19) /* CPU is affected by Microarchitectural data sampling */
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
cpufeatures.h
485
#define
X86_BUG_MDS
X86_BUG(19) /* CPU is affected by Microarchitectural data sampling */
macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
cpufeatures.h
476
#define
X86_BUG_MDS
X86_BUG(19) /* CPU is affected by Microarchitectural data sampling */
macro
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
vmx.c
367
!boot_cpu_has_bug(
X86_BUG_MDS
) &&
in vmx_setup_fb_clear_ctrl()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
vmx.c
400
!boot_cpu_has_bug(
X86_BUG_MDS
) &&
in vmx_update_fb_clear_dis()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
1428
if (!boot_cpu_has_bug(
X86_BUG_MDS
))
in kvm_get_arch_capabilities()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
1654
if (!boot_cpu_has_bug(
X86_BUG_MDS
))
in kvm_get_arch_capabilities()
Completed in 80 milliseconds