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_val
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H
A
D
op_model_power4.c
33
static u32
mmcr0_val
;
variable
103
mmcr0_val
= sys->mmcr0;
in power4_reg_setup()
129
mmcr0_val
&= ~MMCR0_KERNEL_DISABLE;
in power4_reg_setup()
131
mmcr0_val
|= MMCR0_KERNEL_DISABLE;
in power4_reg_setup()
134
mmcr0_val
&= ~MMCR0_PROBLEM_DISABLE;
in power4_reg_setup()
136
mmcr0_val
|= MMCR0_PROBLEM_DISABLE;
in power4_reg_setup()
171
unsigned int mmcr0 =
mmcr0_val
;
in power4_cpu_setup()
H
A
D
op_model_7450.c
26
static u32
mmcr0_val
, mmcr1_val, mmcr2_val, num_pmcs;
variable
83
mtspr(SPRN_MMCR0,
mmcr0_val
);
in fsl7450_cpu_setup()
108
mmcr0_val
= MMCR0_INIT | mmcr0_event1(ctr[0].event)
in fsl7450_reg_setup()
113
mmcr0_val
&= ~(MMCR0_FCS);
in fsl7450_reg_setup()
116
mmcr0_val
&= ~(MMCR0_FCP);
in fsl7450_reg_setup()
H
A
D
op_model_pa6t.c
23
static u64
mmcr0_val
;
variable
114
mmcr0_val
= sys->mmcr0;
in pa6t_reg_setup()
116
pr_debug("
mmcr0_val
inited to %016lx\n", sys->mmcr0);
in pa6t_reg_setup()
132
u64 mmcr0 =
mmcr0_val
;
in pa6t_cpu_setup()
155
u64 mmcr0 =
mmcr0_val
| PA6T_MMCR0_HANDDIS;
in pa6t_start()
217
mmcr0 =
mmcr0_val
| PA6T_MMCR0_HANDDIS;
in pa6t_handle_interrupt()
Completed in 2 milliseconds