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:edac_cap
(Results
1 - 25
of
79
) sorted by relevance
1
2
3
4
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
pasemi_edac.c
219
mci->
edac_cap
= (errcor & MCCFG_ERRCOR_ECC_GEN_EN) ?
in pasemi_edac_probe()
235
(mci->
edac_cap
& EDAC_FLAG_SECDED) ?
in pasemi_edac_probe()
237
((mci->
edac_cap
& EDAC_FLAG_EC) ?
in pasemi_edac_probe()
H
A
D
bluefield_edac.c
155
if (mci->
edac_cap
== EDAC_FLAG_NONE)
in bluefield_edac_check()
237
mci->
edac_cap
= EDAC_FLAG_NONE;
in bluefield_edac_init_dimms()
239
mci->
edac_cap
= EDAC_FLAG_SECDED;
in bluefield_edac_init_dimms()
H
A
D
ppc4xx_edac.c
906
if (mci->
edac_cap
& EDAC_FLAG_SECDED)
in ppc4xx_edac_init_csrows()
908
else if (mci->
edac_cap
& EDAC_FLAG_EC)
in ppc4xx_edac_init_csrows()
1047
mci->
edac_cap
= EDAC_FLAG_EC;
in ppc4xx_edac_mc_init()
1050
mci->
edac_cap
= (EDAC_FLAG_EC | EDAC_FLAG_SECDED);
in ppc4xx_edac_mc_init()
1054
mci->
edac_cap
= EDAC_FLAG_NONE;
in ppc4xx_edac_mc_init()
H
A
D
e7xxx_edac.c
401
mci->
edac_cap
|= EDAC_FLAG_S4ECD4ED;
in e7xxx_init_csrows()
404
mci->
edac_cap
|= EDAC_FLAG_SECDED;
in e7xxx_init_csrows()
480
mci->
edac_cap
|= EDAC_FLAG_NONE;
in e7xxx_probe1()
H
A
D
r82600_edac.c
308
mci->
edac_cap
= EDAC_FLAG_NONE | EDAC_FLAG_EC | EDAC_FLAG_SECDED;
in r82600_probe1()
315
mci->
edac_cap
= EDAC_FLAG_NONE;
in r82600_probe1()
H
A
D
i82443bxgx_edac.c
280
mci->
edac_cap
= mci->edac_ctl_cap;
in i82443bxgx_edacmc_probe1()
282
mci->
edac_cap
= EDAC_FLAG_NONE;
in i82443bxgx_edacmc_probe1()
H
A
D
amd76x_edac.c
262
mci->
edac_cap
= ems_mode ?
in amd76x_probe1()
H
A
D
e752x_edac.c
1119
mci->
edac_cap
|= EDAC_FLAG_S4ECD4ED;
in e752x_init_csrows()
1122
mci->
edac_cap
|= EDAC_FLAG_SECDED;
in e752x_init_csrows()
1336
mci->
edac_cap
= EDAC_FLAG_SECDED; /* the only mode supported */
in e752x_probe1()
1338
mci->
edac_cap
|= EDAC_FLAG_NONE;
in e752x_probe1()
H
A
D
aspeed_edac.c
321
mci->
edac_cap
= EDAC_FLAG_SECDED;
in aspeed_probe()
H
A
D
cell_edac.c
219
mci->
edac_cap
= EDAC_FLAG_EC | EDAC_FLAG_SECDED;
in cell_edac_probe()
H
A
D
i82860_edac.c
216
mci->
edac_cap
= EDAC_FLAG_SECDED;
in i82860_probe1()
H
A
D
highbank_mc_edac.c
216
mci->
edac_cap
= EDAC_FLAG_SECDED;
in highbank_mc_probe()
H
A
D
x38_edac.c
355
mci->
edac_cap
= EDAC_FLAG_SECDED;
in x38_probe1()
H
A
D
al_mc_edac.c
279
mci->
edac_cap
= EDAC_FLAG_SECDED;
in al_mc_edac_probe()
H
A
D
i3000_edac.c
373
mci->
edac_cap
= EDAC_FLAG_SECDED;
in i3000_probe1()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
pasemi_edac.c
219
mci->
edac_cap
= (errcor & MCCFG_ERRCOR_ECC_GEN_EN) ?
in pasemi_edac_probe()
235
(mci->
edac_cap
& EDAC_FLAG_SECDED) ?
in pasemi_edac_probe()
237
((mci->
edac_cap
& EDAC_FLAG_EC) ?
in pasemi_edac_probe()
H
A
D
bluefield_edac.c
155
if (mci->
edac_cap
== EDAC_FLAG_NONE)
in bluefield_edac_check()
237
mci->
edac_cap
= EDAC_FLAG_NONE;
in bluefield_edac_init_dimms()
239
mci->
edac_cap
= EDAC_FLAG_SECDED;
in bluefield_edac_init_dimms()
H
A
D
ppc4xx_edac.c
893
if (mci->
edac_cap
& EDAC_FLAG_SECDED)
in ppc4xx_edac_init_csrows()
895
else if (mci->
edac_cap
& EDAC_FLAG_EC)
in ppc4xx_edac_init_csrows()
1034
mci->
edac_cap
= EDAC_FLAG_EC;
in ppc4xx_edac_mc_init()
1037
mci->
edac_cap
= (EDAC_FLAG_EC | EDAC_FLAG_SECDED);
in ppc4xx_edac_mc_init()
1041
mci->
edac_cap
= EDAC_FLAG_NONE;
in ppc4xx_edac_mc_init()
H
A
D
e7xxx_edac.c
400
mci->
edac_cap
|= EDAC_FLAG_S4ECD4ED;
in e7xxx_init_csrows()
403
mci->
edac_cap
|= EDAC_FLAG_SECDED;
in e7xxx_init_csrows()
479
mci->
edac_cap
|= EDAC_FLAG_NONE;
in e7xxx_probe1()
H
A
D
i82443bxgx_edac.c
279
mci->
edac_cap
= mci->edac_ctl_cap;
in i82443bxgx_edacmc_probe1()
281
mci->
edac_cap
= EDAC_FLAG_NONE;
in i82443bxgx_edacmc_probe1()
H
A
D
r82600_edac.c
307
mci->
edac_cap
= EDAC_FLAG_NONE | EDAC_FLAG_EC | EDAC_FLAG_SECDED;
in r82600_probe1()
314
mci->
edac_cap
= EDAC_FLAG_NONE;
in r82600_probe1()
H
A
D
amd76x_edac.c
261
mci->
edac_cap
= ems_mode ?
in amd76x_probe1()
H
A
D
e752x_edac.c
1118
mci->
edac_cap
|= EDAC_FLAG_S4ECD4ED;
in e752x_init_csrows()
1121
mci->
edac_cap
|= EDAC_FLAG_SECDED;
in e752x_init_csrows()
1335
mci->
edac_cap
= EDAC_FLAG_SECDED; /* the only mode supported */
in e752x_probe1()
1337
mci->
edac_cap
|= EDAC_FLAG_NONE;
in e752x_probe1()
H
A
D
amd64_edac.c
1329
unsigned long
edac_cap
= EDAC_FLAG_NONE;
in dct_determine_edac_cap()
local
1337
edac_cap
= EDAC_FLAG_SECDED;
in dct_determine_edac_cap()
1339
return
edac_cap
;
in dct_determine_edac_cap()
1345
unsigned long
edac_cap
= EDAC_FLAG_NONE;
in umc_determine_edac_cap()
local
1359
edac_cap
= EDAC_FLAG_SECDED;
in umc_determine_edac_cap()
1361
return
edac_cap
;
in umc_determine_edac_cap()
3697
mci->
edac_cap
= dct_determine_edac_cap(pvt);
in dct_setup_mci_misc_attrs()
3719
mci->
edac_cap
= umc_determine_edac_cap(pvt);
in umc_setup_mci_misc_attrs()
3868
mci->
edac_cap
= EDAC_FLAG_EC;
in gpu_setup_mci_misc_attrs()
/kernel/linux/linux-5.10/include/linux/
H
A
D
edac.h
482
unsigned long
edac_cap
; /* configuration capabilities - this is
member
487
* capable of s4ecd4ed then the
edac_cap
would
Completed in 27 milliseconds
1
2
3
4