Searched defs:clflush_mask (Results 1 - 2 of 2) sorted by relevance

/drivers/char/agp/
H A Defficeon-agp.c244 const unsigned long clflush_mask = ~(clflush_chunk-1); local
275 clflush_mask))
/drivers/gpu/drm/gma500/
H A Dmmu.c68 unsigned long clflush_mask; member in struct:psb_mmu_driver
536 driver->clflush_mask = driver->clflush_add - 1;
537 driver->clflush_mask = ~driver->clflush_mask;
562 unsigned long clflush_mask = pd->driver->clflush_mask; local
593 (addr & clflush_mask) < next);

Completed in 3022 milliseconds