Searched refs:sc_maxmem (Results 1 – 3 of 3) sorted by relevance
90 u_int32_t sc_maxmem; /* allocation upper bound */ member
231 sc->sc_maxmem = agp_max[i][1] << 20;351 info->pg_system = sc->sc_maxmem >> AGP_PAGE_SHIFT;393 if (sc->sc_allocated + size > sc->sc_maxmem)
439 if (sc->sc_allocated + size > sc->sc_maxmem) in agp_i810_alloc_memory()