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_PMCCEXT
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/
H
A
D
misc.h
17
#define
MMCR0_PMCCEXT
0x00000200UL /* PMCCEXT control */
macro
68
return (mmcr0 &
MMCR0_PMCCEXT
);
in get_mmcr0_pmccext()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_hv_p9_perf.c
15
if (!(mmcr0 &
MMCR0_PMCCEXT
))
in freeze_pmu()
26
mmcr0 |=
MMCR0_PMCCEXT
;
in freeze_pmu()
H
A
D
book3s_hv.c
2928
kvmppc_set_mmcr_hv(vcpu, 0, kvmppc_get_mmcr_hv(vcpu, 0) |
MMCR0_PMCCEXT
);
in kvmppc_core_vcpu_create_hv()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
cpu_setup_power.c
126
mtspr(SPRN_MMCR0,
MMCR0_PMCCEXT
);
in init_PMU_ISA31()
H
A
D
dt_cpu_ftrs.c
457
mtspr(SPRN_MMCR0,
MMCR0_PMCCEXT
);
in init_pmu_power10()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
cpu_setup_power.c
126
mtspr(SPRN_MMCR0, MMCR0_FC |
MMCR0_PMCCEXT
);
in init_PMU_ISA31()
H
A
D
dt_cpu_ftrs.c
434
mtspr(SPRN_MMCR0, MMCR0_FC |
MMCR0_PMCCEXT
);
in init_pmu_power10()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
isa207-common.c
571
mmcr->mmcr0 |=
MMCR0_PMCCEXT
;
in isa207_compute_mmcr()
H
A
D
core-book3s.c
98
#define
MMCR0_PMCCEXT
0
macro
1253
val |=
MMCR0_PMCCEXT
;
in power_pmu_disable()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
isa207-common.c
723
mmcr->mmcr0 |=
MMCR0_PMCCEXT
;
in isa207_compute_mmcr()
H
A
D
core-book3s.c
103
#define
MMCR0_PMCCEXT
0
macro
1335
val |=
MMCR0_PMCCEXT
;
in power_pmu_disable()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
868
#define
MMCR0_PMCCEXT
ASM_CONST(0x00000200) /* PMCCEXT control */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
875
#define
MMCR0_PMCCEXT
ASM_CONST(0x00000200) /* PMCCEXT control */
macro
Completed in 27 milliseconds