agp_memory
struct agp_memory *mem = handle;
struct agp_memory *mem = handle;
struct agp_memory *mem = handle;
struct agp_memory *mem = handle;
struct agp_memory *
struct agp_memory *mem;
agp_generic_free_memory(struct agp_softc *sc, struct agp_memory *mem)
agp_generic_bind_memory(struct agp_softc *sc, struct agp_memory *mem,
agp_generic_bind_memory_bounded(struct agp_softc *sc, struct agp_memory *mem,
agp_generic_unbind_memory(struct agp_softc *sc, struct agp_memory *mem)
static struct agp_memory *
struct agp_memory *mem;
struct agp_memory *mem;
struct agp_memory *mem = agp_find_memory(sc, id);
struct agp_memory *mem = agp_find_memory(sc, bind->key);
struct agp_memory *mem = agp_find_memory(sc, unbind->key);
struct agp_memory *mem;
static int agp_i810_unbind_memory(struct agp_softc *, struct agp_memory *);
static struct agp_memory *
struct agp_memory *mem;
agp_i810_free_memory(struct agp_softc *sc, struct agp_memory *mem)
agp_i810_bind_memory(struct agp_softc *sc, struct agp_memory *mem,
agp_i810_bind_memory_dcache(struct agp_softc *sc, struct agp_memory *mem,
agp_i810_bind_memory_hwcursor(struct agp_softc *sc, struct agp_memory *mem,
agp_i810_unbind_memory(struct agp_softc *sc, struct agp_memory *mem)
static struct agp_memory *agp_i810_alloc_memory(struct agp_softc *, int,
static int agp_i810_free_memory(struct agp_softc *, struct agp_memory *);
static int agp_i810_bind_memory(struct agp_softc *, struct agp_memory *,
static int agp_i810_bind_memory_dcache(struct agp_softc *, struct agp_memory *,
struct agp_memory *, off_t);
struct agp_memory *(*alloc_memory)(struct agp_softc *, int, vsize_t);
int (*free_memory)(struct agp_softc *, struct agp_memory *);
int (*bind_memory)(struct agp_softc *, struct agp_memory *, off_t);
int (*unbind_memory)(struct agp_softc *, struct agp_memory *);
struct agp_memory *agp_generic_alloc_memory(struct agp_softc *, int, vsize_t);
int agp_generic_free_memory(struct agp_softc *, struct agp_memory *);
int agp_generic_bind_memory(struct agp_softc *, struct agp_memory *, off_t);
int agp_generic_bind_memory_bounded(struct agp_softc *, struct agp_memory *,
int agp_generic_unbind_memory(struct agp_softc *, struct agp_memory *);
TAILQ_HEAD(agp_memory_list, agp_memory);
TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */