Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/dev/
H A Dcpu.c86 extern struct pdc_model pdc_model; in cpuattach()
122 lvls[pdc_model.pa_lvl], "AB"[pdc_model.mc]); in cpuattach()
129 pdc_model.sh? "shadows, ": ""); in cpuattach()
H A Dpdc.c609 pdcproc_model_info(struct pdc_model *pm) in pdcproc_model_info()
/netbsd-src/sys/arch/hppa/hppa/
H A Dmachdep.c184 struct pdc_model pdc_model; variable
299 struct pdc_model pdc_model; variable
662 error = pdcproc_model_info(&pdc_model); in cpuid()
666 pdc_model.hwmodel = 0; in cpuid()
667 pdc_model.hv = 0; in cpuid()
669 DPRINTF(("pdc_model.hwmodel/hv %x/%x\n", pdc_model.hwmodel, in cpuid()
670 pdc_model.hv)); in cpuid()
672 cpu_modelno = pdc_model.hwmodel; in cpuid()
806 panic("bad model string for 0x%x", pdc_model.hwmodel); in cpuid()
/netbsd-src/sys/arch/hppa/include/
H A Dpdc.h349 struct pdc_model { /* PDC_MODEL */ struct
780 int pdcproc_model_info(struct pdc_model *);