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

  /external/syslinux/com32/gpllib/
cpuid.c 237 if (c->x86_model == 3 && c->x86_mask == 0) /* Duron Rev A0 */
239 if (c->x86_model == 4 && (c->x86_mask == 0 || c->x86_mask == 1)) /* Tbird rev A1/A2 */
259 c->x86_mask = dir1 & 0xf;
363 c->x86_mask = tfms & 15;
589 cpu->stepping = c->x86_mask;
  /external/syslinux/com32/gplinclude/
cpuid.h 231 uint8_t x86_mask; member in struct:cpuinfo_x86

Completed in 69 milliseconds