Lines Matching defs:end
106 phys_addr_t memblock_find_in_range(phys_addr_t start, phys_addr_t end, phys_addr_t size, phys_addr_t align);
151 * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL
167 * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL
183 * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL
194 * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL
204 * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL
213 * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL
244 * @p_end: ptr to ulong for end pfn of the range, can be %NULL
261 * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL
265 * assumption is that the zone start, end, and pgdat have been associated.
279 * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL
298 * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL
313 * @p_end: ptr to phys_addr_t for end address of the range, can be %NULL
357 phys_addr_t memblock_phys_alloc_range(phys_addr_t size, phys_addr_t align, phys_addr_t start, phys_addr_t end);
358 phys_addr_t memblock_alloc_range_nid(phys_addr_t size, phys_addr_t align, phys_addr_t start, phys_addr_t end, int nid,
476 * memblock_region_memory_end_pfn - get the end pfn of the memory region
498 * memblock_region_reserved_end_pfn - get the end pfn of the reserved region
543 extern void early_memtest(phys_addr_t start, phys_addr_t end);
545 static inline void early_memtest(phys_addr_t start, phys_addr_t end)