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

  /src/sys/arch/hppa/hppa/
pmap.c 807 vsize_t btlb_entry_min, btlb_entry_max, btlb_entry_got; local in function:pmap_bootstrap
957 btlb_entry_max = (vsize_t) hppa_btlb_size_max * PAGE_SIZE;
1016 btlb_entry_max)
1047 (size << 1) < btlb_entry_max &&
pmap.c 807 vsize_t btlb_entry_min, btlb_entry_max, btlb_entry_got; local in function:pmap_bootstrap
957 btlb_entry_max = (vsize_t) hppa_btlb_size_max * PAGE_SIZE;
1016 btlb_entry_max)
1047 (size << 1) < btlb_entry_max &&

Completed in 24 milliseconds