Searched refs:BCM_PAGE_MASK (Results 1 – 1 of 1) sorted by relevance
288 #define BCM_PAGE_MASK (~(BCM_PAGE_SIZE - 1)) macro289 #define BCM_PAGE_ALIGN(addr) (((addr) + BCM_PAGE_SIZE - 1) & BCM_PAGE_MASK)