HomeSort by: relevance | last modified time | path
    Searched refs:as_maxmem (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
agp.c 360 sc->as_maxmem = agp_max[i][1] << 20U;
616 if (sc->as_allocated + size > sc->as_maxmem)
904 info->pg_total = info->pg_system = sc->as_maxmem >> AGP_PAGE_SHIFT;
1155 info->ai_memory_allowed = sc->as_maxmem;
agpvar.h 138 u_int32_t as_maxmem; /* allocation upper bound */ member in struct:agp_softc
agp_i810.c 1271 KASSERT(sc->as_allocated <= sc->as_maxmem);
1272 if (size > (sc->as_maxmem - sc->as_allocated))

Completed in 63 milliseconds