Searched defs:PGDIR_ALIGN (Results 1 – 2 of 2) sorted by relevance
22 #define PGDIR_ALIGN(__addr) (((__addr) + ~PGDIR_MASK) & PGDIR_MASK) macro