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

  /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/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;

Completed in 14 milliseconds