Home | History | Annotate | Download | only in test

Lines Matching refs:pmem_fd

280    pMem->pmem_fd = open("/dev/pmem_adsp", O_RDWR | O_SYNC);
281 if ((int)(pMem->pmem_fd) < 0)
287 MAP_SHARED, pMem->pmem_fd, pMem->offset);
290 close(pMem->pmem_fd);
291 pMem->pmem_fd = -1;
294 D("allocated pMem->fd = %d pvirt=0x%x, pMem->phys=0x%x, size = %d", pMem->pmem_fd,
306 close(pMem->pmem_fd);
307 pMem->pmem_fd = -1;