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:PVR_MIN
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/event_code_tests/
H
A
D
blacklisted_events_test.c
82
pvr_min =
PVR_MIN
(mfspr(SPRN_PVR));
in check_for_power9_version()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
power9-pmu.c
454
if ((PVR_CFG(pvr) == 2) && (
PVR_MIN
(pvr) == 1)) {
in init_power9_pmu()
457
} else if ((PVR_CFG(pvr) == 2) && (
PVR_MIN
(pvr) == 2)) {
in init_power9_pmu()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
power9-pmu.c
475
if ((PVR_CFG(pvr) == 2) && (
PVR_MIN
(pvr) == 1)) {
in init_power9_pmu()
478
} else if ((PVR_CFG(pvr) == 2) && (
PVR_MIN
(pvr) == 2)) {
in init_power9_pmu()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H
A
D
reg.h
64
#define
PVR_MIN
(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */
macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
setup-common.c
300
min =
PVR_MIN
(pvr);
in show_cpuinfo()
304
min =
PVR_MIN
(pvr);
in show_cpuinfo()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
setup-common.c
305
min =
PVR_MIN
(pvr);
in show_cpuinfo()
309
min =
PVR_MIN
(pvr);
in show_cpuinfo()
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H
A
D
math_efp.c
899
min =
PVR_MIN
(pvr);
in spe_mathemu_init()
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H
A
D
math_efp.c
902
min =
PVR_MIN
(pvr);
in spe_mathemu_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
1284
#define
PVR_MIN
(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
1286
#define
PVR_MIN
(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */
macro
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H
A
D
crypto4xx_core.c
1426
u32 min =
PVR_MIN
(pvr);
in crypto4xx_probe()
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H
A
D
crypto4xx_core.c
1434
u32 min =
PVR_MIN
(pvr);
in crypto4xx_probe()
Completed in 19 milliseconds