Searched refs:pcs_proc_type (Results 1 – 1 of 1) sorted by relevance
273 u_int64_t pcs_proc_type; /* B0: processor type */ member290 #define PCS_CPU_MAJORTYPE(p) ((p)->pcs_proc_type & 0xffffffff)291 #define PCS_CPU_MINORTYPE(p) ((p)->pcs_proc_type >> 32)