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

  /src/sys/dev/pci/
agp_i810var.h 57 struct agp_gatt *gatt; /* i810-only OS-allocated GTT */
agp_sis.c 51 struct agp_gatt *gatt;
79 struct agp_gatt *gatt;
agpvar.h 157 struct agp_gatt { struct
174 struct agp_gatt *agp_alloc_gatt(struct agp_softc *);
175 void agp_free_gatt(struct agp_softc *, struct agp_gatt *);
agp_intel.c 52 struct agp_gatt *gatt;
112 struct agp_gatt *gatt;
194 struct agp_gatt *gatt = isc->gatt;
agp_ali.c 51 struct agp_gatt *gatt;
80 struct agp_gatt *gatt;
agp_apple.c 75 struct agp_gatt *gatt;
84 struct agp_gatt *gatt;
agp_nvidia.c 63 struct agp_gatt * gatt;
108 struct agp_gatt *gatt;
167 struct agp_gatt *gatt = nsc->gatt;
agp_via.c 71 struct agp_gatt *gatt;
90 struct agp_gatt *gatt;
agp_amd64.c 79 struct agp_gatt *gatt;
205 struct agp_gatt *gatt;
agp.c 409 struct agp_gatt *
414 struct agp_gatt *gatt;
418 gatt = malloc(sizeof(struct agp_gatt), M_AGP, M_WAITOK);
437 agp_free_gatt(struct agp_softc *sc, struct agp_gatt *gatt)
agp_i810.c 804 struct agp_gatt *gatt;

Completed in 95 milliseconds