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

  /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/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...]

Completed in 17 milliseconds