Home
last modified time | relevance | path

Searched defs:ptoa (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/boot/sys/i386/include/
H A Dparam.h158 #define ptoa(x) ((x) << PAGE_SHIFT) macro
/titanic_51/usr/src/boot/sys/amd64/include/
H A Dparam.h145 #define ptoa(x) ((unsigned long)(x) << PAGE_SHIFT) macro