X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752:/osfmk/man/processor_basic_info.html?ds=sidebyside diff --git a/osfmk/man/processor_basic_info.html b/osfmk/man/processor_basic_info.html old mode 100755 new mode 100644 index aa0a0395d..e49220bf2 --- a/osfmk/man/processor_basic_info.html +++ b/osfmk/man/processor_basic_info.html @@ -1 +1,47 @@ -

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_type
Type of CPU

cpu_subtype
Sub-type of CPU

running
True if the CPU is running

slot_num
Slot number of the CPU

is_master
True if this is the master processor

DESCRIPTION

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

RELATED INFORMATION

Functions: processor_info. \ No newline at end of file +

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_type +
+Type of CPU +

+

cpu_subtype +
+Sub-type of CPU +

+

running +
+True if the CPU is running +

+

slot_num +
+Slot number of the CPU +

+

is_master +
+True if this is the master processor +
+

DESCRIPTION

+

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

RELATED INFORMATION

+

+Functions: +processor_info.