/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | cpu.c | 38 const struct cpu_type { in checkcpu() struct 39 char name[15]; in checkcpu() 40 u32 partid; in checkcpu()
|
/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
|
/external/google-breakpad/src/common/mac/ |
D | macho_id.cc | 156 bool MachoID::UUIDCommand(cpu_type_t cpu_type, in UUIDCommand() 174 bool MachoID::IDCommand(cpu_type_t cpu_type, in IDCommand() 217 uint32_t MachoID::Adler32(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in Adler32() 227 bool MachoID::MD5(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype, unsigned char identifier[16]) { in MD5() 239 bool MachoID::WalkHeader(cpu_type_t cpu_type, in WalkHeader()
|
D | macho_walker.cc | 82 bool MachoWalker::WalkHeader(cpu_type_t cpu_type, cpu_subtype_t cpu_subtype) { in WalkHeader() 131 bool MachoWalker::FindHeader(cpu_type_t cpu_type, in FindHeader()
|
D | arch_utilities.cc | 96 const NXArchInfo* BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type, in BreakpadGetArchInfoFromCpuType()
|
D | file_id.cc | 73 bool FileID::MachoIdentifier(cpu_type_t cpu_type, in MachoIdentifier()
|
D | macho_reader.cc | 160 void Reader::Reporter::CPUTypeMismatch(cpu_type_t cpu_type, in CPUTypeMismatch() 219 void Reader::Reporter::UnsupportedCPUType(cpu_type_t cpu_type) { in UnsupportedCPUType()
|
D | macho_reader.h | 383 cpu_type_t cpu_type() const { return cpu_type_; } in cpu_type() function
|
D | macho_reader_unittest.cc | 710 cpu_type_t cpu_type = CPU_TYPE_X86, in Header()
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 145 cpu_type_t cpu_type) { in breakpad_nlist_common() 157 cpu_type_t cpu_type) { in breakpad_nlist() 164 cpu_type_t cpu_type) { in breakpad_nlist() 172 cpu_type_t cpu_type) { in __breakpad_fdnlist()
|
D | dynamic_images.cc | 348 cpu_type_t cpu_type) { in LookupSymbol() 568 cpu_type_t cpu_type; in DetermineTaskCPUType() local
|
D | dynamic_images.h | 117 cpu_type_t cpu_type) in DynamicImage()
|
D | minidump_generator.cc | 1337 int cpu_type = header->cputype; in WriteModuleStream() local 1402 bool MinidumpGenerator::WriteCVRecord(MDRawModule *module, int cpu_type, in WriteCVRecord()
|
/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()
|
/external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
D | soc.h | 48 struct cpu_type { struct 49 char name[15]; 50 u32 soc_ver; 51 u32 num_cores;
|
/external/u-boot/board/renesas/salvator-x/ |
D | salvator-x.c | 81 u32 cpu_type = rmobile_get_cpu_type(); in board_init() local
|
/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
|
/external/u-boot/arch/arm/include/asm/mach-imx/ |
D | sys_proto.h | 19 #define cpu_type(rev) (((rev) >> 12) & 0xff) macro
|
/external/autotest/server/cros/ |
D | cfm_jmidata_helper_base.py | 106 def GetCpuUsageList(self, cpu_type): argument
|
D | cfm_jmidata_v3_helper.py | 207 def GetCpuUsageList(self, cpu_type): argument
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 460 uint32_t cpu_type = context_amd64->context_flags & MD_CONTEXT_CPU_MASK; in Read() local 560 uint32_t cpu_type = context_flags & MD_CONTEXT_CPU_MASK; in Read() local 659 uint32_t cpu_type = context_flags & MD_CONTEXT_CPU_MASK; in Read() local 737 uint32_t cpu_type = context_flags & MD_CONTEXT_CPU_MASK; in Read() local
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | ventana_eeprom.h | 23 u8 cpu_type; /* 0x2F: 7=imx6q, 8=imx6dl */ member
|
/external/u-boot/arch/powerpc/include/asm/ |
D | processor.h | 1177 struct cpu_type { struct 1188 struct cpu_type *identify_cpu(u32 ver); argument
|