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

/freebsd-current/sys/riscv/include/
H A Dparam.h97 #define trunc_page(x) ((unsigned long)(x) & ~PAGE_MASK) macro
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h102 #undef trunc_page macro
103 #define trunc_page(x) ((uintptr_t)(x) & ~(PAGE_SIZE - 1)) macro
/freebsd-current/sys/arm64/include/
H A Dparam.h123 #define trunc_page(x) ((unsigned long)(x) & ~PAGE_MASK) macro
/freebsd-current/sys/arm/include/
H A Dparam.h130 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
/freebsd-current/sys/powerpc/include/
H A Dparam.h144 #define trunc_page(x) ((x) & ~(PAGE_MASK)) macro
/freebsd-current/sys/i386/include/
H A Dparam.h147 #define trunc_page(x) ((x) & ~PAGE_MASK) macro
/freebsd-current/sys/amd64/include/
H A Dparam.h146 #define trunc_page(x) ((unsigned long)(x) & ~(PAGE_MASK)) macro

Completed in 83 milliseconds