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:viiectlr
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x-cfg.c
65
CHECKREG(TRCVIIECTLR,
viiectlr
);
in etm4_cfg_map_reg_offset()
H
A
D
coresight-etm4x-sysfs.c
43
config->
viiectlr
|= BIT(idx / 2 + 16);
in etm4_set_mode_exclude()
44
config->
viiectlr
&= ~BIT(idx / 2);
in etm4_set_mode_exclude()
50
config->
viiectlr
|= BIT(idx / 2);
in etm4_set_mode_exclude()
51
config->
viiectlr
&= ~BIT(idx / 2 + 16);
in etm4_set_mode_exclude()
217
config->
viiectlr
= 0x0;
in reset_store()
1323
exclude = config->
viiectlr
& BIT(idx / 2 + 16);
in addr_cmp_view_show()
H
A
D
coresight-etm4x-core.c
451
etm4x_relaxed_write32(csa, config->
viiectlr
, TRCVIIECTLR);
in etm4_enable_hw()
1407
config->
viiectlr
|= BIT(comparator / 2);
in etm4_set_comparator_filter()
1434
config->
viiectlr
= 0x0;
in etm4_set_default_filter()
1575
config->
viiectlr
= 0x0;
in etm4_set_event_filters()
H
A
D
coresight-etm4x.h
809
* @
viiectlr
: Set or read, the address range comparators.
855
u32
viiectlr
;
member
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H
A
D
coresight-etm4x.h
221
* @
viiectlr
: Set or read, the address range comparators.
267
u32
viiectlr
;
member
H
A
D
coresight-etm4x-sysfs.c
42
config->
viiectlr
|= BIT(idx / 2 + 16);
in etm4_set_mode_exclude()
43
config->
viiectlr
&= ~BIT(idx / 2);
in etm4_set_mode_exclude()
49
config->
viiectlr
|= BIT(idx / 2);
in etm4_set_mode_exclude()
50
config->
viiectlr
&= ~BIT(idx / 2 + 16);
in etm4_set_mode_exclude()
216
config->
viiectlr
= 0x0;
in reset_store()
1314
exclude = config->
viiectlr
& BIT(idx / 2 + 16);
in addr_cmp_view_show()
H
A
D
coresight-etm4x-core.c
142
writel_relaxed(config->
viiectlr
, drvdata->base + TRCVIIECTLR);
in etm4_enable_hw()
909
config->
viiectlr
|= BIT(comparator / 2);
in etm4_set_comparator_filter()
936
config->
viiectlr
= 0x0;
in etm4_set_default_filter()
1077
config->
viiectlr
= 0x0;
in etm4_set_event_filters()
Completed in 16 milliseconds