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:dieid
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
topology.h
136
int topology_update_die_map(unsigned int
dieid
, unsigned int cpu);
146
topology_update_die_map(unsigned int
dieid
, unsigned int cpu) { return 0; }
in topology_update_die_map()
argument
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
topology.h
142
int topology_update_die_map(unsigned int
dieid
, unsigned int cpu);
161
topology_update_die_map(unsigned int
dieid
, unsigned int cpu) { return 0; }
in topology_update_die_map()
argument
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
rapl.c
144
unsigned int
dieid
= topology_logical_die_id(cpu);
in cpu_to_rapl_pmu()
local
150
return
dieid
< rapl_pmus->maxdie ? rapl_pmus->pmus[
dieid
] : NULL;
in cpu_to_rapl_pmu()
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
rapl.c
144
unsigned int
dieid
= topology_logical_die_id(cpu);
in cpu_to_rapl_pmu()
local
150
return
dieid
< rapl_pmus->maxdie ? rapl_pmus->pmus[
dieid
] : NULL;
in cpu_to_rapl_pmu()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
uncore.h
129
int
dieid
; /* Logical die ID */
member
521
return (box->
dieid
< 0);
in uncore_box_is_fake()
H
A
D
uncore.c
107
unsigned int
dieid
= topology_logical_die_id(cpu);
in uncore_pmu_to_box()
local
113
return
dieid
< uncore_max_dies() ? pmu->boxes[
dieid
] : NULL;
in uncore_pmu_to_box()
336
box->
dieid
= -1;
in uncore_alloc_box()
1074
box->
dieid
= die;
in uncore_pci_pmu_register()
1420
box->
dieid
= die;
in allocate_boxes()
H
A
D
uncore_snbep.c
1189
int die = box->
dieid
;
in snbep_qpi_enable_event()
4697
struct pci_dev *pdev = snr_uncore_get_mc_dev(box->
dieid
);
in __snr_uncore_mmio_init_box()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
uncore.h
139
int
dieid
; /* Logical die ID */
member
553
return (box->
dieid
< 0);
in uncore_box_is_fake()
H
A
D
uncore.c
139
unsigned int
dieid
= topology_logical_die_id(cpu);
in uncore_pmu_to_box()
local
145
return
dieid
< uncore_max_dies() ? pmu->boxes[
dieid
] : NULL;
in uncore_pmu_to_box()
367
box->
dieid
= -1;
in uncore_alloc_box()
1163
box->
dieid
= die;
in uncore_pci_pmu_register()
1559
box->
dieid
= die;
in allocate_boxes()
H
A
D
uncore_discovery.c
479
if (!type->box_ctls || !type->box_ctls[box->
dieid
] || !type->mmio_offsets)
in generic_uncore_mmio_box_ctl()
482
return type->box_ctls[box->
dieid
] + type->mmio_offsets[box->pmu->pmu_idx];
in generic_uncore_mmio_box_ctl()
H
A
D
uncore_snbep.c
1211
int die = box->
dieid
;
in snbep_qpi_enable_event()
5088
struct pci_dev *pdev = snr_uncore_get_mc_dev(device, box->
dieid
);
in snr_uncore_mmio_map()
Completed in 28 milliseconds