Symbol: agp_memory
sys/dev/pci/agp.c
1199
struct agp_memory *mem = handle;
sys/dev/pci/agp.c
1208
struct agp_memory *mem = handle;
sys/dev/pci/agp.c
1217
struct agp_memory *mem = handle;
sys/dev/pci/agp.c
1225
struct agp_memory *mem = handle;
sys/dev/pci/agp.c
615
struct agp_memory *
sys/dev/pci/agp.c
618
struct agp_memory *mem;
sys/dev/pci/agp.c
655
agp_generic_free_memory(struct agp_softc *sc, struct agp_memory *mem)
sys/dev/pci/agp.c
668
agp_generic_bind_memory(struct agp_softc *sc, struct agp_memory *mem,
sys/dev/pci/agp.c
677
agp_generic_bind_memory_bounded(struct agp_softc *sc, struct agp_memory *mem,
sys/dev/pci/agp.c
820
agp_generic_unbind_memory(struct agp_softc *sc, struct agp_memory *mem)
sys/dev/pci/agp.c
883
static struct agp_memory *
sys/dev/pci/agp.c
886
struct agp_memory *mem;
sys/dev/pci/agp.c
926
struct agp_memory *mem;
sys/dev/pci/agp.c
943
struct agp_memory *mem = agp_find_memory(sc, id);
sys/dev/pci/agp.c
956
struct agp_memory *mem = agp_find_memory(sc, bind->key);
sys/dev/pci/agp.c
967
struct agp_memory *mem = agp_find_memory(sc, unbind->key);
sys/dev/pci/agp.c
998
struct agp_memory *mem;
sys/dev/pci/agp_i810.c
100
static int agp_i810_unbind_memory(struct agp_softc *, struct agp_memory *);
sys/dev/pci/agp_i810.c
1257
static struct agp_memory *
sys/dev/pci/agp_i810.c
1261
struct agp_memory *mem;
sys/dev/pci/agp_i810.c
1337
agp_i810_free_memory(struct agp_softc *sc, struct agp_memory *mem)
sys/dev/pci/agp_i810.c
1366
agp_i810_bind_memory(struct agp_softc *sc, struct agp_memory *mem,
sys/dev/pci/agp_i810.c
1412
agp_i810_bind_memory_dcache(struct agp_softc *sc, struct agp_memory *mem,
sys/dev/pci/agp_i810.c
1439
agp_i810_bind_memory_hwcursor(struct agp_softc *sc, struct agp_memory *mem,
sys/dev/pci/agp_i810.c
1463
agp_i810_unbind_memory(struct agp_softc *sc, struct agp_memory *mem)
sys/dev/pci/agp_i810.c
91
static struct agp_memory *agp_i810_alloc_memory(struct agp_softc *, int,
sys/dev/pci/agp_i810.c
93
static int agp_i810_free_memory(struct agp_softc *, struct agp_memory *);
sys/dev/pci/agp_i810.c
94
static int agp_i810_bind_memory(struct agp_softc *, struct agp_memory *,
sys/dev/pci/agp_i810.c
96
static int agp_i810_bind_memory_dcache(struct agp_softc *, struct agp_memory *,
sys/dev/pci/agp_i810.c
99
struct agp_memory *, off_t);
sys/dev/pci/agpvar.h
112
struct agp_memory *(*alloc_memory)(struct agp_softc *, int, vsize_t);
sys/dev/pci/agpvar.h
113
int (*free_memory)(struct agp_softc *, struct agp_memory *);
sys/dev/pci/agpvar.h
114
int (*bind_memory)(struct agp_softc *, struct agp_memory *, off_t);
sys/dev/pci/agpvar.h
115
int (*unbind_memory)(struct agp_softc *, struct agp_memory *);
sys/dev/pci/agpvar.h
179
struct agp_memory *agp_generic_alloc_memory(struct agp_softc *, int, vsize_t);
sys/dev/pci/agpvar.h
180
int agp_generic_free_memory(struct agp_softc *, struct agp_memory *);
sys/dev/pci/agpvar.h
181
int agp_generic_bind_memory(struct agp_softc *, struct agp_memory *, off_t);
sys/dev/pci/agpvar.h
182
int agp_generic_bind_memory_bounded(struct agp_softc *, struct agp_memory *,
sys/dev/pci/agpvar.h
184
int agp_generic_unbind_memory(struct agp_softc *, struct agp_memory *);
sys/dev/pci/agpvar.h
88
TAILQ_HEAD(agp_memory_list, agp_memory);
sys/dev/pci/agpvar.h
90
TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */