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_get_nb_id
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
amd_nb.c
387
struct pci_dev *link = node_to_amd_nb(
amd_get_nb_id
(cpu))->link;
in amd_get_subcaches()
401
struct amd_northbridge *nb = node_to_amd_nb(
amd_get_nb_id
(cpu));
in amd_set_subcaches()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H
A
D
inject.c
525
toggle_nb_mca_mst_cpu(
amd_get_nb_id
(cpu));
in do_inject()
526
cpu = get_nbc_for_node(
amd_get_nb_id
(cpu));
in do_inject()
H
A
D
amd.c
1351
nb = node_to_amd_nb(
amd_get_nb_id
(cpu));
in threshold_create_bank()
1455
nb = node_to_amd_nb(
amd_get_nb_id
(smp_processor_id()));
in threshold_remove_bank()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
processor.h
809
extern u16
amd_get_nb_id
(int cpu);
814
static inline u16
amd_get_nb_id
(int cpu) { return 0; }
in amd_get_nb_id()
function
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
amd.c
503
u16
amd_get_nb_id
(int cpu)
in amd_get_nb_id()
function
507
EXPORT_SYMBOL_GPL(
amd_get_nb_id
);
variable
H
A
D
cacheinfo.c
583
node =
amd_get_nb_id
(smp_processor_id());
in amd_init_l3_cache()
/kernel/linux/linux-5.10/arch/x86/events/amd/
H
A
D
core.c
541
nb_id =
amd_get_nb_id
(cpu);
in amd_pmu_cpu_starting()
/kernel/linux/linux-5.10/drivers/edac/
H
A
D
mce_amd.c
872
int node_id =
amd_get_nb_id
(m->extcpu);
in decode_mc4_mce()
H
A
D
amd64_edac.c
1155
u16 mce_nid =
amd_get_nb_id
(m->extcpu);
in get_error_address()
3078
if (
amd_get_nb_id
(cpu) == nid)
in get_cpus_on_this_dct_cpumask()
Completed in 15 milliseconds