Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpage.h102 #define round_page(x) ((((uintptr_t)(x)) + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)) macro
/freebsd/sys/sys/
H A Dparam.h206 #define round_page(x) roundup2(x, PAGE_SIZE) macro