OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cputype
(Results
1 - 25
of
101
) sorted by relevancy
1
2
3
4
5
/src/sys/arch/sparc/include/
kcore.h
42
int
cputype
; /* CPU type associated with this dump */
member in struct:cpu_kcore_hdr
/src/sys/arch/atari/stand/tostools/libtos/
sysinfo.c
63
od->
cputype
= 0;
71
od->
cputype
|= ATARI_CLKBROKEN;
101
od->
cputype
|= ATARI_68000;
104
od->
cputype
|= ATARI_68010;
107
od->
cputype
|= ATARI_68020;
110
od->
cputype
|= ATARI_68030;
113
od->
cputype
|= ATARI_68040;
116
od->
cputype
|= ATARI_68060;
tosdefs.h
94
#define
cputype
kp.bootflags
macro
/src/sys/arch/m68k/m68k/
cacheops.c
53
switch (
cputype
) {
87
switch (
cputype
) {
121
switch (
cputype
) {
150
switch (
cputype
) {
179
switch (
cputype
) {
213
switch (
cputype
) {
247
switch (
cputype
) {
281
switch (
cputype
) {
315
switch (
cputype
) {
349
switch (
cputype
) {
[
all
...]
fpu.c
83
if (
cputype
== CPU_68060)
85
if (
cputype
== CPU_68040)
procfs_machdep.c
24
switch (
cputype
) {
/src/sys/arch/sparc64/include/
kcore.h
44
int
cputype
; /* CPU type associated with this dump */
member in struct:cpu_kcore_hdr
/src/sys/arch/arm/ofw/
ofwgencfg_clock.c
154
if (
cputype
== CPU_ID_SA110) /* XXX - Seriously gross hack */
/src/sys/arch/atari/stand/bootxxx/
bootxxx.c
67
if (!(od->
cputype
& ATARI_ANYCPU)) {
/src/sys/arch/m68k/include/
m68k.h
60
extern int
cputype
; /* CPU on this host */
66
/* values for
cputype
*/
/src/sys/arch/alpha/alpha/
cpuconf.c
269
const struct cpuinit *c = platform_lookup(
cputype
);
273
cputype
);
283
const struct cpuinit *c = platform_lookup(
cputype
);
286
printf("NetBSD does not yet support system type %d (%s).\n",
cputype
,
prom.c
92
return (
cputype
== ST_DEC_7000 ||
cputype
== ST_DEC_21000);
101
cputype
= rpb->rpb_type;
102
if (
cputype
< 0) {
108
cputype
= -
cputype
;
/src/sys/arch/arm/arm/
cpufunc.c
1308
u_int
cputype
;
variable in typeref:typename:u_int
1623
if (
cputype
== 0) {
1624
cputype
= cpufunc_id();
1625
cputype
&= CPU_ID_CPU_MASK;
1633
if ((
cputype
& CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD &&
1634
(
cputype
& 0x00000f00) == 0x00000600) {
1642
if ((
cputype
& CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD &&
1643
CPU_ID_IS7(
cputype
) &&
1644
(
cputype
& CPU_ID_7ARCH_MASK) == CPU_ID_7ARCH_V3) {
1652
if ((
cputype
& CPU_ID_IMPLEMENTOR_MASK) == CPU_ID_ARM_LTD &
[
all
...]
/src/sys/arch/shark/stand/ofwboot/
Locore.c
89
u_int
cputype
= cpufunc_id() & CPU_ID_CPU_MASK;
local in function:startup
98
if (
cputype
== CPU_ID_SA110 ||
cputype
== CPU_ID_SA1100 ||
99
cputype
== CPU_ID_SA1110) {
105
cputype
);
/src/sys/arch/alpha/tc/
tcasic.c
73
if ((
cputype
!= ST_DEC_3000_500) && (
cputype
!= ST_DEC_3000_300))
92
switch (
cputype
) {
138
panic("tcasicattach: bad
cputype
");
/src/sys/arch/atari/stand/tostools/loadbsd/
loadbsd.c
149
eprintf("Cpu-type\t: 0x%08x\r\n", od->
cputype
);
200
if (!(od->
cputype
& ATARI_ANYCPU))
/src/sys/arch/atari/atari/
trap.c
134
#define KDFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_TM_SV))
135
#define WRFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_RW_W))
142
#define KDFAULT_040(c) (
cputype
== CPU_68040 && \
144
#define WRFAULT_040(c) (
cputype
== CPU_68040 && \
152
#define KDFAULT_OTH(c) (
cputype
<= CPU_68030 && \
154
#define WRFAULT_OTH(c) (
cputype
<= CPU_68030 && \
211
if (
cputype
== CPU_68040 && fp->f_format == FMT7) {
618
if (
cputype
== CPU_68040)
/src/sys/arch/cesfic/cesfic/
trap.c
135
#define KDFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_TM_SV))
136
#define WRFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_RW_W))
143
#define KDFAULT_040(c) (
cputype
== CPU_68040 && \
145
#define WRFAULT_040(c) (
cputype
== CPU_68040 && \
153
#define KDFAULT_OTH(c) (
cputype
<= CPU_68030 && \
155
#define WRFAULT_OTH(c) (
cputype
<= CPU_68030 && \
210
if (
cputype
== CPU_68040 && fp->f_format == FMT7) {
573
if (
cputype
== CPU_68040)
/src/sys/arch/hp300/hp300/
trap.c
131
#define KDFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_TM_SV))
132
#define WRFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_RW_W))
139
#define KDFAULT_040(c) (
cputype
== CPU_68040 && \
141
#define WRFAULT_040(c) (
cputype
== CPU_68040 && \
149
#define KDFAULT_OTH(c) (
cputype
<= CPU_68030 && \
151
#define WRFAULT_OTH(c) (
cputype
<= CPU_68030 && \
207
if (
cputype
== CPU_68040 && fp->f_format == FMT7) {
594
if (
cputype
== CPU_68040)
/src/sys/arch/mvme68k/mvme68k/
trap.c
132
#define KDFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_TM_SV))
133
#define WRFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_RW_W))
145
#define KDFAULT_040(c) (
cputype
== CPU_68040 && \
147
#define WRFAULT_040(c) (
cputype
== CPU_68040 && \
160
#define KDFAULT_OTH(c) (
cputype
<= CPU_68030 && \
162
#define WRFAULT_OTH(c) (
cputype
<= CPU_68030 && \
227
cputype
== CPU_68040 &&
593
if (
cputype
== CPU_68040)
/src/sys/arch/news68k/news68k/
trap.c
124
#define KDFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_TM_SV))
125
#define WRFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_RW_W))
132
#define KDFAULT_040(c) (
cputype
== CPU_68040 && \
134
#define WRFAULT_040(c) (
cputype
== CPU_68040 && \
142
#define KDFAULT_OTH(c) (
cputype
<= CPU_68030 && \
144
#define WRFAULT_OTH(c) (
cputype
<= CPU_68030 && \
200
if (
cputype
== CPU_68040 && fp->f_format == FMT7) {
538
if (
cputype
== CPU_68040)
/src/sys/arch/next68k/next68k/
trap.c
139
#define KDFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_TM_SV))
140
#define WRFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_RW_W))
147
#define KDFAULT_040(c) (
cputype
== CPU_68040 && \
149
#define WRFAULT_040(c) (
cputype
== CPU_68040 && \
157
#define KDFAULT_OTH(c) (
cputype
<= CPU_68030 && \
159
#define WRFAULT_OTH(c) (
cputype
<= CPU_68030 && \
215
if (
cputype
== CPU_68040 && fp->f_format == FMT7) {
583
if (
cputype
== CPU_68040)
/src/sys/arch/x68k/x68k/
trap.c
132
#define KDFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_TM_SV))
133
#define WRFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_RW_W))
140
#define KDFAULT_040(c) (
cputype
== CPU_68040 && \
142
#define WRFAULT_040(c) (
cputype
== CPU_68040 && \
150
#define KDFAULT_OTH(c) (
cputype
<= CPU_68030 && \
152
#define WRFAULT_OTH(c) (
cputype
<= CPU_68030 && \
208
if (
cputype
== CPU_68040 && fp->f_format == FMT7) {
592
if (
cputype
== CPU_68040)
/src/sys/arch/virt68k/virt68k/
trap.c
132
#define KDFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_TM_SV))
133
#define WRFAULT_060(c) (
cputype
== CPU_68060 && ((c) & FSLW_RW_W))
145
#define KDFAULT_040(c) (
cputype
== CPU_68040 && \
147
#define WRFAULT_040(c) (
cputype
== CPU_68040 && \
160
#define KDFAULT_OTH(c) (
cputype
<= CPU_68030 && \
162
#define WRFAULT_OTH(c) (
cputype
<= CPU_68030 && \
227
cputype
== CPU_68040 &&
597
if (
cputype
== CPU_68040)
/src/sys/arch/hp300/include/
cacheops_machdep.h
125
if (ectype != EC_PHYS ||
cputype
!= CPU_68030) {
Completed in 23 milliseconds
1
2
3
4
5
Indexes created Fri Oct 17 17:09:57 GMT 2025