OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpuvers
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/arch/prep/stand/boot/
clock.c
77
unsigned int
cpuvers
;
local in function:delay
79
__asm volatile ("mfpvr %0" : "=r"(
cpuvers
));
80
cpuvers
>>= 16;
82
if (
cpuvers
== MPC601) {
clock.c
77
unsigned int
cpuvers
;
local in function:delay
79
__asm volatile ("mfpvr %0" : "=r"(
cpuvers
));
80
cpuvers
>>= 16;
82
if (
cpuvers
== MPC601) {
boot.c
79
unsigned int
cpuvers
;
local in function:boot
119
__asm volatile ("mfpvr %0" : "=r"(
cpuvers
));
120
cpuvers
>>= 16;
123
if (
cpuvers
== MPC601) {
boot.c
79
unsigned int
cpuvers
;
local in function:boot
119
__asm volatile ("mfpvr %0" : "=r"(
cpuvers
));
120
cpuvers
>>= 16;
123
if (
cpuvers
== MPC601) {
/src/sys/arch/rs6000/stand/boot/
clock.c
77
unsigned int
cpuvers
;
local in function:delay
79
__asm volatile ("mfpvr %0" : "=r"(
cpuvers
));
80
cpuvers
>>= 16;
81
/*
cpuvers
= MPC601; for now */
83
if (
cpuvers
== MPC601) {
clock.c
77
unsigned int
cpuvers
;
local in function:delay
79
__asm volatile ("mfpvr %0" : "=r"(
cpuvers
));
80
cpuvers
>>= 16;
81
/*
cpuvers
= MPC601; for now */
83
if (
cpuvers
== MPC601) {
/src/sys/arch/macppc/stand/bootxx/
bootxx.c
316
uint32_t
cpuvers
;
local in function:startup
321
__asm volatile ("mfpvr %0" : "=r"(
cpuvers
));
322
cpuvers
>>= 16;
364
if (
cpuvers
!= MPC601) {
bootxx.c
316
uint32_t
cpuvers
;
local in function:startup
321
__asm volatile ("mfpvr %0" : "=r"(
cpuvers
));
322
cpuvers
>>= 16;
364
if (
cpuvers
!= MPC601) {
/src/sys/arch/powerpc/powerpc/
db_interface.c
402
unsigned int
cpuvers
;
local in function:db_show_bat
409
cpuvers
= mfpvr() >> 16;
430
if (
cpuvers
!= MPC601) {
454
if (
cpuvers
== MPC601) {
db_interface.c
402
unsigned int
cpuvers
;
local in function:db_show_bat
409
cpuvers
= mfpvr() >> 16;
430
if (
cpuvers
!= MPC601) {
454
if (
cpuvers
== MPC601) {
/src/sys/arch/powerpc/oea/
oea_machdep.c
146
unsigned int
cpuvers
;
local in function:oea_init
165
cpuvers
= mfpvr() >> 16;
226
if (
cpuvers
== MPC601) {
264
if (
cpuvers
!= MPC601)
361
if (
cpuvers
!= MPC601) {
427
if (
cpuvers
== MPC601) {
447
if (
cpuvers
== MPC601) {
674
unsigned int
cpuvers
;
local in function:oea_batinit
676
cpuvers
= mfpvr() >> 16;
698
if (
cpuvers
== MPC601)
[
all
...]
oea_machdep.c
146
unsigned int
cpuvers
;
local in function:oea_init
165
cpuvers
= mfpvr() >> 16;
226
if (
cpuvers
== MPC601) {
264
if (
cpuvers
!= MPC601)
361
if (
cpuvers
!= MPC601) {
427
if (
cpuvers
== MPC601) {
447
if (
cpuvers
== MPC601) {
674
unsigned int
cpuvers
;
local in function:oea_batinit
676
cpuvers
= mfpvr() >> 16;
698
if (
cpuvers
== MPC601)
[
all
...]
pmap.c
2681
u_int
cpuvers
;
local in function:pmap_print_mmuregs
2694
cpuvers
= MFPVR() >> 16;
2717
if (
cpuvers
!= MPC601) {
2748
printf("%cBAT[]:\t",
cpuvers
== MPC601 ? 'u' : 'i');
2755
if (
cpuvers
!= MPC601) {
pmap.c
2681
u_int
cpuvers
;
local in function:pmap_print_mmuregs
2694
cpuvers
= MFPVR() >> 16;
2717
if (
cpuvers
!= MPC601) {
2748
printf("%cBAT[]:\t",
cpuvers
== MPC601 ? 'u' : 'i');
2755
if (
cpuvers
!= MPC601) {
Completed in 75 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025