Searched defs:ptob (Results 1 – 5 of 5) sorted by relevance
129 #define ptob(x) ((x) << PAGESHIFT) macro
435 #define ptob(x) (((pgcnt_t)(x)) << PAGESHIFT) macro 437 #define ptob(x) ((x) << PAGESHIFT) macro
236 #define ptob(x) ((x) * PAGESIZE) macro
423 ptob(pgcnt_t numpages) in ptob() function
530 #define ptob(x) ((x) * PAGESIZE) macro