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:bootlog
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H
A
D
internal.h
132
s8
bootlog
;
member
H
A
D
core.c
89
.
bootlog
= -1,
1669
if (!mca_cfg.
bootlog
)
in __mcheck_cpu_init_generic()
1778
if (c->x86 < 0x11 && cfg->
bootlog
< 0) {
in __mcheck_cpu_apply_quirks()
1783
cfg->
bootlog
= 0;
in __mcheck_cpu_apply_quirks()
1826
if (c->x86 == 6 && c->x86_model <= 13 && cfg->
bootlog
< 0)
in __mcheck_cpu_apply_quirks()
1827
cfg->
bootlog
= 0;
in __mcheck_cpu_apply_quirks()
1846
if (cfg->
bootlog
!= 0)
in __mcheck_cpu_apply_quirks()
2182
* mce=
bootlog
Log MCEs from before booting. Disabled by default on AMD Fam10h
2210
else if (!strcmp(str, "
bootlog
") || !strcmp(str, "nobootlog"))
in mcheck_enable()
2211
cfg->
bootlog
in mcheck_enable()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H
A
D
core.c
85
.
bootlog
= -1,
1789
if (!mca_cfg.
bootlog
)
in __mcheck_cpu_init_generic()
1870
if (c->x86 < 0x11 && cfg->
bootlog
< 0) {
in __mcheck_cpu_apply_quirks()
1875
cfg->
bootlog
= 0;
in __mcheck_cpu_apply_quirks()
1921
if (c->x86 == 6 && c->x86_model <= 13 && cfg->
bootlog
< 0)
in __mcheck_cpu_apply_quirks()
1922
cfg->
bootlog
= 0;
in __mcheck_cpu_apply_quirks()
1948
if (cfg->
bootlog
!= 0)
in __mcheck_cpu_apply_quirks()
2264
* mce=
bootlog
Log MCEs from before booting. Disabled by default on AMD Fam10h
2292
else if (!strcmp(str, "
bootlog
") || !strcmp(str, "nobootlog"))
in mcheck_enable()
2293
cfg->
bootlog
in mcheck_enable()
[all...]
H
A
D
internal.h
133
s8
bootlog
;
member
Completed in 7 milliseconds