Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h238 #define btopr(x) ((((unsigned)(x) + PAGEOFFSET) / PAGESIZE)) macro
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c414 btopr(size_t numbytes) in btopr() function
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h452 #define btopr(x) ((((x) + PAGEOFFSET) >> PAGESHIFT)) macro