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

  /src/sys/arch/sun3/include/
pmap3x.h 45 segsz_t pmap_count(pmap_t, int);
48 #define pmap_resident_count(pmap) (pmap_count((pmap), 0))
51 #define pmap_wired_count(pmap) (pmap_count((pmap), 1))
  /src/sys/arch/sun3/sun3x/
pmap.c 3632 /* pmap_count INTERFACE
3641 pmap_count(pmap_t pmap, int type) function in typeref:typename:segsz_t

Completed in 14 milliseconds