Home
last modified time | relevance | path

Searched defs:cpu_type (Results 1 – 24 of 24) sorted by relevance

/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dcpu.c38 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/
Dcpu_info.c48 u16 cpu_type; member
70 u32 cpu_type = rmobile_get_cpu_type(); in print_cpuinfo() local
/external/google-breakpad/src/common/mac/
Dmacho_id.cc156 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()
Dmacho_walker.cc82 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()
Darch_utilities.cc96 const NXArchInfo* BreakpadGetArchInfoFromCpuType(cpu_type_t cpu_type, in BreakpadGetArchInfoFromCpuType()
Dfile_id.cc73 bool FileID::MachoIdentifier(cpu_type_t cpu_type, in MachoIdentifier()
Dmacho_reader.cc160 void Reader::Reporter::CPUTypeMismatch(cpu_type_t cpu_type, in CPUTypeMismatch()
219 void Reader::Reporter::UnsupportedCPUType(cpu_type_t cpu_type) { in UnsupportedCPUType()
Dmacho_reader.h383 cpu_type_t cpu_type() const { return cpu_type_; } in cpu_type() function
Dmacho_reader_unittest.cc710 cpu_type_t cpu_type = CPU_TYPE_X86, in Header()
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc145 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()
Ddynamic_images.cc348 cpu_type_t cpu_type) { in LookupSymbol()
568 cpu_type_t cpu_type; in DetermineTaskCPUType() local
Ddynamic_images.h117 cpu_type_t cpu_type) in DynamicImage()
Dminidump_generator.cc1337 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/
Darch_constants.h52 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/
Dsoc.h48 struct cpu_type { struct
49 char name[15];
50 u32 soc_ver;
51 u32 num_cores;
/external/u-boot/board/renesas/salvator-x/
Dsalvator-x.c81 u32 cpu_type = rmobile_get_cpu_type(); in board_init() local
/external/kernel-headers/original/uapi/asm-x86/asm/
Dvm86.h101 unsigned long cpu_type; member
123 unsigned long cpu_type; member
/external/u-boot/board/renesas/blanche/
Dblanche.c47 u32 cpu_type; in blanche_init_sys() local
/external/u-boot/arch/arm/include/asm/mach-imx/
Dsys_proto.h19 #define cpu_type(rev) (((rev) >> 12) & 0xff) macro
/external/autotest/server/cros/
Dcfm_jmidata_helper_base.py106 def GetCpuUsageList(self, cpu_type): argument
Dcfm_jmidata_v3_helper.py207 def GetCpuUsageList(self, cpu_type): argument
/external/google-breakpad/src/processor/
Dminidump.cc460 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/
Dventana_eeprom.h23 u8 cpu_type; /* 0x2F: 7=imx6q, 8=imx6dl */ member
/external/u-boot/arch/powerpc/include/asm/
Dprocessor.h1177 struct cpu_type { struct
1188 struct cpu_type *identify_cpu(u32 ver); argument