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

  /src/sys/arch/hppa/hppa/
machdep.h 74 extern u_int hppa_btlb_size_max;
machdep.c 260 u_int hppa_btlb_size_min, hppa_btlb_size_max; variable in typeref:typename:u_int
749 hppa_btlb_size_max = pdc_btlb.max_size;
752 DPRINTF(("hppa_btlb_size_max 0x%x\n", hppa_btlb_size_max));
pmap.c 957 btlb_entry_max = (vsize_t) hppa_btlb_size_max * PAGE_SIZE;

Completed in 14 milliseconds