Searched refs:ALIGN_UP_BY (Results 1 – 2 of 2) sorted by relevance
34 #define ALIGN_UP_BY(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) macro135 irom_len_to_reserve = ALIGN_UP_BY(irom_len_to_reserve, CONFIG_MMU_PAGE_SIZE); in s_reserve_irom_region()163 drom_len_to_reserve = ALIGN_UP_BY(drom_len_to_reserve, CONFIG_MMU_PAGE_SIZE); in s_reserve_drom_region()304 size_t aligned_size = ALIGN_UP_BY(size, CONFIG_MMU_PAGE_SIZE); in esp_mmu_map_reserve_block_with_caps()423 size_t aligned_size = ALIGN_UP_BY(size, CONFIG_MMU_PAGE_SIZE); in esp_mmu_map()
73 #define ALIGN_UP_BY(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) macro