Processor basic information.
typedef struct _processor_basic_info { UMA_UINT32 CPU_TYPE; /* Type of CPU. */ UMA_UINT32 CPU_SUBTYPE; /* Sub-type of CPU. */ UMA_UINT32 SLOT_NUMBER; /* Slot number of CPU. */ UMA_UINT32 PROCESSOR_HZ; /* Processor speed. */ UMA_UINT32 LOCAL_MEMORY_SIZE; /* Local memory size. */ UMA_UINT32 RUNNING; /* TRUE if CPU is running. */ UMA_UINT32 IS_MASTER; /* TRUE if this is the master processor. */ } processor_basic_info; typedef processor _ basic _ info * processor _ basic _ info ;