HomeSort by relevance Sort by last modified time
    Searched refs:cpuinfo_x86 (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/arch/i386/include/bits/
cpu.h 45 struct cpuinfo_x86 { struct
84 extern void get_cpuinfo ( struct cpuinfo_x86 *cpu );
  /external/syslinux/gpxe/src/arch/i386/core/
cpu.c 41 void get_cpuinfo ( struct cpuinfo_x86 *cpu ) {
  /external/syslinux/com32/gplinclude/
cpuid.h 227 struct cpuinfo_x86 { struct
275 void (*c_init) (struct cpuinfo_x86 * c);
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/
cpuid.c 155 void get_cpu_vendor(struct cpuinfo_x86 *c)
174 int get_model_name(struct cpuinfo_x86 *c)
203 void detect_cache(uint32_t xlvl, struct cpuinfo_x86 *c)
247 void detect_cyrix(struct cpuinfo_x86 *c) {
337 void generic_identify(struct cpuinfo_x86 *c)
491 void set_cpu_flags(struct cpuinfo_x86 *c, s_cpu * cpu)
584 void set_generic_info(struct cpuinfo_x86 *c, s_cpu * cpu)
601 struct cpuinfo_x86 c;

Completed in 72 milliseconds