Lines Matching refs:tmp_addr
1285 * @tmp_addr: the start of the region served
1289 * base_addr is page aligned down of @tmp_addr while the region end is page
1294 * Chunk serving the region at @tmp_addr of @map_size.
1296 static struct pcpu_chunk * __init pcpu_alloc_first_chunk(unsigned long tmp_addr,
1305 aligned_addr = tmp_addr & PAGE_MASK;
1307 start_offset = tmp_addr - aligned_addr;
2414 unsigned long tmp_addr;
2566 tmp_addr = (unsigned long)base_addr + static_size;
2568 chunk = pcpu_alloc_first_chunk(tmp_addr, map_size);
2574 tmp_addr = (unsigned long)base_addr + static_size +
2577 chunk = pcpu_alloc_first_chunk(tmp_addr, map_size);