Home
last modified time | relevance | path

Searched defs:btopr (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/lib/libbc/inc/include/sun4/
H A Dparam.h131 #define btopr(x) ((((unsigned)(x) + PAGEOFFSET) >> PAGESHIFT)) macro
/titanic_51/usr/src/ucbhead/sys/
H A Dparam.h238 #define btopr(x) ((((unsigned)(x) + PAGEOFFSET) / PAGESIZE)) macro
/titanic_51/usr/src/uts/common/os/
H A Dddi.c414 btopr(size_t numbytes) in btopr() function
/titanic_51/usr/src/uts/common/sys/
H A Dparam.h440 #define btopr(x) ((((x) + PAGEOFFSET) >> PAGESHIFT)) macro