Home | History | Annotate | Line # | Download | only in include
pmap.h revision 1.5.6.2
      1  1.5.6.2  bouyer /*	$NetBSD: pmap.h,v 1.5.6.2 2000/11/20 20:00:37 bouyer Exp $	*/
      2  1.5.6.2  bouyer /*      $OpenBSD: pmap.h,v 1.3 1997/04/19 17:19:58 pefo Exp $ */
      3  1.5.6.2  bouyer 
      4  1.5.6.2  bouyer #include <mips/pmap.h>
      5  1.5.6.2  bouyer 
      6  1.5.6.2  bouyer #define pmap_resident_count(pmap)       ((pmap)->pm_stats.resident_count)
      7  1.5.6.2  bouyer #define PMAP_PREFER(pa, va)             pmap_prefer((pa), (va))
      8