HomeSort by: relevance | last modified time | path
    Searched refs:cputyp (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/arch/sparc/include/
cpuconf.h 52 * Values for the cputyp variable.
67 extern int cputyp;
114 * * Otherwise, we have to reference the cputyp variable.
121 # define CPU_ISSUN4 (cputyp == CPU_SUN4)
129 # define CPU_ISSUN4C (cputyp == CPU_SUN4C)
137 # define CPU_ISSUN4M (cputyp == CPU_SUN4M)
145 # define CPU_ISSUN4D (cputyp == CPU_SUN4D)
  /src/sys/arch/mvme68k/stand/libbug/
bugcrt.c 23 bugargs.cputyp = id->model;
  /src/sys/arch/mvme68k/stand/bootsd/
boot.c 55 bootprog_name, bugargs.cputyp, bootprog_rev);
  /src/sys/arch/sparc64/include/
param.h 234 extern const int cputyp;
237 #define CPU_ISSUN4U (cputyp == CPU_SUN4U)
238 #define CPU_ISSUN4US (cputyp == CPU_SUN4US)
239 #define CPU_ISSUN4V (cputyp == CPU_SUN4V)
250 * Values for the cputyp variable.
  /src/sys/arch/mvme68k/stand/bootst/
boot.c 58 bootprog_name, bugargs.cputyp, bootprog_rev);
dev_tape.c 141 if (bugargs.cputyp == 0x147)
  /src/sys/arch/sparc/stand/common/
promdev.h 53 extern int cputyp, nbpg, pgofset, pgshift;
srt0.S 43 .comm _C_LABEL(cputyp), 4
142 sethi %hi(_C_LABEL(cputyp)), %o0
177 st %g4, [%o0 + %lo(_C_LABEL(cputyp))]
  /src/sys/arch/mvme68k/stand/netboot/
boot.c 56 bootprog_name, bugargs.cputyp, bugargs.arg_start, bootprog_rev);
95 if (bugargs.cputyp == CPU_147) {
if_le.c 132 if (bugargs.cputyp != CPU_147)
158 if (bugargs.cputyp == CPU_147)
if_ie.c 112 if (bugargs.cputyp == CPU_147)
138 if (bugargs.cputyp != CPU_147)
  /src/lib/libkvm/
kvm_sparc.c 71 static int cputyp = -1; variable in typeref:typename:int
76 #define VA_VPG(va) ((cputyp == CPU_SUN4C || cputyp == CPU_SUN4M) \
128 switch (cputyp = cpup->cputype) {
156 if (cputyp == -1)
160 switch (cputyp) {
  /src/sys/arch/sparc/sparc/
bsd_fdintr.s 65 sethi %hi(_C_LABEL(cputyp)), %l5; \
66 ld [%l5 + %lo(_C_LABEL(cputyp))], %l5; \
111 sethi %hi(_C_LABEL(cputyp)), %l5; \
112 ld [%l5 + %lo(_C_LABEL(cputyp))], %l5; \
promlib.c 1587 if (cputyp == CPU_SUN4 || cputyp == CPU_SUN4M)
1599 cputyp = CPU_SUN4C;
1601 cputyp = CPU_SUN4M;
1603 cputyp = CPU_SUN4D;
openprom.c 90 if (cputyp==CPU_SUN4)
cpu.c 2113 if (mp->arch != cputyp && mp->arch != ANY)
locore.s 187 * cputyp is the current CPU type, used to distinguish between
191 .globl _C_LABEL(cputyp)
192 _C_LABEL(cputyp):
4287 sethi %hi(_C_LABEL(cputyp)), %o0 ! what type of CPU we are on
4288 st %g4, [%o0 + %lo(_C_LABEL(cputyp))]
machdep.c 3145 if (cputyp == CPU_SUN4)
pmap.c 557 * rather than unified functions which test the cputyp variable. If only
3105 switch (cputyp) {
7733 kcpup->cputype = cputyp;
  /src/sys/arch/mvme68k/include/
prom.h 147 u_int cputyp; member in struct:mvmeprom_args
  /src/sys/arch/sparc64/sparc64/
locore.s 109 sethi %hi(cputyp), \reg
110 ld [\reg + %lo(cputyp)], \reg
137 sethi %hi(cputyp), \scratch
138 ld [\scratch + %lo(cputyp)], \scratch
165 sethi %hi(cputyp), \scratch
166 ld [\scratch + %lo(cputyp)], \scratch
295 .globl cputyp
296 cputyp: .word CPU_SUN4U ! Default to sun4u label
3756 sethi %hi(cputyp), %g5
3757 ld [%g5 + %lo(cputyp)], %g
    [all...]
cpu.c 770 cpu_args->cb_cputyp = cputyp;
pmap.c 2421 kcpu->cputype = cputyp;

Completed in 39 milliseconds