max_real_pages 109 drivers/gpu/drm/ati_pcigart.c int max_ati_pages, max_real_pages; max_real_pages 145 drivers/gpu/drm/ati_pcigart.c max_real_pages = max_ati_pages / (PAGE_SIZE / ATI_PCIGART_PAGE_SIZE); max_real_pages 146 drivers/gpu/drm/ati_pcigart.c pages = (entry->pages <= max_real_pages) max_real_pages 147 drivers/gpu/drm/ati_pcigart.c ? entry->pages : max_real_pages;