PVOID
PAGE_ALIGN(
IN PVOID Va
);
PAGE_ALIGN returns a page-aligned virtual address for a given virtual address.
PAGE_ALIGN returns a pointer to the page-aligned virtual address.
Callers of PAGE_ALIGN can be running at any IRQL.