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

  /src/sys/external/bsd/drm2/include/drm/
drm_agp_netbsd.h 130 * Once again, a happy accident makes agp_free_memory work out.
135 agp_free_memory(struct agp_bridge_data *bridge, struct agp_memory *mem)
177 agp_free_memory(&bridge->abd_sc, mem);
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_agp_backend.c 97 agp_free_memory(agp_be->mem);
  /src/sys/external/bsd/drm2/dist/drm/
drm_memory.c 108 /** Wrapper around agp_free_memory() */
111 agp_free_memory(handle);
  /src/sys/dev/pci/
agpvar.h 123 #define AGP_FREE_MEMORY(sc,m) ((sc)->as_methods->free_memory((sc),(m)))
249 void agp_free_memory(void *, void *);
agp.c 939 AGP_FREE_MEMORY(sc, mem);
1015 AGP_FREE_MEMORY(sc, mem);
1189 agp_free_memory(void *dev, void *handle) function in typeref:typename:void
1194 AGP_FREE_MEMORY(sc, mem);
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_agpsupport.c 455 agp_free_memory(agpdev, handle);

Completed in 17 milliseconds