Home
last modified time | relevance | path

Searched refs:pcs_proc_type (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/arch/alpha/include/
Drpb.h273 u_int64_t pcs_proc_type; /* B0: processor type */ member
290 #define PCS_CPU_MAJORTYPE(p) ((p)->pcs_proc_type & 0xffffffff)
291 #define PCS_CPU_MINORTYPE(p) ((p)->pcs_proc_type >> 32)