Home
last modified time | relevance | path

Searched refs:ext_family (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libop/
Dop_hw_specific.h74 unsigned ext_family = (eax & 0xff00000) >> 20; in cpu_family() local
75 return ext_family + family; in cpu_family()
/external/chromium_org/v8/src/
Dcpu.h41 int ext_family() const { return ext_family_; } in ext_family() function
/external/oprofile/daemon/
Dopd_ibs.c492 unsigned ext_family : 8; in check_cpuid_family_model_stepping() member
511 ibs_family = v.family + v.ext_family; in check_cpuid_family_model_stepping()