Home
last modified time | relevance | path

Searched refs:PAGE_ALIGN (Results 1 – 3 of 3) sorted by relevance

/third_party/eudev/src/shared/
Dmempool.c58 size = PAGE_ALIGN(ALIGN(sizeof(struct pool)) + n*mp->tile_size); in mempool_alloc_tile()
Dutil.h54 #define PAGE_ALIGN(l) ALIGN_TO((l), page_size()) macro
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dwdm.h10543 #define PAGE_ALIGN(Va) \ macro
10638 (_MemoryDescriptorList)->StartVa = (PVOID) PAGE_ALIGN(_BaseVa); \