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