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

  /src/sys/dev/pci/
agp_i810var.h 58 struct agp_gatt *gatt; /* i810-only OS-allocated GTT */
agp_sis.c 52 struct agp_gatt *gatt;
80 struct agp_gatt *gatt;
agpvar.h 155 struct agp_gatt { struct
172 struct agp_gatt *agp_alloc_gatt(struct agp_softc *);
173 void agp_free_gatt(struct agp_softc *, struct agp_gatt *);
agp_intel.c 53 struct agp_gatt *gatt;
113 struct agp_gatt *gatt;
195 struct agp_gatt *gatt = isc->gatt;
agp_ali.c 52 struct agp_gatt *gatt;
81 struct agp_gatt *gatt;
agp_apple.c 76 struct agp_gatt *gatt;
85 struct agp_gatt *gatt;
agp_via.c 72 struct agp_gatt *gatt;
91 struct agp_gatt *gatt;
agp_amd64.c 79 struct agp_gatt *gatt;
205 struct agp_gatt *gatt;
agp.c 402 struct agp_gatt *
407 struct agp_gatt *gatt;
411 gatt = malloc(sizeof(struct agp_gatt), M_AGP, M_WAITOK);
430 agp_free_gatt(struct agp_softc *sc, struct agp_gatt *gatt)
agp_i810.c 805 struct agp_gatt *gatt;

Completed in 17 milliseconds