Home
last modified time | relevance | path

Searched refs:trunc_page (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/compat/bhyve/sys/
H A Dparam.h52 #define trunc_page(x) ((unsigned long)(x) & ~(PAGE_MASK)) macro
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dparam.h152 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dparam.h139 #define trunc_page(x) ((unsigned long)(x) & ~(PAGE_MASK)) macro