xref: /xnu-11215.41.3/osfmk/man/processor_basic_info.html (revision 33de042d024d46de5ff4e89f2471de6608e37fa4)
1*33de042dSApple OSS Distributions<h2>processor_basic_info</h2>
2*33de042dSApple OSS Distributions<hr>
3*33de042dSApple OSS Distributions<p>
4*33de042dSApple OSS Distributions<strong>Structure</strong> - Defines the basic information about a processor.
5*33de042dSApple OSS Distributions<h3>SYNOPSIS</h3>
6*33de042dSApple OSS Distributions<pre>
7*33de042dSApple OSS Distributions<strong>struct processor_basic_info</strong>
8*33de042dSApple OSS Distributions<strong>{</strong>
9*33de042dSApple OSS Distributions       <strong>cpu_type_t</strong>        <var>cpu_type</var><strong>;</strong>
10*33de042dSApple OSS Distributions       <strong>cpu_subtype_t</strong>  <var>cpu_subtype</var><strong>;</strong>
11*33de042dSApple OSS Distributions       <strong>boolean_t</strong>          <var>running</var><strong>;</strong>
12*33de042dSApple OSS Distributions       <strong>int</strong>               <var>slot_num</var><strong>;</strong>
13*33de042dSApple OSS Distributions       <strong>boolean_t</strong>        <var>is_master</var><strong>;</strong>
14*33de042dSApple OSS Distributions<strong>};</strong>
15*33de042dSApple OSS Distributions
16*33de042dSApple OSS Distributions<strong>typedef struct processor_basic_info* processor_basic_info_t;</strong>
17*33de042dSApple OSS Distributions</pre>
18*33de042dSApple OSS Distributions<h3>FIELDS</h3>
19*33de042dSApple OSS Distributions<dl>
20*33de042dSApple OSS Distributions<dt> <var>cpu_type</var>
21*33de042dSApple OSS Distributions<dd>
22*33de042dSApple OSS DistributionsType of CPU
23*33de042dSApple OSS Distributions<p>
24*33de042dSApple OSS Distributions<dt> <var>cpu_subtype</var>
25*33de042dSApple OSS Distributions<dd>
26*33de042dSApple OSS DistributionsSub-type of CPU
27*33de042dSApple OSS Distributions<p>
28*33de042dSApple OSS Distributions<dt> <var>running</var>
29*33de042dSApple OSS Distributions<dd>
30*33de042dSApple OSS DistributionsTrue if the CPU is running
31*33de042dSApple OSS Distributions<p>
32*33de042dSApple OSS Distributions<dt> <var>slot_num</var>
33*33de042dSApple OSS Distributions<dd>
34*33de042dSApple OSS DistributionsSlot number of the CPU
35*33de042dSApple OSS Distributions<p>
36*33de042dSApple OSS Distributions<dt> <var>is_master</var>
37*33de042dSApple OSS Distributions<dd>
38*33de042dSApple OSS DistributionsTrue if this is the master processor
39*33de042dSApple OSS Distributions</dl>
40*33de042dSApple OSS Distributions<h3>DESCRIPTION</h3>
41*33de042dSApple OSS Distributions<p>
42*33de042dSApple OSS DistributionsThe <strong>processor_basic_info</strong> structure defines the information
43*33de042dSApple OSS Distributionsavailable about a processor slot.
44*33de042dSApple OSS Distributions<h3>RELATED INFORMATION</h3>
45*33de042dSApple OSS Distributions<p>
46*33de042dSApple OSS DistributionsFunctions:
47*33de042dSApple OSS Distributions<a href="processor_info.html"><strong>processor_info</strong></a>.
48