Searched defs:PAGE_ALIGN (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h45 #define PAGE_ALIGN(x) ALIGN(x, PAGE_SIZE) macro
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h423 #define PAGE_ALIGN(addr) round_page(addr) macro
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h303 #define PAGE_ALIGN(addr) round_page(addr) macro
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h221 #define PAGE_ALIGN(addr) round_page(addr) macro
/freebsd-11-stable/sys/compat/ndis/
H A Dntoskrnl_var.h134 #define PAGE_ALIGN(ptr) \ macro

Completed in 105 milliseconds