Home
last modified time | relevance | path

Searched refs:cpuinfo_x86 (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/gplinclude/
Dcpuid.h227 struct cpuinfo_x86 { struct
275 void (*c_init) (struct cpuinfo_x86 * c); argument
276 void (*c_identify) (struct cpuinfo_x86 * c);
277 unsigned int (*c_size_cache) (struct cpuinfo_x86 * c, unsigned int size);
315 extern void get_cpu_vendor(struct cpuinfo_x86 *c);
/external/syslinux/com32/gpllib/
Dcpuid.c155 void get_cpu_vendor(struct cpuinfo_x86 *c) in get_cpu_vendor()
174 int get_model_name(struct cpuinfo_x86 *c) in get_model_name()
203 void detect_cache(uint32_t xlvl, struct cpuinfo_x86 *c) in detect_cache()
247 void detect_cyrix(struct cpuinfo_x86 *c) { in detect_cyrix()
337 void generic_identify(struct cpuinfo_x86 *c) in generic_identify()
491 void set_cpu_flags(struct cpuinfo_x86 *c, s_cpu * cpu) in set_cpu_flags()
584 void set_generic_info(struct cpuinfo_x86 *c, s_cpu * cpu) in set_generic_info()
601 struct cpuinfo_x86 c; in detect_cpu()
/external/syslinux/gpxe/src/arch/i386/include/bits/
Dcpu.h45 struct cpuinfo_x86 { struct
84 extern void get_cpuinfo ( struct cpuinfo_x86 *cpu );
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-12-01-SpillerAssert.ll4 …%struct.cpuinfo_x86 = type { i8, i8, i8, i8, i32, i8, i8, i8, i32, i32, [9 x i32], [16 x i8], [64 …
10 define void @display_cacheinfo(%struct.cpuinfo_x86* %c) nounwind section ".cpuinit.text" {
/external/llvm/test/CodeGen/X86/
D2008-12-01-SpillerAssert.ll4 …%struct.cpuinfo_x86 = type { i8, i8, i8, i8, i32, i8, i8, i8, i32, i32, [9 x i32], [16 x i8], [64 …
10 define void @display_cacheinfo(%struct.cpuinfo_x86* %c) nounwind section ".cpuinit.text" {
/external/syslinux/gpxe/src/arch/i386/core/
Dcpu.c41 void get_cpuinfo ( struct cpuinfo_x86 *cpu ) { in get_cpuinfo()