Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/dev/
H A Dmem.c253 if (hppa_cpu_info->hci_cputype == hpcxl2) { in memattach()
H A Dsti_sgc.c278 if (hppa_cpu_info->hci_cputype == hpcxl2 in sti_sgc_attach()
H A Dpower.c268 if (pdc_power_info.addr == 0 && hppa_cpu_info->hci_cputype != hpcxl) { in pwr_sw_init()
H A Dhyperfb.c396 if (hppa_cpu_info->hci_cputype == hpcxl2 in hyperfb_attach()
/netbsd-src/sys/arch/hppa/gsc/
H A Dif_iee_gsc.c217 cpu_type = hppa_cpu_info->hci_cputype; in iee_gsc_attach()
/netbsd-src/sys/arch/hppa/include/
H A Dcpu.h103 enum hppa_cpu_type hci_cputype; member
/netbsd-src/sys/arch/hppa/hppa/
H A Dmachdep.c792 if (p->hci_cputype == cpu_type) { in cpuid()
811 if (pmap_hptsize && p->hci_cputype != hpcxl && p->hci_cputype != hpcxl2) in cpuid()
814 cpu_type = hppa_cpu_info->hci_cputype; in cpuid()