Lines Matching defs:tmp_addr
1334 * @tmp_addr: the start of the region served
1338 * base_addr is page aligned down of @tmp_addr while the region end is page
1343 * Chunk serving the region at @tmp_addr of @map_size.
1345 static struct pcpu_chunk * __init pcpu_alloc_first_chunk(unsigned long tmp_addr,
1354 aligned_addr = tmp_addr & PAGE_MASK;
1356 start_offset = tmp_addr - aligned_addr;
2592 unsigned long tmp_addr;
2747 tmp_addr = (unsigned long)base_addr + static_size;
2749 pcpu_reserved_chunk = pcpu_alloc_first_chunk(tmp_addr,
2751 tmp_addr = (unsigned long)base_addr + static_size + ai->reserved_size;
2752 pcpu_first_chunk = pcpu_alloc_first_chunk(tmp_addr, dyn_size);