Home
last modified time | relevance | path

Searched defs:pdc_model (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hppa/include/
H A Dpdc.h349 struct pdc_model { /* PDC_MODEL */ struct
350 u_int res1 : 16; /* reserved */
351 u_int hwmodel : 12; /* hardware model. */
352 u_int hv : 4;
353 u_int rev : 4; /* zero for all native processors */
354 u_int model : 20; /* 4 for all native processors */
355 u_int sh : 1; /* shadow registers are present */
356 u_int reserved : 2; /* reserved */
357 u_int mc : 1; /* module category (A - 0, B - 1) */
358 u_int reserved1 : 2; /* reserved */
[all …]
/netbsd-src/sys/arch/hppa/hppa/
H A Dmachdep.c184 struct pdc_model pdc_model; variable
299 struct pdc_model pdc_model; variable