Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/inc/include/sun4/
H A Dparam.h130 #define btop(x) (((unsigned)(x)) >> PAGESHIFT) macro
/titanic_50/usr/src/ucbhead/sys/
H A Dparam.h237 #define btop(x) (((unsigned)(x)) / PAGESIZE) macro
/titanic_50/usr/src/uts/common/os/
H A Dddi.c403 btop(size_t numbytes) in btop() function
/titanic_50/usr/src/uts/common/sys/
H A Dparam.h439 #define btop(x) (((x) >> PAGESHIFT)) macro