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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_validation.h 75 * @total_mem: Amount of reserved memory.
90 size_t total_mem; member in struct:vmw_validation_context
  /src/sys/arch/sun3/sun3x/
pmap.c 923 unsigned int total_mem; local in function:pmap_alloc_pv
939 total_mem = 0;
941 avail_mem[i].pmem_pvbase = m68k_btop(total_mem);
942 total_mem += avail_mem[i].pmem_end - avail_mem[i].pmem_start;

Completed in 64 milliseconds