OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 13 16:09:52 GMT 2025