Searched refs:PAGE_MASK (Results 1 – 2 of 2) sorted by relevance
46 #define PAGE_MASK (PAGE_SIZE-1) macro47 #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK)97 if ((offset & PAGE_MASK) || (size & PAGE_MASK)) in drm_addmap()
96 #define PAGE_MASK(a) ((a) & ~(PAGE_SIZE - 1)) macro395 size = PAGE_MASK(size); in xkb_map_p2m()396 off = PAGE_MASK(boff); in xkb_map_p2m()1452 sz = PAGE_MASK(sz); in xkb_close()