Searched defs:PAGE_COUNT (Results 1 – 2 of 2) sorted by relevance
27 #define PAGE_COUNT (1 << PAGE_IDX_BITS) macro
141 #define PAGE_COUNT(x) (((x) + PAGE_SIZE - 1) >> PAGE_SHIFT) macro