Home
last modified time | relevance | path

Searched defs:PG_PFNUM (Results 1 – 6 of 6) sorted by relevance

/csrg-svn/sys/vax/include/
H A Dpte.h54 #define PG_PFNUM 0x001fffff macro
/csrg-svn/sys/tahoe/include/
H A Dpte.h61 #define PG_PFNUM 0x003fffff macro
/csrg-svn/sys/pmax/include/
H A Dpte.h66 #define PG_PFNUM(x) (((x) & PG_FRAME) >> PG_SHIFT) macro
/csrg-svn/sys/sparc/include/
H A Dpte.h139 #define PG_PFNUM 0x0007ffff /* n.b.: only 16 bits on sun4c */ macro
/csrg-svn/sys/luna68k/luna68k/
H A Dpte.h94 #define PG_PFNUM(x) (((x) & PG_FRAME) >> PG_SHIFT) macro
/csrg-svn/sys/hp300/hp300/
H A Dpte.h92 #define PG_PFNUM(x) (((x) & PG_FRAME) >> PG_SHIFT) macro