Searched refs:BOUNCE_MAP_SIZE (Results 1 – 1 of 1) sorted by relevance
21 #define BOUNCE_MAP_SIZE (1 << BOUNCE_MAP_SHIFT) macro22 #define BOUNCE_MAP_MASK (~(BOUNCE_MAP_SIZE - 1))23 #define BOUNCE_MAP_ALIGN(addr) (((addr) + BOUNCE_MAP_SIZE - 1) & ~(BOUNCE_MAP_SIZE - 1))