Lines Matching refs:tmp_addr
1340 * @tmp_addr: the start of the region served
1344 * base_addr is page aligned down of @tmp_addr while the region end is page
1349 * Chunk serving the region at @tmp_addr of @map_size.
1351 static struct pcpu_chunk * __init pcpu_alloc_first_chunk(unsigned long tmp_addr,
1360 aligned_addr = tmp_addr & PAGE_MASK;
1362 start_offset = tmp_addr - aligned_addr;
2575 unsigned long tmp_addr;
2715 tmp_addr = (unsigned long)base_addr + static_size;
2717 pcpu_reserved_chunk = pcpu_alloc_first_chunk(tmp_addr,
2719 tmp_addr = (unsigned long)base_addr + static_size + ai->reserved_size;
2720 pcpu_first_chunk = pcpu_alloc_first_chunk(tmp_addr, dyn_size);