Searched refs:ROUND_UP_TO_PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
99 #define ROUND_UP_TO_PAGE_SIZE(n) (((n) + 0x1000UL-1UL) & ~(0x1000UL-1UL)) macro9745 mmap_size = ROUND_UP_TO_PAGE_SIZE(size); in pmt_mmio_open()