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

  /src/sys/arch/usermode/usermode/
pmap.c 100 static int pm_nentries = 0; variable in typeref:typename:int
310 pm_nentries = (kmem_k_end - VM_MIN_ADDRESS) / PAGE_SIZE;
311 pm_entries_size = round_page(pm_nentries * sizeof(struct pv_entry *));
313 "%d logical pages\n", pm_entries_size/1024, pm_nentries);
316 pm_nl1 = pm_nentries / PMAP_L2_NENTRY;
644 if (lpn >= pm_nentries)
664 if (lpn >= pm_nentries)
pmap.c 100 static int pm_nentries = 0; variable in typeref:typename:int
310 pm_nentries = (kmem_k_end - VM_MIN_ADDRESS) / PAGE_SIZE;
311 pm_entries_size = round_page(pm_nentries * sizeof(struct pv_entry *));
313 "%d logical pages\n", pm_entries_size/1024, pm_nentries);
316 pm_nl1 = pm_nentries / PMAP_L2_NENTRY;
644 if (lpn >= pm_nentries)
664 if (lpn >= pm_nentries)

Completed in 26 milliseconds