Searched refs:ALIGN_UP (Results 1 – 3 of 3) sorted by relevance
43 #define ALIGN_UP(x, align) (((x) + ((align)-1)) & ~((align)-1)) macro
735 ctx->baseaddr = (void *)ALIGN_UP((size_t)ptr, in hugetlb_setup_memory()
220 rom_size = ALIGN_UP(file_size, 4096); in load_pci_rombar()
Completed in 8 milliseconds