HomeSort by: relevance | last modified time | path
    Searched refs:cputype (Results 1 - 25 of 233) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /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 55 switch (cputype) {
89 switch (cputype) {
123 switch (cputype) {
157 switch (cputype) {
187 switch (cputype) {
216 switch (cputype) {
250 switch (cputype) {
284 switch (cputype) {
318 switch (cputype) {
352 switch (cputype) {
    [all...]
fpu.c 109 if (cputype == CPU_68060) {
111 } else if (cputype == CPU_68040) {
sys_machdep.c 76 if (cputype >= CPU_68040) {
84 (cputype == CPU_68040 && req & CC_IPURGE) ||
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/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/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/arm/arm/
cpufunc.c 1308 u_int cputype; variable
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
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/external/apache2/llvm/dist/llvm/lib/Object/
MachOUniversal.cpp 71 uint32_t cputype; local
74 cputype = Header.cputype;
77 cputype = Header64.cputype;
81 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index);
172 Err = malformedError("offset plus size of cputype (" +
181 ") too large for cputype (" + Twine(A.getCPUType()) +
189 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" +
195 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ")
    [all...]
MachOUniversalWriter.cpp 63 switch (ObjectFile.getHeader().cputype) {
78 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType,
80 : B(&A), CPUType(CPUType), CPUSubType(CPUSubType),
84 : B(&O), CPUType(O.getHeader().cputype),
89 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType,
91 : B(&IRO), CPUType(CPUType), CPUSubType(CPUSubType),
138 std::tie(MFO->getHeader().cputype, MFO->getHeader().cpusubtype) !
    [all...]
  /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/hp300/include/
cacheops_machdep.h 125 if (ectype != EC_PHYS || cputype != CPU_68030) {
  /src/sys/arch/m68k/include/
m68k.h 63 extern int cputype; /* CPU on this host */
69 /* values for cputype */
  /src/sys/arch/alpha/pci/
tsc.c 101 switch (cputype) {
119 int titan = cputype == ST_DEC_TITAN;
193 switch (cputype) {
241 int titan = cputype == ST_DEC_TITAN;
313 switch (cputype) {
  /src/external/gpl3/gcc/dist/libbacktrace/
macho.c 52 uint32_t cputype; /* CPU type */ member in struct:macho_header_32
65 uint32_t cputype; /* CPU type */ member in struct:macho_header_64
103 uint32_t cputype; /* CPU type */ member in struct:macho_fat_arch
116 uint32_t cputype; /* CPU type */ member in struct:macho_fat_arch_64
124 /* Values for the fat_arch cputype field (and the header cputype
766 unsigned int cputype; local
774 cputype = MACH_O_CPU_TYPE_X86_64;
776 cputype = MACH_O_CPU_TYPE_X86;
778 cputype = MACH_O_CPU_TYPE_ARM64
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c 52 uint32_t cputype; /* CPU type */ member in struct:macho_header_32
65 uint32_t cputype; /* CPU type */ member in struct:macho_header_64
103 uint32_t cputype; /* CPU type */ member in struct:macho_fat_arch
116 uint32_t cputype; /* CPU type */ member in struct:macho_fat_arch_64
124 /* Values for the fat_arch cputype field (and the header cputype
766 unsigned int cputype; local
774 cputype = MACH_O_CPU_TYPE_X86_64;
776 cputype = MACH_O_CPU_TYPE_X86;
778 cputype = MACH_O_CPU_TYPE_ARM64
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
macho.c 52 uint32_t cputype; /* CPU type */ member in struct:macho_header_32
65 uint32_t cputype; /* CPU type */ member in struct:macho_header_64
103 uint32_t cputype; /* CPU type */ member in struct:macho_fat_arch
116 uint32_t cputype; /* CPU type */ member in struct:macho_fat_arch_64
124 /* Values for the fat_arch cputype field (and the header cputype
766 unsigned int cputype; local
774 cputype = MACH_O_CPU_TYPE_X86_64;
776 cputype = MACH_O_CPU_TYPE_X86;
778 cputype = MACH_O_CPU_TYPE_ARM64
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
macho.c 52 uint32_t cputype; /* CPU type */ member in struct:macho_header_32
65 uint32_t cputype; /* CPU type */ member in struct:macho_header_64
103 uint32_t cputype; /* CPU type */ member in struct:macho_fat_arch
116 uint32_t cputype; /* CPU type */ member in struct:macho_fat_arch_64
124 /* Values for the fat_arch cputype field (and the header cputype
766 unsigned int cputype; local
774 cputype = MACH_O_CPU_TYPE_X86_64;
776 cputype = MACH_O_CPU_TYPE_X86;
778 cputype = MACH_O_CPU_TYPE_ARM64
    [all...]

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 910