Searched refs:agp_memory (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/agp/
H A Dagppriv.h54 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);
H A Dagp.c473 struct agp_memory *
477 struct agp_memory *mem;
506 agp_generic_free_memory(device_t dev, struct agp_memory *mem)
521 agp_generic_bind_memory(device_t dev, struct agp_memory *mem,
629 agp_generic_unbind_memory(device_t dev, struct agp_memory *mem)
699 static struct agp_memory *
703 struct agp_memory *mem;
745 struct agp_memory *mem;
762 struct agp_memory *mem = agp_find_memory(dev, id);
775 struct agp_memory *me
[all...]
H A Dagp_i810.c1701 static struct agp_memory *
1705 struct agp_memory *mem;
1781 agp_i810_free_memory(device_t dev, struct agp_memory *mem)
1817 agp_i810_bind_memory(device_t dev, struct agp_memory *mem, vm_offset_t offset)
1864 agp_i810_unbind_memory(device_t dev, struct agp_memory *mem)
/freebsd-12-stable/sys/dev/drm2/
H A DdrmP.h1841 static inline struct agp_memory *drm_agp_bind_pages(struct drm_device *dev,

Completed in 167 milliseconds