Searched refs:aligned_offset (Results 1 – 1 of 1) sorted by relevance
306 uint aligned_offset = (rounded_base - a->base) / PAGE_SIZE; in pmm_alloc_contiguous() local307 uint start = aligned_offset; in pmm_alloc_contiguous()322 …start = ROUNDUP(start - aligned_offset + i + 1, 1UL << (alignment_log2 - PAGE_SIZE_SHIFT)) + align… in pmm_alloc_contiguous()
Completed in 2 milliseconds