Searched refs:PAGE_ALIGN (Results 1 – 3 of 3) sorted by relevance
58 size = PAGE_ALIGN(ALIGN(sizeof(struct pool)) + n*mp->tile_size); in mempool_alloc_tile()
54 #define PAGE_ALIGN(l) ALIGN_TO((l), page_size()) macro
10543 #define PAGE_ALIGN(Va) \ macro10638 (_MemoryDescriptorList)->StartVa = (PVOID) PAGE_ALIGN(_BaseVa); \