Lines Matching full:to
30 * n is the number of the area to initialize
31 * base_pfn is the physical frame number of the start of the area to initialize
33 * the end of the area to initialize
49 * Equivalent to memalign_pages_flags(alignment, size, AREA_ANY).
58 * Equivalent to memalign_pages_flags(1ull << order, 1ull << order, flags).
65 * Equivalent to alloc_pages_flags(order, AREA_ANY);
74 * Equivalent to alloc_pages(0);
84 * The pointer must point to the start of the block.
90 * Equivalent to free_pages(mem).
99 * Equivalent to free_pages(mem).
118 * The memory range does not need to match a previous allocation