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:amd64_umc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
amd64_edac.h
335
struct
amd64_umc
{
struct
391
struct
amd64_umc
*umc; /* UMC registers */
H
A
D
amd64_edac.c
849
struct
amd64_umc
*umc;
in __dump_misc_regs_df()
2796
struct
amd64_umc
*umc;
in __read_mc_regs_df()
3241
struct
amd64_umc
*umc;
in ecc_enabled()
3460
pvt->umc = kcalloc(fam_type->max_mcs, sizeof(struct
amd64_umc
), GFP_KERNEL);
in hw_info_get()
/kernel/linux/linux-6.6/drivers/edac/
H
A
D
amd64_edac.h
307
struct
amd64_umc
{
struct
382
* Use dram_type in struct
amd64_umc
instead.
386
struct
amd64_umc
*umc; /* UMC registers */
H
A
D
amd64_edac.c
1607
struct
amd64_umc
*umc;
in umc_dump_misc_regs()
1811
struct
amd64_umc
*umc;
in umc_determine_memory_type()
3170
struct
amd64_umc
*umc;
in umc_read_mc_regs()
3623
struct
amd64_umc
*umc;
in umc_ecc_enabled()
3745
pvt->umc = kcalloc(pvt->max_mcs, sizeof(struct
amd64_umc
), GFP_KERNEL);
in umc_hw_info_get()
3807
struct
amd64_umc
*umc;
in gpu_dump_misc_regs()
3908
struct
amd64_umc
*umc;
in gpu_read_mc_regs()
3967
pvt->umc = kcalloc(pvt->max_mcs, sizeof(struct
amd64_umc
), GFP_KERNEL);
in gpu_hw_info_get()
Completed in 13 milliseconds