Searched refs:pmem_baseaddress_temp (Results 1 – 1 of 1) sorted by relevance
6991 unsigned char *pmem_baseaddress_temp[MAX_NUM_INPUT_OUTPUT_BUFFERS] = {NULL}; in allocate_output_buffer() local7066 pmem_baseaddress_temp[idx] = (unsigned char *)mmap(NULL, in allocate_output_buffer()7070 if (pmem_baseaddress_temp[idx] == MAP_FAILED) { in allocate_output_buffer()7082 munmap(pmem_baseaddress_temp[idx], alloc_size[idx]); in allocate_output_buffer()7177 drv_ctx.op_buf_map_info[i].base_address = pmem_baseaddress_temp[block_idx]; in allocate_output_buffer()7187 … pmem_baseaddress_temp[block_idx] + (drv_ctx.op_buf.buffer_size * (i % block_buf_count)); in allocate_output_buffer()