Home
last modified time | relevance | path

Searched refs:processor_info (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.61.12/tests/
H A Dprocessor_info.c60 kr = processor_info(cpu_ports[i], PROCESSOR_CPU_STAT64, &host,
80 kr = processor_info(cpu_ports[i], PROCESSOR_CPU_STAT64, &host,
141 struct processor_basic_info* processor_info = &basic_info_array[i]; variable
143 natural_t slot_num = (natural_t)processor_info->slot_num;
/xnu-12377.61.12/osfmk/mach/machine/
H A DMakefile11 processor_info.h thread_state.h thread_status.h \
/xnu-12377.61.12/osfmk/mach/arm/
H A DMakefile13 processor_info.h rpc.h thread_state.h thread_status.h \
/xnu-12377.61.12/osfmk/mach/i386/
H A DMakefile13 processor_info.h kern_return.h ndr_def.h syscall_sw.h \
/xnu-12377.61.12/osfmk/mach/
H A DMakefile163 processor_info.h \
226 processor_info.h \
H A Dprocessor.defs105 routine processor_info(
H A Dmach_types.defs467 * If other processor_info flavors are added, this definition
470 * See mach/processor_info.h and mach/arm/processor_info.h.
/xnu-12377.61.12/tests/sched/
H A Dall_cores_running.c100 …kr = processor_info(cpu_ports[i], PROCESSOR_CPU_LOAD_INFO, &host, (processor_info_t)&cpu_loads[i],… in record_cpu_loads()
/xnu-12377.61.12/osfmk/kern/
H A Dhost.c1228 result = processor_info(processor, flavor, &thost, info, &tcount); in host_processor_info()
H A Dprocessor.c818 processor_info( in processor_info() function