Searched refs:as_maxmem (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/agp/
H A Dagppriv.h70 u_int32_t as_maxmem; /* allocation upper bound */ member in struct:agp_softc
H A Dagp.c237 sc->as_maxmem = agp_max[i][1] << 20U;
480 if (size > sc->as_maxmem - sc->as_allocated)
728 info->pg_total = info->pg_system = sc->as_maxmem >> AGP_PAGE_SHIFT;
930 info->ai_memory_allowed = sc->as_maxmem;
H A Dagp_i810.c1710 sc->agp.as_allocated + size > sc->agp.as_maxmem)

Completed in 160 milliseconds