Home
last modified time | relevance | path

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

/titanic_52/usr/src/boot/sys/i386/include/
H A Dparam.h152 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
/titanic_52/usr/src/boot/sys/amd64/include/
H A Dparam.h139 #define trunc_page(x) ((unsigned long)(x) & ~(PAGE_MASK)) macro