HomeSort by: relevance | last modified time | path
    Searched refs:hppa_cpu_info (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/hppa/dev/
cpu.c 106 aprint_normal(": %s", hppa_cpu_info->hci_chip_name);
107 if (hppa_cpu_info->hci_chip_nickname != NULL)
108 aprint_normal(" (%s)", hppa_cpu_info->hci_chip_nickname);
119 hppa_cpu_info->hci_chip_type,
120 hppa_cpu_info->hci_chip_spec);
power.c 268 if (pdc_power_info.addr == 0 && hppa_cpu_info->hci_cputype != hpcxl) {
mem.c 253 if (hppa_cpu_info->hci_cputype == hpcxl2) {
sti_sgc.c 278 if (hppa_cpu_info->hci_cputype == hpcxl2
hyperfb.c 389 if (hppa_cpu_info->hci_cputype == hpcxl2
  /src/sys/arch/hppa/include/
cpu.h 94 struct hppa_cpu_info { struct
121 extern const struct hppa_cpu_info *hppa_cpu_info;
416 return (hppa_cpu_info->hci_features & HPPA_FTRS_W32B) != 0;
423 return (hppa_cpu_info->hci_features & HPPA_FTRS_TLBU) != 0;
  /src/sys/arch/hppa/hppa/
machdep.c 220 const struct hppa_cpu_info *hppa_cpu_info; variable in typeref:typename:const struct hppa_cpu_info *
332 const struct hppa_cpu_info cpu_types[] = {
651 const struct hppa_cpu_info *p = NULL;
803 hppa_cpu_info = p;
805 if (hppa_cpu_info->hci_chip_name == NULL)
814 cpu_type = hppa_cpu_info->hci_cputype;
815 cpu_ibtlb_ins = hppa_cpu_info->ibtlbins;
816 cpu_dbtlb_ins = hppa_cpu_info->dbtlbins;
817 cpu_hpt_init = hppa_cpu_info->hptinit
    [all...]
  /src/sys/arch/hppa/gsc/
if_iee_gsc.c 217 cpu_type = hppa_cpu_info->hci_cputype;

Completed in 17 milliseconds