Lines Matching defs:pdc_model
326 struct pdc_model { /* PDC_MODEL */ struct
327 u_int hvers; /* hardware version */
328 u_int rev : 4; /* zero for all native processors */
329 u_int model : 20; /* 4 for all native processors */
330 u_int sh : 1; /* shadow registers are present */
331 u_int reserved : 2; /* reserved */
332 u_int mc : 1; /* module category (A - 0, B - 1) */
333 u_int reserved1 : 2; /* reserved */
334 u_int pa_lvl : 2; /* PA-RISC level */
335 u_int hw_id; /* unique processor hardware identifier */
336 u_int boot_id; /* same as hw_id */
337 u_int sw_id; /* software security and licensing */
338 u_int sw_cap; /* OS capabilities of processor */
339 u_int arch_rev; /* architecture revision */
340 u_int pot_key; /* potential key */
341 u_int curr_key; /* current key */
342 int filler1;
343 u_int filler2[22];