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_POWER7
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H
A
D
op_model_power4.c
353
if (pvr_version_is(
PVR_POWER7
) && ((0x80000000 - val) <= 256))
in pmc_overflow()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
pkeys.c
141
if (pvr_version_is(
PVR_POWER7
) || pvr_version_is(PVR_POWER7p))
in pkey_early_init_devtree()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
pkeys.c
149
if (pvr_version_is(
PVR_POWER7
) || pvr_version_is(PVR_POWER7p))
in pkey_early_init_devtree()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H
A
D
power7-pmu.c
452
if (PVR_VER(pvr) !=
PVR_POWER7
&& PVR_VER(pvr) != PVR_POWER7p)
in init_power7_pmu()
H
A
D
core-book3s.c
2447
if (!found && pvr_version_is(
PVR_POWER7
)) {
in __perf_event_interrupt()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
setup.c
141
if (pvr_version_is(
PVR_POWER7
) || pvr_version_is(PVR_POWER7p) ||
in pnv_setup_security_mitigations()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg.h
1350
#define
PVR_POWER7
0x003F
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg.h
1357
#define
PVR_POWER7
0x003F
macro
/kernel/linux/linux-5.10/arch/powerpc/perf/
H
A
D
core-book3s.c
2335
if (!found && pvr_version_is(
PVR_POWER7
)) {
in __perf_event_interrupt()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_pr.c
618
case
PVR_POWER7
:
in kvmppc_set_pvr_pr()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_pr.c
602
case
PVR_POWER7
:
in kvmppc_set_pvr_pr()
Completed in 21 milliseconds