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:SPRN_SVR
(Results
1 - 25
of
52
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/powerpc/platforms/86xx/
H
A
D
sbc8641d.c
53
uint svid = mfspr(
SPRN_SVR
);
in sbc8641_show_cpuinfo()
H
A
D
mpc86xx_hpcn.c
82
uint svid = mfspr(
SPRN_SVR
);
in mpc86xx_hpcn_show_cpuinfo()
H
A
D
gef_sbc610.c
124
uint svid = mfspr(
SPRN_SVR
);
in gef_sbc610_show_cpuinfo()
H
A
D
gef_ppc9a.c
142
uint svid = mfspr(
SPRN_SVR
);
in gef_ppc9a_show_cpuinfo()
H
A
D
gef_sbc310.c
132
uint svid = mfspr(
SPRN_SVR
);
in gef_sbc310_show_cpuinfo()
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H
A
D
ppa8548.c
48
svid = mfspr(
SPRN_SVR
);
in ppa8548_show_cpuinfo()
H
A
D
stx_gp3.c
74
svid = mfspr(
SPRN_SVR
);
in stx_gp3_show_cpuinfo()
H
A
D
tqm85xx.c
73
svid = mfspr(
SPRN_SVR
);
in tqm85xx_show_cpuinfo()
H
A
D
sbc8548.c
99
svid = mfspr(
SPRN_SVR
);
in sbc8548_show_cpuinfo()
H
A
D
ksi8560.c
151
svid = mfspr(
SPRN_SVR
);
in ksi8560_show_cpuinfo()
H
A
D
mpc85xx_ads.c
141
svid = mfspr(
SPRN_SVR
);
in mpc85xx_ads_show_cpuinfo()
H
A
D
mpc85xx_cds.c
358
svid = mfspr(
SPRN_SVR
);
in mpc85xx_cds_show_cpuinfo()
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H
A
D
ppa8548.c
48
svid = mfspr(
SPRN_SVR
);
in ppa8548_show_cpuinfo()
H
A
D
stx_gp3.c
73
svid = mfspr(
SPRN_SVR
);
in stx_gp3_show_cpuinfo()
H
A
D
tqm85xx.c
72
svid = mfspr(
SPRN_SVR
);
in tqm85xx_show_cpuinfo()
H
A
D
ksi8560.c
153
svid = mfspr(
SPRN_SVR
);
in ksi8560_show_cpuinfo()
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/
H
A
D
km83xx.c
48
uint svid = mfspr(
SPRN_SVR
);
in quirk_mpc8360e_qe_enet10()
H
A
D
mpc836x_mds.c
105
svid = mfspr(
SPRN_SVR
);
in mpc836x_mds_setup_arch()
/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/
H
A
D
km83xx.c
47
uint svid = mfspr(
SPRN_SVR
);
in quirk_mpc8360e_qe_enet10()
/kernel/linux/linux-6.6/arch/powerpc/platforms/86xx/
H
A
D
gef_ppc9a.c
142
uint svid = mfspr(
SPRN_SVR
);
in gef_ppc9a_show_cpuinfo()
H
A
D
gef_sbc310.c
132
uint svid = mfspr(
SPRN_SVR
);
in gef_sbc310_show_cpuinfo()
H
A
D
gef_sbc610.c
124
uint svid = mfspr(
SPRN_SVR
);
in gef_sbc610_show_cpuinfo()
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/
H
A
D
mpc52xx_common.c
82
if ((mfspr(
SPRN_SVR
) & MPC5200_SVR_MASK) == MPC5200_SVR)
in mpc5200_setup_xlb_arbiter()
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/
H
A
D
mpc52xx_common.c
82
if ((mfspr(
SPRN_SVR
) & MPC5200_SVR_MASK) == MPC5200_SVR)
in mpc5200_setup_xlb_arbiter()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
cpu_setup_fsl_booke.S
288
mfspr r3,
SPRN_SVR
Completed in 10 milliseconds
1
2
3