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:ecc_sym_sz
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
amd64_edac.c
935
amd64_info("using x%u syndromes.\n", pvt->
ecc_sym_sz
);
in dump_misc_regs()
2524
if (pvt->
ecc_sym_sz
== 8)
in get_channel_from_ecc_syndrome()
2527
pvt->
ecc_sym_sz
);
in get_channel_from_ecc_syndrome()
2528
else if (pvt->
ecc_sym_sz
== 4)
in get_channel_from_ecc_syndrome()
2531
pvt->
ecc_sym_sz
);
in get_channel_from_ecc_syndrome()
2533
amd64_warn("Illegal syndrome type: %u\n", pvt->
ecc_sym_sz
);
in get_channel_from_ecc_syndrome()
2537
return map_err_sym_to_channel(err_sym, pvt->
ecc_sym_sz
);
in get_channel_from_ecc_syndrome()
2759
pvt->
ecc_sym_sz
= 4;
in determine_ecc_sym_sz()
2768
pvt->
ecc_sym_sz
= 16;
in determine_ecc_sym_sz()
2771
pvt->
ecc_sym_sz
in determine_ecc_sym_sz()
[all...]
H
A
D
amd64_edac.h
383
u8
ecc_sym_sz
;
member
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
amd64_edac.c
1682
amd64_info("using x%u syndromes.\n", pvt->
ecc_sym_sz
);
in dct_dump_misc_regs()
2947
if (pvt->
ecc_sym_sz
== 8)
in get_channel_from_ecc_syndrome()
2950
pvt->
ecc_sym_sz
);
in get_channel_from_ecc_syndrome()
2951
else if (pvt->
ecc_sym_sz
== 4)
in get_channel_from_ecc_syndrome()
2954
pvt->
ecc_sym_sz
);
in get_channel_from_ecc_syndrome()
2956
amd64_warn("Illegal syndrome type: %u\n", pvt->
ecc_sym_sz
);
in get_channel_from_ecc_syndrome()
2960
return map_err_sym_to_channel(err_sym, pvt->
ecc_sym_sz
);
in get_channel_from_ecc_syndrome()
3148
pvt->
ecc_sym_sz
= 4;
in determine_ecc_sym_sz()
3160
pvt->
ecc_sym_sz
= 8;
in determine_ecc_sym_sz()
H
A
D
amd64_edac.h
367
u8
ecc_sym_sz
;
member
Completed in 12 milliseconds