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

/freebsd-11-stable/sys/dev/agp/
H A Dagppriv.h52 TAILQ_HEAD(agp_memory_list, agp_memory);
53 struct agp_memory { struct
54 TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
98 struct agp_memory *agp_generic_alloc_memory(device_t dev, int type,
101 struct agp_memory *mem);
103 struct agp_memory *mem,
106 struct agp_memory *mem);
H A Dagp.c471 struct agp_memory *
475 struct agp_memory *mem;
504 agp_generic_free_memory(device_t dev, struct agp_memory *mem)
519 agp_generic_bind_memory(device_t dev, struct agp_memory *mem,
627 agp_generic_unbind_memory(device_t dev, struct agp_memory *mem)
697 static struct agp_memory *
701 struct agp_memory *mem;
743 struct agp_memory *mem;
760 struct agp_memory *mem = agp_find_memory(dev, id);
773 struct agp_memory *me
[all...]
H A Dagp_i810.c1700 static struct agp_memory *
1704 struct agp_memory *mem;
1780 agp_i810_free_memory(device_t dev, struct agp_memory *mem)
1816 agp_i810_bind_memory(device_t dev, struct agp_memory *mem, vm_offset_t offset)
1863 agp_i810_unbind_memory(device_t dev, struct agp_memory *mem)
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h1841 static inline struct agp_memory *drm_agp_bind_pages(struct drm_device *dev,

Completed in 104 milliseconds