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_POWER9
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/
H
A
D
perf_regs.c
16
#define
PVR_POWER9
0x004E
macro
199
if (version ==
PVR_POWER9
)
in arch__intr_reg_mask()
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/util/
H
A
D
perf_regs.c
17
#define
PVR_POWER9
0x004E
macro
208
if (version ==
PVR_POWER9
)
in arch__intr_reg_mask()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
dawr.c
101
if (PVR_VER(mfspr(SPRN_PVR)) ==
PVR_POWER9
) {
in dawr_force_setup()
H
A
D
mce.c
652
if ((PVR_VER(pvr) ==
PVR_POWER9
) && (pvr & 0xe000) == 0) {
in init_debug_trig_function()
H
A
D
dt_cpu_ftrs.c
765
if (PVR_VER(pvr) ==
PVR_POWER9
) {
in update_tlbie_feature_flag()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
dawr.c
101
if (PVR_VER(mfspr(SPRN_PVR)) ==
PVR_POWER9
) {
in dawr_force_setup()
H
A
D
mce.c
659
if ((PVR_VER(pvr) ==
PVR_POWER9
) && (pvr & 0xe000) == 0) {
in init_debug_trig_function()
H
A
D
dt_cpu_ftrs.c
741
if (PVR_VER(pvr) ==
PVR_POWER9
) {
in update_tlbie_feature_flag()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
setup.c
129
if (!pvr_version_is(
PVR_POWER9
)) {
in pnv_setup_security_mitigations()
498
!pvr_version_is(
PVR_POWER9
) ||
in pnv_tm_init()
H
A
D
smp.c
55
if (pvr_version_is(
PVR_POWER9
))
in pnv_smp_setup_cpu()
H
A
D
idle.c
1209
if (!pvr_version_is(PVR_POWER10) && !pvr_version_is(
PVR_POWER9
))
in pnv_arch300_idle_init()
1477
} else if (pvr_version_is(
PVR_POWER9
)) {
in pnv_init_idle_states()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
smp.c
55
if (pvr_version_is(
PVR_POWER9
))
in pnv_smp_setup_cpu()
H
A
D
setup.c
521
!pvr_version_is(
PVR_POWER9
) ||
in pnv_tm_init()
H
A
D
idle.c
1175
if (!pvr_version_is(PVR_POWER10) && !pvr_version_is(
PVR_POWER9
))
in pnv_arch300_idle_init()
1444
} else if (pvr_version_is(
PVR_POWER9
)) {
in pnv_init_idle_states()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
pkeys.c
87
PVR_VER(pvr) == PVR_POWER8NVL || PVR_VER(pvr) ==
PVR_POWER9
)
in scan_pkey_feature()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
pkeys.c
92
PVR_VER(pvr) == PVR_POWER8NVL || PVR_VER(pvr) ==
PVR_POWER9
)
in scan_pkey_feature()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
power9-pmu.c
470
if (PVR_VER(pvr) !=
PVR_POWER9
)
in init_power9_pmu()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
powernv-cpufreq.c
856
if (pvr_version_is(
PVR_POWER9
))
in powernv_cpufreq_cpu_init()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
powernv-cpufreq.c
856
if (pvr_version_is(
PVR_POWER9
))
in powernv_cpufreq_cpu_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
1359
#define
PVR_POWER9
0x004E
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
1366
#define
PVR_POWER9
0x004E
macro
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
cxl.h
844
if (pvr_version_is(
PVR_POWER9
))
in cxl_is_power9()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
cxl.h
846
if (pvr_version_is(
PVR_POWER9
))
in cxl_is_power9()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_pr.c
623
case
PVR_POWER9
:
in kvmppc_set_pvr_pr()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_pr.c
607
case
PVR_POWER9
:
in kvmppc_set_pvr_pr()
Completed in 35 milliseconds
1
2