Searched refs:ROUND_SUPERPAGE (Results 1 – 1 of 1) sorted by relevance
101 #define ROUND_SUPERPAGE(x) ((((uintptr_t)(x)) + I386_LPGBYTES - 1) & ~(I386_LPGMASK)) macro107 shadow_pnext = ROUND_SUPERPAGE(shadow_pnext); in alloc_superpage()