Home
last modified time | relevance | path

Searched refs:kbtop (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dparam.h459 #define kbtop(x) ((x) >> (PAGESHIFT - 10)) macro
/titanic_41/usr/src/uts/i86xpv/os/
H A Dballoon.c613 new_target_pages = kbtop(new_target_kb); in balloon_handler()