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_RFDS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
cpufeatures.h
457
#define
X86_BUG_RFDS
X86_BUG(1*32 + 2) /* CPU is vulnerable to Register File Data Sampling */
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
cpufeatures.h
501
#define
X86_BUG_RFDS
X86_BUG(1*32 + 2) /* CPU is vulnerable to Register File Data Sampling */
macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
bugs.c
501
if (!boot_cpu_has_bug(
X86_BUG_RFDS
) || cpu_mitigations_off()) {
in rfds_select_mitigation()
519
if (!boot_cpu_has_bug(
X86_BUG_RFDS
))
in rfds_parse_cmdline()
565
boot_cpu_has_bug(
X86_BUG_RFDS
)) {
in md_clear_update_mitigation()
578
if (boot_cpu_has_bug(
X86_BUG_RFDS
))
in md_clear_update_mitigation()
2758
case
X86_BUG_RFDS
:
in cpu_show_common()
2838
return cpu_show_common(dev, attr, buf,
X86_BUG_RFDS
);
in cpu_show_reg_file_data_sampling()
H
A
D
common.c
1338
setup_force_cpu_bug(
X86_BUG_RFDS
);
in cpu_set_bug_bits()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
bugs.c
504
if (!boot_cpu_has_bug(
X86_BUG_RFDS
) || cpu_mitigations_off()) {
in rfds_select_mitigation()
522
if (!boot_cpu_has_bug(
X86_BUG_RFDS
))
in rfds_parse_cmdline()
568
boot_cpu_has_bug(
X86_BUG_RFDS
)) {
in md_clear_update_mitigation()
581
if (boot_cpu_has_bug(
X86_BUG_RFDS
))
in md_clear_update_mitigation()
2849
case
X86_BUG_RFDS
:
in cpu_show_common()
2929
return cpu_show_common(dev, attr, buf,
X86_BUG_RFDS
);
in cpu_show_reg_file_data_sampling()
H
A
D
common.c
1476
setup_force_cpu_bug(
X86_BUG_RFDS
);
in cpu_set_bug_bits()
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
x86.c
1430
if (!boot_cpu_has_bug(
X86_BUG_RFDS
))
in kvm_get_arch_capabilities()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
1656
if (!boot_cpu_has_bug(
X86_BUG_RFDS
))
in kvm_get_arch_capabilities()
Completed in 63 milliseconds