Home
last modified time | relevance | path

Searched refs:ext_model (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libop/
Dop_hw_specific.h67 unsigned ext_model = (eax & 0xf0000) >> 12; in cpu_model() local
68 return ext_model + model; in cpu_model()
/external/oprofile/daemon/
Dopd_ibs.c491 unsigned ext_model : 4; in check_cpuid_family_model_stepping() member
512 ibs_model = v.model + v.ext_model; in check_cpuid_family_model_stepping()