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:MMCR0_PMC1CE
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H
A
D
op_model_7450.c
60
mmcr0 |= (MMCR0_FCECE |
MMCR0_PMC1CE
| MMCR0_PMCnCE | MMCR0_PMXE);
in pmc_start_ctrs()
71
mmcr0 &= ~(MMCR0_FCECE |
MMCR0_PMC1CE
| MMCR0_PMCnCE | MMCR0_PMXE);
in pmc_stop_ctrs()
H
A
D
op_model_power4.c
181
mmcr0 |=
MMCR0_PMC1CE
|MMCR0_PMCjCE;
in power4_cpu_setup()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
mpc7450-pmu.c
319
mmcr0 |=
MMCR0_PMC1CE
;
in mpc7450_compute_mmcr()
H
A
D
ppc970-pmu.c
392
mmcr0 |=
MMCR0_PMC1CE
;
in p970_compute_mmcr()
H
A
D
power7-pmu.c
306
mmcr->mmcr0 =
MMCR0_PMC1CE
;
in power7_compute_mmcr()
H
A
D
isa207-common.c
556
mmcr->mmcr0 =
MMCR0_PMC1CE
;
in isa207_compute_mmcr()
H
A
D
power5+-pmu.c
594
mmcr->mmcr0 =
MMCR0_PMC1CE
;
in power5p_compute_mmcr()
H
A
D
power5-pmu.c
536
mmcr->mmcr0 =
MMCR0_PMC1CE
;
in power5_compute_mmcr()
H
A
D
power6-pmu.c
250
mmcr->mmcr0 =
MMCR0_PMC1CE
;
in p6_compute_mmcr()
H
A
D
core-book3s.c
1202
: "r" (mmcr0 & ~(
MMCR0_PMC1CE
| MMCR0_PMCjCE)),
in write_mmcr0()
1215
if (mmcr0 & (
MMCR0_PMC1CE
| MMCR0_PMCjCE))
in write_mmcr0()
1428
mtspr(SPRN_MMCR0, (cpuhw->mmcr.mmcr0 & ~(
MMCR0_PMC1CE
| MMCR0_PMCjCE))
in power_pmu_enable()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
mpc7450-pmu.c
320
mmcr0 |=
MMCR0_PMC1CE
;
in mpc7450_compute_mmcr()
H
A
D
ppc970-pmu.c
393
mmcr0 |=
MMCR0_PMC1CE
;
in p970_compute_mmcr()
H
A
D
power7-pmu.c
307
mmcr->mmcr0 =
MMCR0_PMC1CE
;
in power7_compute_mmcr()
H
A
D
power5+-pmu.c
595
mmcr->mmcr0 =
MMCR0_PMC1CE
;
in power5p_compute_mmcr()
H
A
D
power5-pmu.c
537
mmcr->mmcr0 =
MMCR0_PMC1CE
;
in power5_compute_mmcr()
H
A
D
power6-pmu.c
251
mmcr->mmcr0 =
MMCR0_PMC1CE
;
in p6_compute_mmcr()
H
A
D
core-book3s.c
1284
: "r" (mmcr0 & ~(
MMCR0_PMC1CE
| MMCR0_PMCjCE)),
in write_mmcr0()
1297
if (mmcr0 & (
MMCR0_PMC1CE
| MMCR0_PMCjCE))
in write_mmcr0()
1510
mtspr(SPRN_MMCR0, (cpuhw->mmcr.mmcr0 & ~(
MMCR0_PMC1CE
| MMCR0_PMCjCE))
in power_pmu_enable()
H
A
D
isa207-common.c
708
mmcr->mmcr0 =
MMCR0_PMC1CE
;
in isa207_compute_mmcr()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
870
#define
MMCR0_PMC1CE
0x00008000UL /* PMC1 count enable*/
macro
1047
#define
MMCR0_PMC1CE
0x00008000UL /* PMC1 count enable*/
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
877
#define
MMCR0_PMC1CE
0x00008000UL /* PMC1 count enable*/
macro
1054
#define
MMCR0_PMC1CE
0x00008000UL /* PMC1 count enable*/
macro
Completed in 26 milliseconds