Lines Matching defs:vmalloc
42 void *vmalloc;
169 * This function flushes the dirty regions of the vmalloc framebuffer to the
211 * Handle panning when copying from vmalloc to framebuffer.
239 src_ptr = (u8 *)par->vmalloc +
670 par->vmalloc = NULL;
686 par->vmalloc = vzalloc(fb_size);
687 if (unlikely(par->vmalloc == NULL)) {
709 info->screen_base = (char __iomem *)par->vmalloc;
765 vfree(par->vmalloc);
793 vfree(par->vmalloc);