Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dparam.h153 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dparam.h138 #define round_page(x) ((((unsigned long)(x)) + PAGE_MASK) & ~(PAGE_MASK)) macro