Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hppa/hppa/
Dmachdep.c666 pdc_model.hwmodel = 0; in cpuid()
669 DPRINTF(("pdc_model.hwmodel/hv %x/%x\n", pdc_model.hwmodel, 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/
Dpdc.h351 u_int hwmodel : 12; /* hardware model. */ member