Searched defs:trunc_page (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/ia64/include/
H A Dparam.h117 #define trunc_page(x) ((unsigned long)(x) & ~(PAGE_MASK)) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dparam.h119 #define trunc_page(x) ((unsigned long)(x) & ~(PAGE_MASK)) macro
/freebsd-10-stable/sys/arm/include/
H A Dparam.h139 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
/freebsd-10-stable/sys/mips/include/
H A Dparam.h174 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dparam.h139 #define trunc_page(x) ((unsigned long)(x) & ~PAGE_MASK) macro
/freebsd-10-stable/sys/amd64/include/
H A Dparam.h133 #define trunc_page(x) ((unsigned long)(x) & ~(PAGE_MASK)) macro
/freebsd-10-stable/sys/i386/include/
H A Dparam.h152 #define trunc_page(x) ((x) & ~PAGE_MASK) macro

Completed in 156 milliseconds