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:shared_regs
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
uncore_nhmex.c
561
er = &box->
shared_regs
[idx];
in nhmex_mbox_get_shared_reg()
586
er = &box->
shared_regs
[EXTRA_REG_NHMEX_M_ZDP_CTL_FVC];
in nhmex_mbox_get_shared_reg()
619
er = &box->
shared_regs
[idx];
in nhmex_mbox_put_shared_reg()
625
er = &box->
shared_regs
[EXTRA_REG_NHMEX_M_ZDP_CTL_FVC];
in nhmex_mbox_put_shared_reg()
826
return box->
shared_regs
[idx].config;
in nhmex_mbox_shared_reg_config()
828
er = &box->
shared_regs
[EXTRA_REG_NHMEX_M_ZDP_CTL_FVC];
in nhmex_mbox_shared_reg_config()
1001
er = &box->
shared_regs
[er_idx];
in nhmex_rbox_get_constraint()
1077
er = &box->
shared_regs
[er_idx];
in nhmex_rbox_put_constraint()
H
A
D
core.c
2953
era = &cpuc->
shared_regs
->regs[idx];
in __intel_shared_reg_get_constraints()
3026
era = &cpuc->
shared_regs
->regs[reg->idx];
in __intel_shared_reg_put_constraints()
4020
cpuc->
shared_regs
= allocate_shared_regs(cpu);
in intel_cpuc_prepare()
4021
if (!cpuc->
shared_regs
)
in intel_cpuc_prepare()
4048
kfree(cpuc->
shared_regs
);
in intel_cpuc_prepare()
4049
cpuc->
shared_regs
= NULL;
in intel_cpuc_prepare()
4110
if (!cpuc->
shared_regs
)
in intel_pmu_cpu_starting()
4117
pc = per_cpu(cpu_hw_events, i).
shared_regs
;
in intel_pmu_cpu_starting()
4119
cpuc->kfree_on_online[0] = cpuc->
shared_regs
;
in intel_pmu_cpu_starting()
4120
cpuc->
shared_regs
in intel_pmu_cpu_starting()
[all...]
H
A
D
uncore.c
164
er = &box->
shared_regs
[reg1->idx];
in uncore_get_constraint()
200
er = &box->
shared_regs
[reg1->idx];
in uncore_put_constraint()
211
er = &box->
shared_regs
[idx];
in uncore_shared_reg_config()
331
raw_spin_lock_init(&box->
shared_regs
[i].lock);
in uncore_alloc_box()
H
A
D
uncore.h
147
struct intel_uncore_extra_reg
shared_regs
[];
member
H
A
D
uncore_snbep.c
910
struct intel_uncore_extra_reg *er = &box->
shared_regs
[0];
in snbep_cbox_put_constraint()
928
struct intel_uncore_extra_reg *er = &box->
shared_regs
[0];
in __snbep_cbox_get_constraint()
1059
struct intel_uncore_extra_reg *er = &box->
shared_regs
[0];
in snbep_pcu_get_constraint()
1100
struct intel_uncore_extra_reg *er = &box->
shared_regs
[0];
in snbep_pcu_put_constraint()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
uncore_nhmex.c
561
er = &box->
shared_regs
[idx];
in nhmex_mbox_get_shared_reg()
586
er = &box->
shared_regs
[EXTRA_REG_NHMEX_M_ZDP_CTL_FVC];
in nhmex_mbox_get_shared_reg()
619
er = &box->
shared_regs
[idx];
in nhmex_mbox_put_shared_reg()
625
er = &box->
shared_regs
[EXTRA_REG_NHMEX_M_ZDP_CTL_FVC];
in nhmex_mbox_put_shared_reg()
826
return box->
shared_regs
[idx].config;
in nhmex_mbox_shared_reg_config()
828
er = &box->
shared_regs
[EXTRA_REG_NHMEX_M_ZDP_CTL_FVC];
in nhmex_mbox_shared_reg_config()
1001
er = &box->
shared_regs
[er_idx];
in nhmex_rbox_get_constraint()
1077
er = &box->
shared_regs
[er_idx];
in nhmex_rbox_put_constraint()
H
A
D
core.c
3240
era = &cpuc->
shared_regs
->regs[idx];
in __intel_shared_reg_get_constraints()
3313
era = &cpuc->
shared_regs
->regs[reg->idx];
in __intel_shared_reg_put_constraints()
4569
cpuc->
shared_regs
= allocate_shared_regs(cpu);
in intel_cpuc_prepare()
4570
if (!cpuc->
shared_regs
)
in intel_cpuc_prepare()
4597
kfree(cpuc->
shared_regs
);
in intel_cpuc_prepare()
4598
cpuc->
shared_regs
= NULL;
in intel_cpuc_prepare()
4734
if (!cpuc->
shared_regs
)
in intel_pmu_cpu_starting()
4741
pc = per_cpu(cpu_hw_events, i).
shared_regs
;
in intel_pmu_cpu_starting()
4743
cpuc->kfree_on_online[0] = cpuc->
shared_regs
;
in intel_pmu_cpu_starting()
4744
cpuc->
shared_regs
in intel_pmu_cpu_starting()
[all...]
H
A
D
uncore.c
196
er = &box->
shared_regs
[reg1->idx];
in uncore_get_constraint()
232
er = &box->
shared_regs
[reg1->idx];
in uncore_put_constraint()
243
er = &box->
shared_regs
[idx];
in uncore_shared_reg_config()
363
raw_spin_lock_init(&box->
shared_regs
[i].lock);
in uncore_alloc_box()
H
A
D
uncore.h
157
struct intel_uncore_extra_reg
shared_regs
[];
member
H
A
D
uncore_snbep.c
932
struct intel_uncore_extra_reg *er = &box->
shared_regs
[0];
in snbep_cbox_put_constraint()
950
struct intel_uncore_extra_reg *er = &box->
shared_regs
[0];
in __snbep_cbox_get_constraint()
1081
struct intel_uncore_extra_reg *er = &box->
shared_regs
[0];
in snbep_pcu_get_constraint()
1122
struct intel_uncore_extra_reg *er = &box->
shared_regs
[0];
in snbep_pcu_put_constraint()
/kernel/linux/linux-5.10/arch/x86/events/
H
A
D
perf_event.h
301
struct intel_shared_regs *
shared_regs
;
member
/kernel/linux/linux-6.6/arch/x86/events/
H
A
D
perf_event.h
312
struct intel_shared_regs *
shared_regs
;
member
Completed in 39 milliseconds