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

  /src/sys/arch/usermode/usermode/
pmap.c 148 vaddr_t free_start, free_end; local in function:pmap_bootstrap
299 free_end = file_len; /* in physical space ! */
441 atop(free_end),
443 atop(free_end),
453 (uint64_t) (free_end - (free_start + fpos))/1024/1024);
pmap.c 148 vaddr_t free_start, free_end; local in function:pmap_bootstrap
299 free_end = file_len; /* in physical space ! */
441 atop(free_end),
443 atop(free_end),
453 (uint64_t) (free_end - (free_start + fpos))/1024/1024);
pmap.c 148 vaddr_t free_start, free_end; local in function:pmap_bootstrap
299 free_end = file_len; /* in physical space ! */
441 atop(free_end),
443 atop(free_end),
453 (uint64_t) (free_end - (free_start + fpos))/1024/1024);

Completed in 35 milliseconds