Searched refs:agp_memory (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/agp/ |
| D | agppriv.h | 54 TAILQ_HEAD(agp_memory_list, agp_memory); 55 struct agp_memory { struct 56 TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */ 100 struct agp_memory *agp_generic_alloc_memory(device_t dev, int type, 103 struct agp_memory *mem); 105 struct agp_memory *mem, 108 struct agp_memory *mem);
|
| D | agp.c | 473 struct agp_memory * 477 struct agp_memory *mem; in agp_generic_alloc_memory() 506 agp_generic_free_memory(device_t dev, struct agp_memory *mem) in agp_generic_free_memory() 521 agp_generic_bind_memory(device_t dev, struct agp_memory *mem, in agp_generic_bind_memory() 629 agp_generic_unbind_memory(device_t dev, struct agp_memory *mem) in agp_generic_unbind_memory() 699 static struct agp_memory * 703 struct agp_memory *mem; in agp_find_memory() 745 struct agp_memory *mem; in agp_allocate_user() 762 struct agp_memory *mem = agp_find_memory(dev, id); in agp_deallocate_user() 775 struct agp_memory *mem = agp_find_memory(dev, bind->key); in agp_bind_user() [all …]
|
| D | agp_if.m | 109 METHOD struct agp_memory * alloc_memory { 121 struct agp_memory *mem; struct 132 struct agp_memory *mem; struct 141 struct agp_memory *handle; struct
|
| D | agp_i810.c | 1701 static struct agp_memory * 1705 struct agp_memory *mem; in agp_i810_alloc_memory() 1781 agp_i810_free_memory(device_t dev, struct agp_memory *mem) in agp_i810_free_memory() 1817 agp_i810_bind_memory(device_t dev, struct agp_memory *mem, vm_offset_t offset) in agp_i810_bind_memory() 1864 agp_i810_unbind_memory(device_t dev, struct agp_memory *mem) in agp_i810_unbind_memory()
|
| /freebsd-12-stable/sys/dev/drm2/ |
| D | drmP.h | 1841 static inline struct agp_memory *drm_agp_bind_pages(struct drm_device *dev, in drm_agp_bind_pages()
|