Searched refs:PG2MB (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/x86/x86/
H A Ddump_machdep.c159 #define PG2MB(pgs) ((pgs + (1 << 8) - 1) >> 8) macro
182 printf(" chunk %d: %juMB (%ju pages)", seqnr, (uintmax_t)PG2MB(pgs),
192 printf(" %ju", (uintmax_t)PG2MB(pgs));
/freebsd-10.1-release/sys/mips/mips/
H A Dminidump_machdep.c108 #define PG2MB(pgs) (((pgs) + (1 << 8) - 1) >> 8) macro
130 printf(" %jd", PG2MB(progress >> PAGE_SHIFT));
/freebsd-10.1-release/sys/arm/arm/
H A Dminidump_machdep.c86 #define PG2MB(pgs) (((pgs) + (1 << 8) - 1) >> 8) macro
141 printf(" %lld", PG2MB(progress >> PAGE_SHIFT));
/freebsd-10.1-release/sys/i386/i386/
H A Dminidump_machdep.c89 #define PG2MB(pgs) (((pgs) + (1 << 8) - 1) >> 8) macro
141 printf(" %lld", PG2MB(progress >> PAGE_SHIFT));
/freebsd-10.1-release/sys/amd64/amd64/
H A Dminidump_machdep.c91 #define PG2MB(pgs) (((pgs) + (1 << 8) - 1) >> 8) macro

Completed in 132 milliseconds