Searched refs:cpu_threadtype (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dcpu.c254 return (cpu_datap(slot_num)->cpu_threadtype);
270 cpu_threadtype(void) function
272 return (current_cpu_datap()->cpu_threadtype);
H A Dcpu_data.h246 int cpu_threadtype; member in struct:cpu_data
H A Dcpu_threads.c833 cpup->cpu_threadtype = CPU_THREADTYPE_INTEL_HTT;
835 cpup->cpu_threadtype = CPU_THREADTYPE_NONE;
/xnu-2782.1.97/osfmk/mach/
H A Dhost_info.h127 cpu_threadtype_t cpu_threadtype; /* cpu threadtype */ member in struct:host_basic_info
H A Dmachine.h89 cpu_threadtype_t cpu_threadtype(void);
/xnu-2782.1.97/bsd/kern/
H A Dkern_mib.c466 cputhreadtype = cpu_threadtype();
/xnu-2782.1.97/osfmk/kern/
H A Dhost.c179 basic_info->cpu_threadtype = slot_threadtype(master_id);

Completed in 93 milliseconds