Searched refs:uv_mmtimer_mmap (Results 1 - 1 of 1) sorted by relevance

/drivers/char/
H A Duv_mmtimer.c43 static int uv_mmtimer_mmap(struct file *file, struct vm_area_struct *vma);
52 .mmap = uv_mmtimer_mmap,
140 * uv_mmtimer_mmap - maps the clock's registers into userspace
147 static int uv_mmtimer_mmap(struct file *file, struct vm_area_struct *vma) function
168 printk(KERN_ERR "remap_pfn_range failed in uv_mmtimer_mmap\n");

Completed in 62 milliseconds