Back to Darwin Xnu

Processor Basic Info

osfmk/man/processor_basic_info.html

latest776 B
Original Source

processor_basic_info


Structure - Defines the basic information about a processor.

SYNOPSIS

**struct processor\_basic\_info**** { ****cpu\_type\_t** cpu\_type **;**** cpu\_subtype\_t **cpu\_subtype** ; ****boolean\_t** running **;**** int **slot\_num** ; ****boolean\_t** is\_master **;**** }; ****typedef struct processor\_basic\_info\* processor\_basic\_info\_t;**

FIELDS

cpu_typeType of CPU

cpu_subtypeSub-type of CPU

runningTrue if the CPU is running

slot_numSlot number of the CPU

is_masterTrue if this is the master processor

DESCRIPTION

The processor_basic_info structure defines the information available about a processor slot.

Functions: processor_info.