Home
last modified time | relevance | path

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

/freebsd/sys/dev/agp/
H A Dagppriv.h70 u_int32_t as_maxmem; /* allocation upper bound */ member
H A Dagp.c235 sc->as_maxmem = agp_max[i][1] << 20U; in agp_generic_attach()
500 if (size > sc->as_maxmem - sc->as_allocated) in agp_generic_alloc_memory()
743 info->pg_total = info->pg_system = sc->as_maxmem >> AGP_PAGE_SHIFT; in agp_info_user()
945 info->ai_memory_allowed = sc->as_maxmem; in agp_get_info()
H A Dagp_i810.c1709 sc->agp.as_allocated + size > sc->agp.as_maxmem) in agp_i810_alloc_memory()