Searched defs:round_page (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/riscv/include/
H A Dparam.h97 #define round_page(x) (((unsigned long)(x) + PAGE_MASK) & ~PAGE_MASK) macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h91 #undef round_page macro
92 #define round_page(x) ((((uintptr_t)(x)) + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)) macro
/freebsd-11-stable/sys/arm/include/
H A Dparam.h140 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h116 #define round_page(x) (((unsigned long)(x) + PAGE_MASK) & ~PAGE_MASK) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dparam.h120 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) macro
/freebsd-11-stable/sys/mips/include/
H A Dparam.h175 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) macro
/freebsd-11-stable/sys/amd64/include/
H A Dparam.h138 #define round_page(x) ((((unsigned long)(x)) + PAGE_MASK) & ~(PAGE_MASK)) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dparam.h138 #define round_page(x) (((unsigned long)(x) + PAGE_MASK) & ~PAGE_MASK) macro
/freebsd-11-stable/sys/i386/include/
H A Dparam.h153 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) macro

Completed in 85 milliseconds