Lines Matching defs:vmalloc
47 void *vmalloc;
174 * This function flushes the dirty regions of the vmalloc framebuffer to the
216 * Handle panning when copying from vmalloc to framebuffer.
244 src_ptr = (u8 *)par->vmalloc +
675 par->vmalloc = NULL;
691 par->vmalloc = vzalloc(fb_size);
692 if (unlikely(par->vmalloc == NULL)) {
714 info->screen_base = (char __iomem *)par->vmalloc;
770 vfree(par->vmalloc);
798 vfree(par->vmalloc);