Searched refs:family (Results 1 – 6 of 6) sorted by relevance
130 UInt32 family, model; in CPU_Is_InOrder() local133 family = x86cpuid_GetFamily(&p); in CPU_Is_InOrder()138 case CPU_FIRM_INTEL: return (family < 6 || (family == 6 && model == 0x100C)); in CPU_Is_InOrder()139 case CPU_FIRM_AMD: return (family < 5 || (family == 5 && (model < 6 || model == 0xA))); in CPU_Is_InOrder()140 case CPU_FIRM_VIA: return (family < 6 || (family == 6 && model < 0xF)); in CPU_Is_InOrder()
14 /* ind_dots.ppc: .syscall section for PPC family */
14 /* ind_call.ppc: C callable wrapper for Host I/O system calls (PPC family). */
14 /* ind_gcnt.ppc: compiler internal wrapper for Graph Profiling (PPC family). */
274 extern int socket(int family, int type, int proto);299 extern int icmp_create_handle(int family);
278 int family; member