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_SRBDS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
cpufeatures.h
447
#define
X86_BUG_SRBDS
X86_BUG(24) /* CPU may leak RNG bits if not mitigated */
macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H
A
D
cpufeatures.h
435
#define
X86_BUG_SRBDS
X86_BUG(24) /* CPU may leak RNG bits if not mitigated */
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
cpufeatures.h
490
#define
X86_BUG_SRBDS
X86_BUG(24) /* CPU may leak RNG bits if not mitigated */
macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H
A
D
cpufeatures.h
481
#define
X86_BUG_SRBDS
X86_BUG(24) /* CPU may leak RNG bits if not mitigated */
macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
bugs.c
624
if (!boot_cpu_has_bug(
X86_BUG_SRBDS
))
in update_srbds_msr()
654
if (!boot_cpu_has_bug(
X86_BUG_SRBDS
))
in srbds_select_mitigation()
682
if (!boot_cpu_has_bug(
X86_BUG_SRBDS
))
in srbds_parse_cmdline()
2742
case
X86_BUG_SRBDS
:
in cpu_show_common()
2810
return cpu_show_common(dev, attr, buf,
X86_BUG_SRBDS
);
in cpu_show_srbds()
H
A
D
common.c
1298
setup_force_cpu_bug(
X86_BUG_SRBDS
);
in cpu_set_bug_bits()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
bugs.c
627
if (!boot_cpu_has_bug(
X86_BUG_SRBDS
))
in update_srbds_msr()
664
if (!boot_cpu_has_bug(
X86_BUG_SRBDS
))
in srbds_select_mitigation()
692
if (!boot_cpu_has_bug(
X86_BUG_SRBDS
))
in srbds_parse_cmdline()
2833
case
X86_BUG_SRBDS
:
in cpu_show_common()
2901
return cpu_show_common(dev, attr, buf,
X86_BUG_SRBDS
);
in cpu_show_srbds()
H
A
D
common.c
1433
setup_force_cpu_bug(
X86_BUG_SRBDS
);
in cpu_set_bug_bits()
Completed in 39 milliseconds