Searched refs:round_up_p2 (Results 1 – 1 of 1) sorted by relevance
95 #define round_up_p2(a, s) (((a) + (s) - 1) & ~((s) - 1)) macro2818 len = round_up_p2(len, PAGESIZE); in devmap_unload()3097 len = round_up_p2(len, PAGESIZE); in devmap_load()