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

  /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/sun3/sun3x/
locore2.c 74 int cputype = CPU_68030; variable in typeref:typename:int
  /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/sun2/sun2/
locore2.c 77 int cputype = CPU_68010; variable in typeref:typename:int
  /src/sys/arch/sun3/sun3/
locore2.c 82 int cputype = CPU_68020; variable in typeref:typename:int
  /src/sys/arch/atari/stand/tostools/libtos/
tosdefs.h 94 #define cputype kp.bootflags macro
  /src/lib/libkvm/
kvm_sparc.c 94 int cputype; /* CPU type associated with this dump */ member in struct:sparc64_cpu_kcore_hdr
128 switch (cputyp = cpup->cputype) {
  /src/sys/arch/aarch64/aarch64/
cpufunc.c 45 u_int cputype; /* compat arm */ variable in typeref:typename:u_int
  /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/vax/include/
sid.h 34 #define cputype vax_cputype macro
  /src/sys/arch/atari/atari/
atari_init.c 124 int machineid, mmutype, cputype; variable in typeref:typename:int
630 if (cputype == CPU_68060) {
1305 switch (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/alpha/alpha/
machdep.c 158 int cputype; /* system type, from the RPB */ variable in typeref:typename:int
463 * cputype has been initialized in init_prom_interface().
467 c = platform_lookup(cputype);
492 if (cputype != ST_DEC_21000)
  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 67 static inline uint32_t cputype(void);
305 if (cputype() == MPC8245) {
1129 cputype(void) function in typeref:typename:uint32_t

Completed in 32 milliseconds