HomeSort by: relevance | last modified time | path
    Searched defs:pmap_resident_count (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/sys/rump/include/machine/
pmap.h 38 #define pmap_resident_count(a) (0) macro
pmap.h 38 #define pmap_resident_count(a) (0) macro
pmap.h 38 #define pmap_resident_count(a) (0) macro
pmap.h 38 #define pmap_resident_count(a) (0) macro
  /src/sys/rump/librump/rumpkern/arch/generic/
rump_generic_pmap.c 92 #ifndef pmap_resident_count
94 pmap_resident_count(struct pmap *pmap) function in typeref:typename:long
rump_generic_pmap.c 92 #ifndef pmap_resident_count
94 pmap_resident_count(struct pmap *pmap) function in typeref:typename:long
rump_generic_pmap.c 92 #ifndef pmap_resident_count
94 pmap_resident_count(struct pmap *pmap) function in typeref:typename:long
rump_generic_pmap.c 92 #ifndef pmap_resident_count
94 pmap_resident_count(struct pmap *pmap) function in typeref:typename:long
  /src/sys/rump/librump/rumpkern/arch/x86/
rump_x86_pmap.c 112 pmap_resident_count(struct pmap *pmap) function in typeref:typename:long
rump_x86_pmap.c 112 pmap_resident_count(struct pmap *pmap) function in typeref:typename:long
rump_x86_pmap.c 112 pmap_resident_count(struct pmap *pmap) function in typeref:typename:long
rump_x86_pmap.c 112 pmap_resident_count(struct pmap *pmap) function in typeref:typename:long
  /src/sys/arch/sh3/include/
pmap.h 61 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
pmap.h 61 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
pmap.h 61 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
pmap.h 61 #define pmap_resident_count(pmap) ((pmap)->pm_stats.resident_count) macro
  /src/sys/arch/sun2/include/
pmap.h 58 #define pmap_resident_count(pmap) (pmap_resident_pages(pmap)) macro
pmap.h 58 #define pmap_resident_count(pmap) (pmap_resident_pages(pmap)) macro
pmap.h 58 #define pmap_resident_count(pmap) (pmap_resident_pages(pmap)) macro
  /src/sys/arch/sun3/include/
pmap3.h 58 #define pmap_resident_count(pmap) (pmap_resident_pages(pmap)) macro
pmap3x.h 44 /* Common function for pmap_resident_count(), pmap_wired_count() */
48 #define pmap_resident_count(pmap) (pmap_count((pmap), 0)) macro
pmap3.h 58 #define pmap_resident_count(pmap) (pmap_resident_pages(pmap)) macro
pmap3x.h 44 /* Common function for pmap_resident_count(), pmap_wired_count() */
48 #define pmap_resident_count(pmap) (pmap_count((pmap), 0)) macro
pmap3.h 58 #define pmap_resident_count(pmap) (pmap_resident_pages(pmap)) macro
pmap3x.h 44 /* Common function for pmap_resident_count(), pmap_wired_count() */
48 #define pmap_resident_count(pmap) (pmap_count((pmap), 0)) macro

Completed in 49 milliseconds

1 2 3 4