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:POWER10
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/
H
A
D
misc.h
11
#define
POWER10
0x80
macro
168
if (pvr ==
POWER10
)
in get_mmcr2_l2l3()
175
if (pvr !=
POWER10
)
in get_mmcr3_src()
182
if (pvr ==
POWER10
)
in get_mmcra_thd_cmp()
194
if (pvr ==
POWER10
)
in get_mmcra_bhrb_disable()
H
A
D
misc.c
62
case
POWER10
:
in init_ev_encodes()
132
if ((pvr !=
POWER10
) && (pvr != POWER9))
in platform_check_for_tests()
501
base_pvr =
POWER10
;
in auxv_generic_compat_pmu()
H
A
D
bhrb_filter_map_test.c
86
if (PVR_VER(mfspr(SPRN_PVR)) ==
POWER10
) {
in bhrb_filter_map_test()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/event_code_tests/
H
A
D
reserved_bits_mmcra_sample_elig_mode_test.c
62
if (PVR_VER(mfspr(SPRN_PVR)) ==
POWER10
) {
in reserved_bits_mmcra_sample_elig_mode()
H
A
D
event_alternatives_tests_p10.c
39
SKIP_IF(PVR_VER(mfspr(SPRN_PVR)) !=
POWER10
);
in event_alternatives_tests_p10()
H
A
D
generic_events_valid_test.c
34
if (PVR_VER(mfspr(SPRN_PVR)) ==
POWER10
) {
in generic_events_valid_test()
Completed in 3 milliseconds