clflush_add 272 drivers/gpu/drm/gma500/mmu.c uint32_t clflush_add = pd->driver->clflush_add >> PAGE_SHIFT; clflush_add 273 drivers/gpu/drm/gma500/mmu.c uint32_t clflush_count = PAGE_SIZE / clflush_add; clflush_add 301 drivers/gpu/drm/gma500/mmu.c clf += clflush_add; clflush_add 483 drivers/gpu/drm/gma500/mmu.c driver->clflush_add = clflush_add 485 drivers/gpu/drm/gma500/mmu.c driver->clflush_mask = driver->clflush_add - 1; clflush_add 511 drivers/gpu/drm/gma500/mmu.c unsigned long clflush_add = pd->driver->clflush_add; clflush_add 537 drivers/gpu/drm/gma500/mmu.c } while (addr += clflush_add, clflush_add 27 drivers/gpu/drm/gma500/mmu.h int clflush_add;