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:amd_northbridges
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
amd_nb.c
101
static struct amd_northbridge_info
amd_northbridges
;
variable
105
return
amd_northbridges
.num;
in amd_nb_num()
111
return ((
amd_northbridges
.flags & feature) == feature);
in amd_nb_has_feature()
117
return (node <
amd_northbridges
.num) ? &
amd_northbridges
.nb[node] : NULL;
in node_to_amd_nb()
137
if (node >=
amd_northbridges
.num)
in __amd_smn_rw()
193
if (node >=
amd_northbridges
.num)
in amd_df_indirect_read()
237
if (
amd_northbridges
.num)
in amd_cache_northbridges()
274
amd_northbridges
.nb = nb;
in amd_cache_northbridges()
275
amd_northbridges
in amd_cache_northbridges()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
amd_nb.c
146
static struct amd_northbridge_info
amd_northbridges
;
variable
150
return
amd_northbridges
.num;
in amd_nb_num()
156
return ((
amd_northbridges
.flags & feature) == feature);
in amd_nb_has_feature()
162
return (node <
amd_northbridges
.num) ? &
amd_northbridges
.nb[node] : NULL;
in node_to_amd_nb()
182
if (node >=
amd_northbridges
.num)
in __amd_smn_rw()
235
if (
amd_northbridges
.num)
in amd_cache_northbridges()
272
amd_northbridges
.nb = nb;
in amd_cache_northbridges()
273
amd_northbridges
.num = misc_count;
in amd_cache_northbridges()
276
for (i = 0; i <
amd_northbridges
in amd_cache_northbridges()
[all...]
Completed in 2 milliseconds