/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 156 bool MachoID::UUIDCommand(cpu_type_t cpu_type, in UUIDCommand() argument 161 if (!WalkHeader(cpu_type, cpu_subtype, UUIDWalkerCB, &uuid_cmd)) in UUIDCommand() 174 bool MachoID::IDCommand(cpu_type_t cpu_type, in IDCommand() argument 179 if (!WalkHeader(cpu_type, cpu_subtype, IDWalkerCB, &dylib_cmd)) in IDCommand() 206 identifier[12] = (cpu_type >> 24) & 0xFF; in IDCommand() 207 identifier[13] = (cpu_type >> 16) & 0xFF; in IDCommand() 208 identifier[14] = (cpu_type >> 8) & 0xFF; in IDCommand() 209 identifier[15] = cpu_type & 0xFF; in IDCommand() 217 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() argument 221 if (!WalkHeader(cpu_type, cpu_subtype, WalkerCB, this)) in Adler32() [all …]
|
D | macho_id.h | 55 bool UUIDCommand(cpu_type_t cpu_type, 62 bool IDCommand(cpu_type_t cpu_type, 69 uint32_t Adler32(cpu_type_t cpu_type, 75 bool MD5(cpu_type_t cpu_type, 95 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype,
|
D | macho_walker.cc | 82 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in WalkHeader() argument 83 cpu_type_t valid_cpu_type = cpu_type; in WalkHeader() 86 if (cpu_type == 0) { in WalkHeader() 94 if (cpu_type & CPU_ARCH_ABI64) in WalkHeader() 131 bool MachoWalker::FindHeader(cpu_type_t cpu_type, in FindHeader() argument 161 if (cpu_type != header.cputype || in FindHeader() 190 if (arch.cputype == cpu_type && in FindHeader()
|
D | arch_utilities.cc | 96 const NXArchInfo* BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type, in BreakpadGetArchInfoFromCpuType() argument 99 if (cpu_type == CPU_TYPE_ARM64 && cpu_subtype == CPU_SUBTYPE_ARM64_ALL) { in BreakpadGetArchInfoFromCpuType() 105 if (cpu_type == CPU_TYPE_ARM && cpu_subtype == CPU_SUBTYPE_ARM_V7S) { in BreakpadGetArchInfoFromCpuType() 110 return NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in BreakpadGetArchInfoFromCpuType()
|
D | file_id.cc | 73 bool FileID::MachoIdentifier(cpu_type_t cpu_type, in MachoIdentifier() argument 78 if (macho.UUIDCommand(cpu_type, cpu_subtype, identifier)) in MachoIdentifier() 81 return macho.MD5(cpu_type, cpu_subtype, identifier); in MachoIdentifier()
|
D | macho_walker.h | 67 bool WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype); 78 bool FindHeader(cpu_type_t cpu_type,
|
D | macho_reader.h | 252 virtual void CPUTypeMismatch(cpu_type_t cpu_type, 297 virtual void UnsupportedCPUType(cpu_type_t cpu_type); 383 cpu_type_t cpu_type() const { return cpu_type_; } in cpu_type() function
|
D | macho_reader.cc | 160 void Reader::Reporter::CPUTypeMismatch(cpu_type_t cpu_type, in CPUTypeMismatch() argument 166 filename_.c_str(), cpu_type, cpu_subtype, in CPUTypeMismatch() 219 void Reader::Reporter::UnsupportedCPUType(cpu_type_t cpu_type) { in UnsupportedCPUType() argument 221 filename_.c_str(), cpu_type); in UnsupportedCPUType()
|
D | arch_utilities.h | 42 const NXArchInfo* BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type,
|
D | file_id.h | 63 bool MachoIdentifier(cpu_type_t cpu_type,
|
/external/u-boot/arch/arm/mach-rmobile/ |
D | cpu_info.c | 48 u16 cpu_type; member 70 u32 cpu_type = rmobile_get_cpu_type(); in print_cpuinfo() local 72 if (rmobile_cpuinfo[i].cpu_type == cpu_type) { in print_cpuinfo()
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 135 cpu_type_t cpu_type); 145 cpu_type_t cpu_type) { in breakpad_nlist_common() argument 149 int n = __breakpad_fdnlist(fd, list, symbolNames, cpu_type); in breakpad_nlist_common() 157 cpu_type_t cpu_type) { in breakpad_nlist() argument 158 return breakpad_nlist_common(name, list, symbolNames, cpu_type); in breakpad_nlist() 164 cpu_type_t cpu_type) { in breakpad_nlist() argument 165 return breakpad_nlist_common(name, list, symbolNames, cpu_type); in breakpad_nlist() 172 cpu_type_t cpu_type) { in __breakpad_fdnlist() argument 249 if (fat_archs[i].cputype == cpu_type) { in __breakpad_fdnlist()
|
D | breakpad_nlist_64.h | 41 cpu_type_t cpu_type); 45 cpu_type_t cpu_type);
|
D | dynamic_images.cc | 348 cpu_type_t cpu_type) { in LookupSymbol() argument 357 cpu_type); in LookupSymbol() 568 cpu_type_t cpu_type; in DetermineTaskCPUType() local 569 size_t cpuTypeSize = sizeof(cpu_type); in DetermineTaskCPUType() 570 sysctl(mib, static_cast<u_int>(mibLen), &cpu_type, &cpuTypeSize, 0, 0); in DetermineTaskCPUType() 571 return cpu_type; in DetermineTaskCPUType()
|
D | dynamic_images.h | 117 cpu_type_t cpu_type) in DynamicImage() argument 128 cpu_type_(cpu_type) { in DynamicImage()
|
/external/u-boot/arch/powerpc/cpu/mpc8xxx/ |
D | cpu.c | 22 static struct cpu_type cpu_type_list[] = { 214 static struct cpu_type cpu_type_unknown = CPU_TYPE_ENTRY(Unknown, Unknown, 0); 216 struct cpu_type *identify_cpu(u32 ver) in identify_cpu() 235 struct cpu_type *cpu = gd->arch.cpu; in cpu_mask() 252 struct cpu_type *cpu = gd->arch.cpu; in cpu_dsp_mask() 270 struct cpu_type *cpu = gd->arch.cpu; in cpu_num_dspcores() 288 struct cpu_type *cpu = gd->arch.cpu; in cpu_numcores() 327 struct cpu_type *cpu = gd->arch.cpu; in fixup_cpu()
|
/external/autotest/server/cros/ |
D | cfm_jmidata_v3_helper.py | 207 def GetCpuUsageList(self, cpu_type): argument 220 if cpu_type == u'numOfProcessors': 221 return global_obj[cpu_type] 222 elif (cpu_type in global_obj and 223 self.IsFloat(global_obj[cpu_type])): 224 data_list.append(float(global_obj[cpu_type]))
|
/external/google-breakpad/src/tools/mac/upload_system_symbols/ |
D | arch_constants.h | 52 const char* GetNXArchInfoName(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in GetNXArchInfoName() argument 53 const NXArchInfo* arch_info = NXGetArchInfoFromCpuType(cpu_type, cpu_subtype); in GetNXArchInfoName()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | vm86.h | 101 unsigned long cpu_type; member 123 unsigned long cpu_type; member
|
/external/u-boot/board/renesas/blanche/ |
D | blanche.c | 47 u32 cpu_type; in blanche_init_sys() local 49 cpu_type = rmobile_get_cpu_type(); in blanche_init_sys() 50 if (cpu_type == 0x4A) { in blanche_init_sys()
|
/external/u-boot/board/freescale/p1010rdb/ |
D | ddr.c | 82 struct cpu_type *cpu; in get_sdram_size() 105 struct cpu_type *cpu; in fixed_sdram() 209 struct cpu_type *cpu; in fsl_ddr_board_options()
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 460 uint32_t cpu_type = context_amd64->context_flags & MD_CONTEXT_CPU_MASK; in Read() local 461 if (cpu_type == 0) { in Read() 462 if (minidump_->GetContextCPUFlagsFromSystemInfo(&cpu_type)) { in Read() 463 context_amd64->context_flags |= cpu_type; in Read() 470 if (cpu_type != MD_CONTEXT_AMD64) { in Read() 479 if (!CheckAgainstSystemInfo(cpu_type)) { in Read() 560 uint32_t cpu_type = context_flags & MD_CONTEXT_CPU_MASK; in Read() local 563 if (cpu_type == 0) { in Read() 564 if (minidump_->GetContextCPUFlagsFromSystemInfo(&cpu_type)) { in Read() 565 context_ppc64->context_flags |= cpu_type; in Read() [all …]
|
/external/u-boot/board/renesas/salvator-x/ |
D | salvator-x.c | 81 u32 cpu_type = rmobile_get_cpu_type(); in board_init() local 86 if (cpu_type == RMOBILE_CPU_TYPE_R8A7795) { in board_init()
|
/external/u-boot/board/freescale/c29xpcie/ |
D | c29xpcie.c | 29 struct cpu_type *cpu = gd->arch.cpu; in checkboard() 134 struct cpu_type *cpu; in ft_board_setup()
|
/external/u-boot/arch/arm/include/asm/mach-imx/ |
D | sys_proto.h | 19 #define cpu_type(rev) (((rev) >> 12) & 0xff) macro 22 #define get_cpu_type() (cpu_type(get_cpu_rev()))
|