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_POWER10
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/
H
A
D
perf_regs.c
17
#define
PVR_POWER10
0x0080
macro
201
else if (version ==
PVR_POWER10
)
in arch__intr_reg_mask()
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/util/
H
A
D
perf_regs.c
18
#define
PVR_POWER10
0x0080
macro
210
else if (version ==
PVR_POWER10
)
in arch__intr_reg_mask()
/kernel/linux/linux-5.10/drivers/cpuidle/
H
A
D
cpuidle-pseries.c
429
if (cpu_has_feature(CPU_FTR_ARCH_31) || pvr_version_is(
PVR_POWER10
))
in pseries_idle_probe()
/kernel/linux/linux-6.6/drivers/cpuidle/
H
A
D
cpuidle-pseries.c
434
if (cpu_has_feature(CPU_FTR_ARCH_31) || pvr_version_is(
PVR_POWER10
))
in pseries_idle_probe()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
idle.c
1209
if (!pvr_version_is(
PVR_POWER10
) && !pvr_version_is(PVR_POWER9))
in pnv_arch300_idle_init()
1227
if (pvr_version_is(
PVR_POWER10
) &&
in pnv_arch300_idle_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
idle.c
1175
if (!pvr_version_is(
PVR_POWER10
) && !pvr_version_is(PVR_POWER9))
in pnv_arch300_idle_init()
1193
if (pvr_version_is(
PVR_POWER10
) &&
in pnv_arch300_idle_init()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
setup_64.c
281
if (pvr_version_is(
PVR_POWER10
) &&
in cpu_ready_for_interrupts()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
power10-pmu.c
612
if (PVR_VER(pvr) !=
PVR_POWER10
)
in init_power10_pmu()
H
A
D
hv-gpci.c
1049
if (PVR_VER(mfspr(SPRN_PVR)) >=
PVR_POWER10
)
in hv_gpci_init()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
setup_64.c
240
if (pvr_version_is(
PVR_POWER10
) &&
in cpu_ready_for_interrupts()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
1360
#define
PVR_POWER10
0x0080
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
1367
#define
PVR_POWER10
0x0080
macro
Completed in 18 milliseconds