Searched refs:user_mmio_offset (Results 1 – 1 of 1) sorted by relevance
1551 u64 user_mmio_offset; in panthor_mmap() local1562 user_mmio_offset = READ_ONCE(pfile->user_mmio.offset); in panthor_mmap()1563 if (offset >= user_mmio_offset) { in panthor_mmap()1564 offset -= user_mmio_offset; in panthor_mmap()