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:NR_PHYS_CTRS
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
pmu.c
65
if (phys_ctr <
NR_PHYS_CTRS
) {
in cbe_read_phys_ctr()
85
if (phys_ctr <
NR_PHYS_CTRS
) {
in cbe_write_phys_ctr()
116
u32 phys_ctr = ctr & (
NR_PHYS_CTRS
- 1);
in cbe_read_ctr()
121
val = (ctr <
NR_PHYS_CTRS
) ? (val >> 16) : (val & 0xffff);
in cbe_read_ctr()
132
phys_ctr = ctr & (
NR_PHYS_CTRS
- 1);
in cbe_write_ctr()
137
if (ctr <
NR_PHYS_CTRS
)
in cbe_write_ctr()
262
if (phys_ctr <
NR_PHYS_CTRS
) {
in cbe_get_ctr_size()
275
if (phys_ctr <
NR_PHYS_CTRS
) {
in cbe_set_ctr_size()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
pmu.c
66
if (phys_ctr <
NR_PHYS_CTRS
) {
in cbe_read_phys_ctr()
86
if (phys_ctr <
NR_PHYS_CTRS
) {
in cbe_write_phys_ctr()
117
u32 phys_ctr = ctr & (
NR_PHYS_CTRS
- 1);
in cbe_read_ctr()
122
val = (ctr <
NR_PHYS_CTRS
) ? (val >> 16) : (val & 0xffff);
in cbe_read_ctr()
133
phys_ctr = ctr & (
NR_PHYS_CTRS
- 1);
in cbe_write_ctr()
138
if (ctr <
NR_PHYS_CTRS
)
in cbe_write_ctr()
263
if (phys_ctr <
NR_PHYS_CTRS
) {
in cbe_get_ctr_size()
276
if (phys_ctr <
NR_PHYS_CTRS
) {
in cbe_set_ctr_size()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
cell-pmu.h
18
#define
NR_PHYS_CTRS
4
macro
19
#define NR_CTRS (
NR_PHYS_CTRS
* 2)
22
#define CBE_PM_16BIT_CTR(ctr) (1 << (24 - ((ctr) & (
NR_PHYS_CTRS
- 1))))
H
A
D
cell-regs.h
155
u32 pm_ctr[
NR_PHYS_CTRS
];
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
cell-pmu.h
18
#define
NR_PHYS_CTRS
4
macro
19
#define NR_CTRS (
NR_PHYS_CTRS
* 2)
22
#define CBE_PM_16BIT_CTR(ctr) (1 << (24 - ((ctr) & (
NR_PHYS_CTRS
- 1))))
H
A
D
cell-regs.h
155
u32 pm_ctr[
NR_PHYS_CTRS
];
/kernel/linux/linux-5.10/drivers/ps3/
H
A
D
ps3-lpm.c
204
if (phys_ctr >=
NR_PHYS_CTRS
) {
in ps3_read_phys_ctr()
250
if (phys_ctr >=
NR_PHYS_CTRS
) {
in ps3_write_phys_ctr()
306
u32 phys_ctr = ctr & (
NR_PHYS_CTRS
- 1);
in ps3_read_ctr()
311
val = (ctr <
NR_PHYS_CTRS
) ? (val >> 16) : (val & 0xffff);
in ps3_read_ctr()
329
phys_ctr = ctr & (
NR_PHYS_CTRS
- 1);
in ps3_write_ctr()
334
if (ctr <
NR_PHYS_CTRS
)
in ps3_write_ctr()
513
if (phys_ctr >=
NR_PHYS_CTRS
) {
in ps3_get_ctr_size()
532
if (phys_ctr >=
NR_PHYS_CTRS
) {
in ps3_set_ctr_size()
/kernel/linux/linux-6.6/drivers/ps3/
H
A
D
ps3-lpm.c
204
if (phys_ctr >=
NR_PHYS_CTRS
) {
in ps3_read_phys_ctr()
250
if (phys_ctr >=
NR_PHYS_CTRS
) {
in ps3_write_phys_ctr()
306
u32 phys_ctr = ctr & (
NR_PHYS_CTRS
- 1);
in ps3_read_ctr()
311
val = (ctr <
NR_PHYS_CTRS
) ? (val >> 16) : (val & 0xffff);
in ps3_read_ctr()
329
phys_ctr = ctr & (
NR_PHYS_CTRS
- 1);
in ps3_write_ctr()
334
if (ctr <
NR_PHYS_CTRS
)
in ps3_write_ctr()
513
if (phys_ctr >=
NR_PHYS_CTRS
) {
in ps3_get_ctr_size()
532
if (phys_ctr >=
NR_PHYS_CTRS
) {
in ps3_set_ctr_size()
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H
A
D
op_model_cell.c
126
u32 pm07_cntrl[
NR_PHYS_CTRS
];
136
static DEFINE_PER_CPU(unsigned long[
NR_PHYS_CTRS
], pmc_values);
138
static struct pmc_cntrl_data pmc_cntrl[NUM_THREADS][
NR_PHYS_CTRS
];
174
static struct pm_signal pm_signal[
NR_PHYS_CTRS
];
178
static u32 reset_value[
NR_PHYS_CTRS
];
239
struct pm_signal pm_signal_local[
NR_PHYS_CTRS
];
in pm_rtas_activate_signals()
442
* The per-cpu[
NR_PHYS_CTRS
] gives us the storage we need. Each odd/even
758
if (unlikely(num_ctrs >
NR_PHYS_CTRS
)) {
in cell_reg_setup_ppu()
Completed in 10 milliseconds