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:PMGC0_PMIE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H
A
D
op_model_fsl_emb.c
237
pmgc0 |=
PMGC0_PMIE
;
in pmc_start_ctrs()
239
pmgc0 &= ~
PMGC0_PMIE
;
in pmc_start_ctrs()
250
pmgc0 &= ~(
PMGC0_PMIE
| PMGC0_FCECE);
in pmc_stop_ctrs()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
pmc.c
27
mtpmr(PMRN_PMGC0, mfpmr(PMRN_PMGC0) & ~
PMGC0_PMIE
);
in dummy_perf()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
pmc.c
27
mtpmr(PMRN_PMGC0, mfpmr(PMRN_PMGC0) & ~
PMGC0_PMIE
);
in dummy_perf()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg_fsl_emb.h
62
#define
PMGC0_PMIE
0x40000000 /* Interrupt Enable */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg_fsl_emb.h
69
#define
PMGC0_PMIE
0x40000000 /* Interrupt Enable */
macro
/kernel/linux/linux-6.6/drivers/perf/
H
A
D
fsl_imx9_ddr_perf.c
27
#define
PMGC0_PMIE
BIT(30)
macro
329
ctrl |=
PMGC0_PMIE
| PMGC0_FCECE;
in ddr_perf_counter_global_config()
333
ctrl &= ~(
PMGC0_PMIE
| PMGC0_FCECE);
in ddr_perf_counter_global_config()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
core-fsl-emb.c
243
mtpmr(PMRN_PMGC0,
PMGC0_PMIE
| PMGC0_FCECE);
in fsl_emb_pmu_enable()
669
mtpmr(PMRN_PMGC0,
PMGC0_PMIE
| PMGC0_FCECE);
in perf_event_interrupt()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
core-fsl-emb.c
243
mtpmr(PMRN_PMGC0,
PMGC0_PMIE
| PMGC0_FCECE);
in fsl_emb_pmu_enable()
669
mtpmr(PMRN_PMGC0,
PMGC0_PMIE
| PMGC0_FCECE);
in perf_event_interrupt()
Completed in 4 milliseconds