Searched refs:total_size_bytes (Results 1 – 1 of 1) sorted by relevance
425 static unsigned int calc_svp_size_64kb_aligned(unsigned int total_size_bytes) in calc_svp_size_64kb_aligned() argument427 return ((total_size_bytes + 0xFFFF) >> 16) << 16; // Round up to nearest 64KB boundary in calc_svp_size_64kb_aligned()